Posted: Fri 08 May 2009, 19:42 Post subject:
SOLVED Subject description: 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.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum