Subject: Re: ls-120 support
To: fabrizio messina <fabrizio79@linuxmail.org>
From: Manuel Bouyer <bouyer@antioche.lip6.fr>
List: netbsd-help
Date: 06/14/2002 12:39:41
On Fri, Jun 14, 2002 at 11:30:41AM +0100, fabrizio messina wrote:
> sorry, but i've already launched this command:
>
> 'mount -t msdos /dev/sd0d /mnt/ls120'
>
> and this is the message
>
> sd0: no disk label
> mount_ffs: /dev/sd0d on /mnt/ls120: incorrect superblock
You did something wrong: if you use 'mount -t msdos', it won't use
mount_ffs at all, but mount_msdos (mount is just a wrapper which
call /sbin/mount_xxx, based on the xxx argument passed to -t).
Alternatively you can try
mount_msdos /dev/sd0d /mnt/ls120
this should have the same effect
--
Manuel Bouyer, LIP6, Universite Paris VI. Manuel.Bouyer@lip6.fr
--