Unmounted volume in Elyssa but not in Darnya

Questions about Grub, UEFI,the liveCD and the installer
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Husse

Re: Unmounted volume in Elyssa but not in Darnya

Post by Husse »

This was a drawback in Elyssa - only partitions used by the system gets automounted
This means you have to mess with fstab

Code: Select all

gksu gedit /etc/fstab
add a line like

Code: Select all

/dev/sda1       /media/sda1     ntfs    defaults,umask=007,gid=46 0       1
Now

Code: Select all

sudo mkdir  /media/sda1
Change sda1 to whatever you have
Now you can mount it

Code: Select all

sudo mount -t ntfs /dev/sda1  /media/sda1   
Again change sda1 to whatever you have
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Locked

Return to “Installation & Boot”