Page 1 of 1

How to auto mount a drive partition at boot up

Posted: Mon Jul 18, 2022 11:46 am
by bigpup

Want a specific drive partition, already mounted, when Puppy boots to desktop.

Click on mount icon on desktop.
In Pmount select the drop down menu for the drive partition.
Select mount partition at boot.

Next time you boot the Puppy OS.
The partition will be mounted.


Re: How to auto mount a drive partition at boot up

Posted: Tue Jul 19, 2022 1:12 am
by Phoenix

Edit /etc/fstab to do it.

Template

Code: Select all

<UUID> <Mount point> <Filesystem type> <options | "defaults"> <dump [0 | 1]> <pass [0-2]>

Source: https://help.ubuntu.com/community/Fstab
It is also of great help.


Re: How to auto mount a drive partition at boot up

Posted: Tue Jul 19, 2022 2:44 am
by wiak
Phoenix wrote: Tue Jul 19, 2022 1:12 am

Edit /etc/fstab to do it.

That's the more 'traditional' way to do it, but bigpup's method of first post is the 'Puppy way', which is obviously easier for a newcomer to Linux.
These specially provided Puppy mechanisms to make such otherwise technical matters straightforward is one of the hallmarks of traditional Puppy design of course.


Re: How to auto mount a drive partition at boot up

Posted: Tue Jul 19, 2022 1:27 pm
by wizard

These specially provided Puppy mechanisms

@wiak is right, our developers have created a wealth of GUI front ends for common task that other distros require you to resort to terminal commands to accomplish. Last time I was configuring one of the 'buntus found it didn't even have a "task scheduler" app. Had to set up a cron job, now that's new user friendly, right.

Thanks
wizard