#"1" added to my disk name
1 messages · Page 1 of 1 (latest)
select the disk, and specifically its data partition
right click and edit filesystem
rename the filesystem to how it was
ie- changing the label
then go into /etc/fstab file (make a backup of it first!)
see if the same UUID (drive identifier) shows up twice. Get rid of one of the duplicates if so.
(will need to be in sudo xed or sudo (whatever text editor u use)
that's why
cuz it's mounting in /media as a removable device
if it's a drive that stays put, (internal) it should be added to fstab
then it mounts like dev/sdb or dev/nvmen0
etc
In this video we look at the process of adding a new hard drive to an existing Linux System.
Check out http://www.ezeelinux.com for more about Linux.
this guy explains it well, and concisely
in ur case u can make a folder in ur /home folder called Storage, and edit fstab like he shows exactly in the video to mountpoint /home/you/Storage/
no