How to auto mount a drive partition at boot up

Moderator: Forum moderators

Post Reply
User avatar
bigpup
Moderator
Posts: 6268
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 732 times
Been thanked: 1292 times

How to auto mount a drive partition at boot up

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

Forum Global Moderator
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

User avatar
Phoenix
Posts: 339
Joined: Fri Feb 12, 2021 2:03 am
Location: Canada
Has thanked: 4 times
Been thanked: 48 times

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

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

IRC: firepup | Time to hack Puppy!

User avatar
wiak
Posts: 3627
Joined: Tue Dec 03, 2019 6:10 am
Location: Packing - big job
Has thanked: 56 times
Been thanked: 994 times
Contact:

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

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

https://www.tinylinux.info/
DOWNLOAD wd_multi for hundreds of 'distros' at your fingertips: viewtopic.php?p=99154#p99154
Αξίζει να μεταφραστεί;

User avatar
wizard
Posts: 1583
Joined: Sun Aug 09, 2020 7:50 pm
Has thanked: 2126 times
Been thanked: 502 times

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

Post 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

Big pile of OLD computers

Post Reply

Return to “File Management”