hda2 error
bmike101 at cox.net
bmike101 at cox.net
Mon Mar 27 22:03:16 MST 2006
> > /dev/hda2 / ext3 defaults,noatime 1 1
> > /dev/hda4 /mnt/hda4 ext3 defaults,noatime 1 1
> > /dev/sda1 swap swap sw,pri=1 0 0
> > proc /proc proc defaults 0 0
> > devpts /dev/pts devpts mode=0622 0 0
> > none /proc/bus/usb usbdevfs defaults 0 0
> > # Dynamic entries
> > /dev/hda3 /mnt/hda3 ext3 noauto,users,exec 0 0
> > /dev/hda1 /mnt/hda1 ext3 noauto,users,exec 0 0
> >
> > I changed it to
> > /dev/hda1 /mnt/hda1 ext3 noauto,users,exec 0 0
> > #/dev/hda2 / ext3 defaults,noatime 1 1
> > /dev/hda4 /mnt/hda4 ext3 defaults,noatime 1 1
> > /dev/sda1 swap swap sw,pri=1 0 0
> > proc /proc proc defaults 0 0
> > devpts /dev/pts devpts mode=0622 0 0
> > none /proc/bus/usb usbdevfs defaults 0 0
> > # Dynamic entries
> > /dev/hda3 /mnt/hda3 ext3 noauto,users,exec 0 0
> >
> > for your information here is my setup:
> > hda1 = root
> > hda4 = home
> > hda3 = data
>
> well you are ALL screwed up. the setup you intended to
have and what
> you have put in your fstab are 2 totally different
things.
>
> if /dev/hda1 is root then you should have
> /dev/hda1 / (not /mnt/hda1)
>
> if /dev/hda4 is home then you should have
> /dev/hda4 /home (not /mnt/hda4)
>
> if /dev/hda3 is data then you should have
> /dev/hda3 /data or /mnt/hda3 if that is where you want
it
>
> where in the world did you get the above fstab from?
>
The above fstab was auto-generated by the live cd.
More information about the PLUG-discuss
mailing list