Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 Jan 2002 14:19:49 +0100
From:      Jon Molin <Jon.Molin@resfeber.se>
To:        Fernando Gleiser <fgleiser@cactus.fi.uba.ar>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: mount_ext2 problem (solved)
Message-ID:  <3C3AF1F5.7B01C03@resfeber.se>
References:  <20020108092248.Q51141-100000@cactus.fi.uba.ar>

next in thread | previous in thread | raw e-mail | index | archive | help
Fernando Gleiser wrote:
> 
> On Tue, 8 Jan 2002, Jon Molin wrote:
> 
> > Hi list,
> >
> > and when i (as root) try mounting it i get:
> > bash-2.04# mount_ext2fs /dev/ad3s1c /cdrom/
> > mount_ext2fs: /dev/ad3s1c: Operation not permitted
> >
> > What does that mean not permitted? I've tried with all devs that start
> > with ad3 and get the same on /dev/ad3s1 and Invalid argument on the
> > rest...
> 
> Something is preventing you from mounting the file system. If you are
> root, it usually means the file system is dirty. fsck it first. I don't know if
> you can fsck an ext2 fs from freebsd.
> Look at /var/log/messages for more info on why mount is failing.
> 
>                         Fer
> 

Yes that was it. In messages:
Jan  8 09:59:35 jmo /kernel: ad3: READ command timeout tag=0 serv=0 -
resetting
Jan  8 09:59:35 jmo /kernel: ata1: resetting devices .. done
Jan  8 09:59:45 jmo /kernel: ad3: READ command timeout tag=0 serv=0 -
resetting
Jan  8 09:59:45 jmo /kernel: ata1: resetting devices .. done
Jan  8 09:59:56 jmo /kernel: ad3: READ command timeout tag=0 serv=0 -
resetting
Jan  8 09:59:56 jmo /kernel: ata1: resetting devices .. done
Jan  8 10:00:06 jmo /kernel: ad3: READ command timeout tag=0 serv=0 -
resetting
Jan  8 10:00:06 jmo /kernel: ad3: trying fallback to PIO mode
Jan  8 10:00:06 jmo /kernel: ata1: resetting devices .. done
Jan  8 10:00:06 jmo /kernel: WARNING: R/W mount denied.  Filesystem is
not clean - run fsck
Jan  8 10:11:48 jmo /kernel: WARNING: R/W mount denied.  Filesystem is
not clean - run fsck
Jan  8 11:30:59 jmo /kernel: WARNING: R/W mount denied.  Filesystem is
not clean - run fsck
Jan  8 11:32:11 jmo /kernel: WARNING: R/W mount denied.  Filesystem is
not clean - run fsck
Jan  8 11:32:22 jmo /kernel: ext2_check_descriptors: Block bitmap for
group 0 not in group (block 0)!
Jan  8 11:32:22 jmo /kernel: EXT2-fs: (ext2_check_descriptors failure)
unable to read group descriptors


sorry for not checking messages before crying for help :)

/Jon

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3C3AF1F5.7B01C03>