[richard@localhost ~]$ mount | grep /dev/sdb1
/dev/sdb1 on /run/media/richard/_photo type ext4 (rw,nosuid,nodev,relatime,seclabel,data=ordered,uh elper=udisks2)
[richard@localhost ~]$ mount | grep /dev/sdc1
/dev/sdc1 on /run/media/richard/_panoramas type ext4 (rw,nosuid,nodev,relatime,seclabel,data=ordered,uh elper=udisks2)
[richard@localhost ~]$ ls -lZd /mnt/photos
ls: cannot access /mnt/photos: No such file or directory
[richard@localhost ~]$ ls -lZd /mnt/panoramas
ls: cannot access /mnt/panoramas: No such file or directory
[richard@localhost ~]$ chmod ugo+rw mountpoint -R
chmod: cannot access `mountpoint': No such file or directory
[richard@localhost ~]$
Ok. . . .I'm back. I reformated the drives with gparted and created /photo ext4 on sdb1 and panoramas on sdc1.
#
# /etc/fstab
# Created by anaconda on Fri Sep 14 17:12:28 2012
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
/dev/mapper/vg-lv_root / ext4 defaults 1 1
UUID=b48fba90-022a-462e-a2ed-ade75c160efb /boot ext4 defaults 1 2
/dev/mapper/vg-lv_home /home ext4 defaults 1 2
/dev/mapper/vg-lv_swap swap swap defaults 0 0
UUID=5a652b39-3178-484b-95ef-f5ab60b92b93 /mnt/photos ext4 auto,umask=0000 0.2
UUID=16e856d1-a0eb-4efd-bd81-913e9020c0d8 /mnt/panoramas ext4 auto,umask=0000 0.2
Here is my new fstab. . .
What's going on??????
I need help. . . . I'm doing the best I can. .
Rich