Re: [PARPORT] making ext2 fs on device


David Campbell (campbell@torque.net)
Fri, 29 Jan 1999 17:05:26 +0800


Date sent: Fri, 29 Jan 1999 04:00:37 -0330 (NST)
From: Neil Zanella <nzanella@cs.mun.ca>
To: linux-parport mailing list <linux-parport@torque.net>
Subject: [PARPORT] making ext2 fs on device

>
> Hello,
>
> I am trying to make a n ext2fs filesystem on a 100MB Zip disk on
>
> the Zip250 drive with the im0.18 module loaded.
>
> I am not getting good results:
>
> [> [root@river nzanella]# mke2fs /dev/sda
*snip*
> Writing inode tables: done
> Writing superblocks and filesystem accounting information: done

> [> [root@river nzanella]# mount -t ext2 /dev/sda4 /mnt/zip
> mount: wrong fs type, bad option, bad superblock on /dev/sda4,
> or too many mounted file systems

You created an EXT2FS on /dev/sda and then mount /dev/sda4. This
simply will not work.

You either partition /dev/sda (and create the /dev/sda4 partition),
run mkext2fs on /dev/sda4 and then mount it.

                     OR

Run mkex2fs on /dev/sda and then mount /dev/sda (not /dev/sda4).

David Campbell

PS: It is hot and sticky here in Perth (Western Australia) today and
I am just about to scream...
=======================================================
campbell@torque.net
Check http://www.torque.net/parport for all Linux parallel port solutions.
(also check http://www.torque.net/parport/archive/current/)
Current project list:
a) Get ZIP Plus drive back from waranty claim
b) Maintain Linux ZIP drivers (need to update docs)

-- To unsubscribe, send mail to: linux-parport-request@torque.net --
-- with the single word "unsubscribe" in the body of the message. --



This archive was generated by hypermail 2.0b3 on Fri 29 Jan 1999 - 04:09:37 EST