March 17, 201115 yr I changed the permissions on disk1 in error: root@MICRO:/mnt# ls -l total 4 drwx------ 25 root root 1944 Mar 16 23:02 cache/ drwxrwxrwx 10 root root 232 Mar 16 22:29 disk1/ drwx------ 31 root root 888 Mar 16 21:16 disk2/ drwx------ 11 root root 264 Mar 16 20:15 disk3/ drwx------ 9 root root 208 Mar 16 21:35 disk4/ drwx------ 1 root root 1944 Mar 16 23:02 user/ drwxrwxrwx 1 root root 232 Mar 16 22:29 user0/ I can still browse disk and user shares by going directly to \\micro\disk1 or \\micro\movies, but I can't browse \\micro -- I get this error: I'm guessing I just need to chmod /mnt/disk1 to something, but I don't want to fsck it up, so advice please! Thanks, Neil.
March 17, 201115 yr Author I fixed this myself. I used this chmod calculator to mirror the permissions from the other disks: root@MICRO:/boot/packages# cd /mnt root@MICRO:/mnt# ls -l total 4 drwx------ 24 root root 1856 Mar 17 12:50 cache/ drwxrwxrwx 10 root root 232 Mar 16 22:29 disk1/ drwx------ 31 root root 888 Mar 16 21:16 disk2/ drwx------ 11 root root 264 Mar 16 20:15 disk3/ drwx------ 9 root root 208 Mar 16 21:35 disk4/ drwx------ 1 root root 1856 Mar 17 12:50 user/ drwxrwxrwx 1 root root 232 Mar 16 22:29 user0/ root@MICRO:/mnt# chmod 700 disk1 root@MICRO:/mnt# ls -l total 4 drwx------ 24 root root 1856 Mar 17 12:50 cache/ drwx------ 10 root root 232 Mar 16 22:29 disk1/ drwx------ 31 root root 888 Mar 16 21:16 disk2/ drwx------ 11 root root 264 Mar 16 20:15 disk3/ drwx------ 9 root root 208 Mar 16 21:35 disk4/ drwx------ 1 root root 1856 Mar 17 12:50 user/ drwx------ 1 root root 232 Mar 16 22:29 user0/ root@MICRO:/mnt#
Archived
This topic is now archived and is closed to further replies.