Page 1 of 1

How to mount partitions at startup ~ Procedure

Posted: Thu Jun 27, 2024 12:55 pm
by pp4mnklinux

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


Re: How to mount partitions at startup ~ Procedure

Posted: Fri Jun 28, 2024 7:30 am
by Geek3579

You can also open PMOUNT, which is in most puppies under the Filesystem" menu.
Then click the drive letter on the left hand side of the GUI,
Then tick the "mount partition at boot " box


Re: How to mount partitions at startup ~ Procedure

Posted: Fri Jun 28, 2024 8:11 am
by pp4mnklinux

Thanks @Geek3579 , my error not to mention I was talking about EASY OS, , sorry and thanks for your comment.

Have a nice day.