[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: after two ./native-installs
From: |
Thomas Schwinge |
Subject: |
Re: after two ./native-installs |
Date: |
Sun, 7 Aug 2005 13:47:45 +0200 |
User-agent: |
Mutt/1.5.9i |
On Sat, Aug 06, 2005 at 12:34:56PM -0500, Kevin Bullock wrote:
> Is this correct for my machine: (HD = hda1 is root and hda2 is swap)
>
> ./MAKEDEV hd0s1 hd0s2 hd2
>
> hd0s1 is my root
> hd0s2 is my swap
> hd2 is my cdrom
Yes.
> In the fstab, for me -- is this correct based on my configuration:
>
> /dev/hd0s1 / extfs rw 1 1
^^^^^
Change that to 'ext2'.
> /dev/hd2 /cdrom iso9660fs ro,noauto 0 0
That one isn't needed; use settrans instead.
/etc/fstab is only used for checking the filesystems on
Debian GNU/Hurd's boot-up, IIRC.
Regards,
Thomas