How to mount partitions at startup ~ Procedure

Moderator: BarryK

Post Reply
User avatar
pp4mnklinux
Posts: 1141
Joined: Wed Aug 19, 2020 5:43 pm
Has thanked: 638 times
Been thanked: 289 times

How to mount partitions at startup ~ Procedure

Post 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

Attachments
image(7).jpg
image(7).jpg (29.43 KiB) Viewed 314 times

PP4MNK

Geek3579
Posts: 270
Joined: Sat Jul 18, 2020 1:07 pm
Has thanked: 81 times
Been thanked: 68 times

Re: How to mount partitions at startup ~ Procedure

Post 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

User avatar
pp4mnklinux
Posts: 1141
Joined: Wed Aug 19, 2020 5:43 pm
Has thanked: 638 times
Been thanked: 289 times

Re: How to mount partitions at startup ~ Procedure

Post 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.

PP4MNK

Post Reply

Return to “EasyOS”