On 12/04/2019 22.34, Dave Howorth wrote:
On Fri, 12 Apr 2019 16:15:31 -0400 Patrick Shanahan <paka@opensuse.org> wrote:
* Carlos E. R. <robin.listas@telefonica.net> [04-12-19 16:04]:
In a nutshell:
cer-g@Isengard:/data/My_Book/Fusion/Videos> l Conviction/ ls: cannot open directory 'Conviction/': Permission denied cer-g@Isengard:/data/My_Book/Fusion/Videos> l | grep Conviction/ drwxrwxr-T+ 3 cer cer 33 Jun 21 2017 Conviction/ [snip www and wwwrun are groups themselves. add user cer-g to wwwrun group.
But why? The directory belongs to group cer and gives all permissions to members and cer-g is a member of cer.
I'm running fsck on it. Isengard:~ # mount | grep My /dev/mapper/cr_my_book on /data/My_Book type xfs (rw,nosuid,nodev,relatime,lazytime,attr2,inode64,noquota,user) Isengard:~ # umount -v /data/My_Book umount: /data/My_Book (/dev/mapper/cr_my_book) unmounted Isengard:~ # fsck /dev/mapper/cr_my_book fsck from util-linux 2.31.1 If you wish to check the consistency of an XFS filesystem or repair a damaged filesystem, see xfs_repair(8). Isengard:~ # man xfs_repair Isengard:~ # xfs_repair /dev/mapper/cr_my_book Phase 1 - find and verify superblock... Phase 2 - using internal log - zero log... - scan filesystem freespace and inode maps... - found root inode chunk Phase 3 - for each AG... - scan and clear agi unlinked lists... - process known inodes and perform inode discovery... - agno = 0 - agno = 1 - agno = 2 - agno = 3 - agno = 4 - agno = 5 - agno = 6 - agno = 7 - process newly discovered inodes... Phase 4 - check for duplicate blocks... - setting up duplicate extent list... - check for inodes claiming duplicate blocks... - agno = 0 - agno = 2 - agno = 1 - agno = 3 - agno = 4 - agno = 5 - agno = 6 - agno = 7 Phase 5 - rebuild AG headers and trees... - reset superblock... Phase 6 - check inode connectivity... - resetting contents of realtime bitmap and summary inodes - traversing filesystem ... - traversal finished ... - moving disconnected inodes to lost+found ... Phase 7 - verify and correct link counts... done Isengard:~ # cer-g@Isengard:~> cd /data/My_Book/Fusion/Videos cer-g@Isengard:/data/My_Book/Fusion/Videos> cd Conviction/ -bash: cd: Conviction/: Permission denied cer-g@Isengard:/data/My_Book/Fusion/Videos> No luck. -- Cheers / Saludos, Carlos E. R. (from 15.0 x86_64 at Telcontar)