On 07/25/16 04:16, Bob Goodwin wrote:
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 ............
OK.... But please note.
/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!
You seem to have /dev/sdd1 already mounted on /mnt/temp.
And you've manually mounted /dev/sde1 on /mnt/temp as well as it being automounted on /run/media/bobg.
Not sure that is what you wanted to accomplish.