First check this post and come to this section
You needed to add the following line to the fstab file.
# / was on /dev/sdax during installation
UUID=xxxx /media/xxxxxxxxx xxx relatime,errors=remount-ro a b
xxxx - UUID of the partition
x - number of the partition you needed to mount
xxx - file format of the partition
xxxxxxxxx - Name of the Partition**
a - dump
b - pass
** Name of the partition should be the same as the Real name of the partition (The name we can see at the Computer (Simultaneous to My Computer in Microsoft Windows)).
An example line for this is
# /media/MyDisk was on /dev/sda8 during installation
UUID=64839f40-b2f1-412f-ae1a- c5a213ba449a /media/MyDisk ntfs relatime,defaults-ro 0 2
It is recommended to have name without spaces here. Because spaces can cause troubles.
Comments
Post a Comment