You are not logged in.

#1 2017-01-10 06:06:47

Döbbie03
Resident Metalhead
From: New Zealand
Registered: 2015-09-29
Posts: 3,872

[SOLVED] Help With External Drives

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

#2 2017-01-10 06:09:08

Döbbie03
Resident Metalhead
From: New Zealand
Registered: 2015-09-29
Posts: 3,872

Re: [SOLVED] Help With External Drives

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

#3 2017-01-10 06:31:09

Döbbie03
Resident Metalhead
From: New Zealand
Registered: 2015-09-29
Posts: 3,872

Re: [SOLVED] Help With External Drives

I am so dumb.  I edited fstab and I have had great success.

1324dfd733535e58dba70264e6d05c9b70346204d2cacef65abef9c702746d1c.jpg


"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

#4 2017-01-10 07:46:06

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: [SOLVED] Help With External Drives

^ Nice cool

Any chance you could share your /etc/fstab?

It may be useful to others.

Thread marked [SOLVED] smile

Offline

#5 2017-01-10 08:14:44

Döbbie03
Resident Metalhead
From: New Zealand
Registered: 2015-09-29
Posts: 3,872

Re: [SOLVED] Help With External Drives

# 
# /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

Board footer

Powered by FluxBB