Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 Jan 2002 11:32:37 +0100
From:      Jon Molin <Jon.Molin@resfeber.se>
To:        freebsd-questions@FreeBSD.ORG
Subject:   mount_ext2 problem
Message-ID:  <3C3ACAC5.E042318A@resfeber.se>

next in thread | raw e-mail | index | archive | help
Hi list,

I've got a hdd with ext2 on it, and when i do fdisk i get:
bash-2.04$ fdisk /dev/ad3
******* Working on device /dev/ad3 *******
parameters extracted from in-core disklabel are:
cylinders=4983 heads=255 sectors/track=63 (16065 blks/cyl)

Figures below won't work with BIOS for partitions not in cyl 1
parameters to be used for BIOS calculations are:
cylinders=4983 heads=255 sectors/track=63 (16065 blks/cyl)

Media sector size is 512
Warning: BIOS sector numbering starts with sector 1
Information from DOS bootblock is:
The data for partition 1 is:
sysid 131,(Linux filesystem)
    start 63, size 80051832 (39087 Meg), flag 0
        beg: cyl 0/ sector 1/ head 1;
        end: cyl 1023/ sector 63/ head 254
The data for partition 2 is:
<UNUSED>
The data for partition 3 is:
<UNUSED>
The data for partition 4 is:
<UNUSED>

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...


What to do?

/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?3C3ACAC5.E042318A>