From owner-freebsd-questions Tue Jan 8 2:35: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.resfeber.se (Resfeber-gw.customer.internet5.net [195.66.48.230]) by hub.freebsd.org (Postfix) with ESMTP id 7BD4D37B404 for ; Tue, 8 Jan 2002 02:34:55 -0800 (PST) Received: from resfeber.se ([212.75.72.9]) by mail2.resfeber.se (8.9.3/8.9.3) with ESMTP id LAA19486 for ; Tue, 8 Jan 2002 11:34:54 +0100 Message-ID: <3C3ACAC5.E042318A@resfeber.se> Date: Tue, 08 Jan 2002 11:32:37 +0100 From: Jon Molin X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: mount_ext2 problem Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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: The data for partition 3 is: The data for partition 4 is: 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