Re: ext3 filesystem

From: <bryanm@acsalaska.net>
Date: Mon Dec 05 2005 - 22:40:43 AKST

On Mon, Dec 05, 2005 at 09:02:46AM -0900, Jon Reynolds <jonr@destar.net> wrote:
>
> /etc/fstab:
> /dev/hdg1 /mnt/hdg ext3
> usrquota,grpquota 1 2
>
> [root@otrta root]# mount -a
> mount: wrong fs type, bad option, bad superblock on /dev/hdg1,
> or too many mounted file systems
> mount: mount point 2 does not exist

Look at the last line quoted above. mount thinks that "2" is supposed
to be a mount point. I bet that's because the piece you quoted from
fstab is really on two lines, not one. Make sure it's all on one line,
even if it's past 80 characters.

When having problems mounting a filesystem, it's a good idea to try
mounting by hand; i.e. issuing a full mount command at the prompt,
without referencing /etc/fstab. That limits the chain of things that
can go wrong.

--
Bryan Medsker
bryanm@acsalaska.net
---------
To unsubscribe, send email to <aklug-request@aklug.org>
with 'unsubscribe' in the message body.
Received on Mon Dec 5 22:39:25 2005

This archive was generated by hypermail 2.1.8 : Mon Dec 05 2005 - 22:39:25 AKST