I wrote it here, just in case someother user want to solve this problem.
I need to boot some partitions at startup (partition sda3) you need to:
@jamesbond
@pp4mnklinux, you can do it in /etc/rc.d/rc.local.
Edit the file to insert manual mount command like this:Code: Select all
mkdir -p /mnt/sdc3 mount /dev/sdc3 /mnt/sdc3
These users thanked the author jamesbond for the post:
pp4mnklinux
ORIGINAL POST.- viewtopic.php?p=124276#p124276
I need to mount sda5, so the file is the attached image.
Hope it helps