On 07/24/16 05:59, Ed Greshko wrote:
On 07/24/16 16:28, Bob Goodwin wrote:
I have an external drive I set up yesterday that has the name "a3cd7e7f-254d-410a-b120-e02524f75a29." How can I change that to something like "/run/media/bobg/externaldrive?"
What type of file system? If you're using ext you can label the file system with e2label and it should come up mounted with the label name. If I'm not mistaken.
+
Thanks Ed, that seems to have worked although I'm don't understand how ...
[root@Box10 ~]# mount /dev/sde1 /mnt/temp/
Mounts the drive to /mnt/temp/ and "mount" shows the following:
[root@Box10 ~]# mount
............ snip ............
/dev/sdd1 on /mnt/temp type ext4 (rw,relatime,seclabel,data=ordered) /dev/sde1 on /run/media/bobg/st1000 type ext4 (rw,nosuid,nodev,relatime,seclabel,data=ordered,uhelper=udisks2) /dev/sde1 on /mnt/temp type ext4 (rw,relatime,seclabel,data=ordered)
It does what I asked!
Bob