disciple
Joined: 20 May 2006 Posts: 4230 Location: Auckland, New Zealand
Posted: Fri 01 May 2009, 02:02 Post_subject:
See http://murga-linux.com/puppy/viewtopic.php?t=40895
Replace hda1 with sda9, and vfat with whatever type of filesystem you have. _________________ Root forever! (Link courtesy of Nathan F)
"I would be pointing the finger at gtk2...the source of all bugginess" - mikeb
Posted: Fri 08 May 2009, 19:42 Post_subject:
SOLVED Sub_title: How to mount partitions at boot
That Worked. Thanks.
Here is a summary of what I did.
Sda8 is used in this example. Do the following to mount it at boot:
Code:
Unmount sda8
In terminal enter:
Code:
mount -t ext3 /dev/hda8 /mnt/sda8
This will mount sda8
Go to /root/Startup and create a file by right clicking on an open space in rox-->New-->Blank File. Name it so it is identifiable.
Open the file with a simple editor and in this order put this into the file:
Code:
#!/bin/sh
mount -t ext3 /dev/hda8 /mnt/sda8
Right click on the file and select permissions and press OK to make it executable.
Rules_post_cannot Rules_reply_cannot Rules_edit_cannot Rules_delete_cannot Rules_vote_cannot You cannot attach files in this forum You can download files in this forum