In Dolphin, in the left side panel under devices, my hard drives are visible. They do work, I can browse through the folders, I'm not having any permission issues. The problem I'm having is that I have to first open Dolphin and click on the hard drives before they can be used by GIMP. If I forget and open GIMP first, GIMP can't load the brushes or fonts stored on the 2nd hard drive.
I'm not sure what's going on here. Is this a "feature," like a power saving thing?
Here is my fstab -
As you can see I've begun to create entries for sdb1 and sdc1, but I've commented them out because I'm not sure what to put for the mount point.
It seems like they must have a current mount point. In Dolphin they show up under /media/jeremy/(hard drive name). But when I opened fstab there was only an entry for sda1 and sda5. I'm not sure how sdb1 an sdc1 are working at all with no entries in fstab, but they are.
I'm not sure what's going on here. Is this a "feature," like a power saving thing?
Here is my fstab -
Code:
# /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a # device; this may be used with UUID= as a more robust way to name devices # that works even if disks are added and removed. See fstab(5). # # <file system> <mount point> <type> <options> <dump> <pass> # / was on /dev/sda1 during installation UUID=3dd781c2-76ff-4b25-ba7b-0219099d07a3 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation UUID=aec62e39-a897-43fc-930a-20da0c3b6b01 none swap sw 0 0 #UUID=b0ef4b51-acaf-4b46-a13a-efe53957dd40 ext4 defaults 0 2 #UUID=c02bdb95-bfb3-4846-a499-e016ce1009dd ext4 defaults 0 2
It seems like they must have a current mount point. In Dolphin they show up under /media/jeremy/(hard drive name). But when I opened fstab there was only an entry for sda1 and sda5. I'm not sure how sdb1 an sdc1 are working at all with no entries in fstab, but they are.
Comment