RE: Pismo install: no /etc/fstab file


Subject: RE: Pismo install: no /etc/fstab file
From: Stefan Schneider (stefan.schneider@comsat.com.ve)
Date: Wed Jun 21 2000 - 16:44:41 MDT


you can try to set up the fstab manually by first:

cd /etc
touch -p fstab
vi fstab

and add the fields accordingly as in

/dev/hda5 / ext2 defaults 1 1
/dev/hda7 /usr ext2 defaults 1 2
/dev/hda2 swap swap defaults 0 0
/dev/hda8 /opt ext2 defaults 1 2
/dev/hda6 /var ext2 defaults 1 2
/dev/hda1 /boot ext2 defaults 1 2
devpts /dev/pts devpts gid=5,mode=620 0 0
/proc /proc proc defaults 0 0
/dev/fd0 /mnt/floppy auto defaults,user,noauto 0 0
/dev/hdc /mnt/cdrom iso9660 ro,user,noauto 0 0

(Note this is from a x86 machine I had handy and doesn't represent the
actual fstab for your Pismo which should include a non ext2fs boot
partition)

hope this helps

S/Sch
----- Original Message -----
From: Matthew Ross Davis <mdavis@globalcenter.net>
To: <yellowdog-general@lists.yellowdoglinux.com>
Sent: Wednesday, June 21, 2000 6:31 PM
Subject: Pismo install: no /etc/fstab file

> Well, I'm a lot closer on the Pismo install, thanks to Jeff for pointing
out
> the resource.
>
> However, for some strange reason there is no /etc/fstab! I entered
maintenance
> mode and listed the contents of /etc, and sure enough there's no fstab to
be
> found.
>
> Is this a bug in the installation that I missed? I searched through the
> archives and the only thing I could find was someone else having the same
> problem (and without any responses).
>
> --
>
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> Matthew Ross Davis 773-263-3596
> Enterprise Sales Engineer
> GlobalCenter, A Global Crossing Company
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=



This archive was generated by hypermail 2a24 : Wed Jun 21 2000 - 16:48:46 MDT