On Tue, Sep 26, 2006 at 02:56:10PM +0300, Dan Shimshoni wrote:
> mount -o loop -t ufs  /test/disk-image /loopDir
> 
> I get:
> mount: wrong fs type, bad option, bad superblock on /dev/loop1,
>       or too many mounted file systems
>       (could this be the IDE device where you in fact use
>       ide-scsi so that sr0 or sda or so is needed?)

RTFM mount(1).

Mount options for ufs
       ufstype=value
              UFS is a file system widely used in different operating systems.
              The  problem  are differences among implementations. Features of
              some implementations are undocumented, so its hard to recognize
              the type of ufs automatically.  That's why the user must
              specify the type of ufs by mount option.


=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to