You are not logged in.
I recently had to do a reinstall of my Arch system (I'm asking here because it is much friendlier and I am sure they will be similar solutions) and for some reason all of my external drives are mounting at /mnt.
I would prefer they were in /run/media/dobbie/.... and named correctly. For example my Music drive was called music, now it is wwn-0x5000c50079a415a4-part1.
How can I move their mount points? Is it safe to do?
I used Gnome-Disks to auto mount everything.
Please let me know if you need further information.
Last edited by Head_on_a_Stick (2017-01-10 07:46:22)
"All we are is dust in the wind, dude"
- Theodore "Ted" Logan
"Led Zeppelin didn't write tunes that everybody liked, they left that to the Bee Gees."
- Wayne Campbell
Offline
I also have a SSD and separate drive for my /home and I followed the instructions from here:
https://forums.bunsenlabs.org/viewtopic.php?id=674
"All we are is dust in the wind, dude"
- Theodore "Ted" Logan
"Led Zeppelin didn't write tunes that everybody liked, they left that to the Bee Gees."
- Wayne Campbell
Offline
I am so dumb. I edited fstab and I have had great success.
"All we are is dust in the wind, dude"
- Theodore "Ted" Logan
"Led Zeppelin didn't write tunes that everybody liked, they left that to the Bee Gees."
- Wayne Campbell
Offline
^ Nice
Any chance you could share your /etc/fstab?
It may be useful to others.
Thread marked [SOLVED]
Offline
#
# /etc/fstab: static file system information
#
# <file system> <dir> <type> <options> <dump> <pass>
# /dev/sda3
UUID=8fa6c8e4-7e99-41b9-950c-5231ca1b4ab5 / ext4 rw,relatime,data=ordered 0 1
# /dev/sda1
UUID=247de9e4-e2dd-4613-9e04-347a2f8e9b6f /boot ext4 rw,relatime,data=ordered 0 2
# /dev/sda4
UUID=0827f288-e39b-45ad-acba-0ebc28691c7e none swap defaults 0 0
#/dev/sdc1
UUID=0c73aa1c-ef31-4fbf-a902-74be7cec3e0a /home ext4 defaults,noatime 0 2
# Important
/dev/sdg /run/media/user/Important auto nosuid,user,nodev,nofail,x-gvfs-show 0 0
# Movies
/dev/sde1 /run/media/user/MusicMovies auto nosuid,user,nodev,nofail,x-gvfs-show 0 0
# Backup
/dev/sdf1 /run/media/user/BackUp auto nosuid,user,nodev,nofail,x-gvfs-show 0 0
# 1.0TB
/dev/sdd1 /run/media/user/1TB auto nosuid,nodev,user,nofail,x-gvfs-show,x-gvfs-name=1TB 0 0
# Music
/dev/sdb1 /run/media/user/Music auto nosuid,nodev,user,nofail,x-gvfs-show,x-gvfs-name=Music 0 0
There we go.
Last edited by Döbbie03 (2017-01-10 08:15:25)
"All we are is dust in the wind, dude"
- Theodore "Ted" Logan
"Led Zeppelin didn't write tunes that everybody liked, they left that to the Bee Gees."
- Wayne Campbell
Offline