Wraithan
Group: Members
Posts: 14
Joined: July 2006 |
|
Posted: July 30 2006,17:12 |
|
I will start this with saying I am not running a frugal install due to the limited ram and what I want to do with this computer.
I am attempting to mount /dev/hda2 to /mnt/hda2 and /dev/hda3 to /mnt/hda3 using my /etc/fstab.
Quote | /etc/fstab
/dev/hda1 / ext2 defaults,errors=remount-ro 0 1 /dev/hda2 /mnt/hda2 ext2 defaults 0 1 /dev/hda3 /mnt/hda3 ext2 defaults 0 0 /dev/hda4 none swap defaults 0 0 /dev/cdrom /cdrom auto defaults,ro,user,noexec,noauto 0 0 proc /proc proc defaults 0 0 |
Quote | /boot/grub/menu.lst (just the line I am using to boot)
title DSL kernal /boot/linux24 root=/dev/hda1 quiet vga=normal nofstab noacpi noapm nodma noscsi |
This should mount the 2 drives at boot time... but it doesn't.
Any thoughts/suggestions?
|