> Doesn't the kernel ('dmesg | tail') say anything?
Yes , it does.
running:
mount -r -o loop,ufstype=old -t ufs /test/disk-image /loopDir
the kernel logs emits:
ufs_read_super: bad magic number
perhaps is this mkufs problem (or because
of running it in conjunction with loop device, which is less likely).
The mkufs is part of an old package,
the patch of Evgeniy is quite
new (may 2006).
Dan
On 9/26/06, Yedidyah Bar-David <[EMAIL PROTECTED]
> wrote:
On Tue, Sep 26, 2006 at 03:47:28PM +0300, Dan Shimshoni wrote:
> Helllo,
>
> from man mount :
>
> Mount options for ufs
> ufstype=value
> ..
> old Old format of ufs, this is the default, read only.
> (Don't forget to give the -r option.)
>
> ...
> the other options (like 44bsd,sun,sunx86 ) seems unrelevant since this ufs
> was created on linux.
>
> Anyhow I added the ufstype=old explicitly to the mount command and got the
> same error.
>
> I also added the -r flag to the mount ("read-only")
> and got the same error.
Doesn't the kernel ('dmesg | tail') say anything?
>
> Did anyone had success with this ?
Never used it personally.
--
Didi