Hi,
2.4.19-pre2 fails to mount my FreeBSD filesystems:
bogomips root ~# grep bsd /etc/fstab
/dev/hda10 /bsd ufs ro,ufstype=44bsd 0 0
/dev/hda12 /bsd/var ufs ro,ufstype=44bsd 0 0
/dev/hda13 /bsd/usr ufs ro,ufstype=44bsd 0 0
bogomips root ~# mount -a
UFS: failed to set blocksize
mount: wrong fs type, bad option, bad superblock on /dev/hda10,
or too many mounted file systems
mount: mount point /bsd/var does not exist
mount: mount point /bsd/usr does not exist
Gerd
--
#define ENOCLUE 125 /* userland programmer induced race condition */
Gerd Knorr wrote:
> 2.4.19-pre2 fails to mount my FreeBSD filesystems:
>
> bogomips root ~# grep bsd /etc/fstab
> /dev/hda10 /bsd ufs ro,ufstype=44bsd 0 0
> /dev/hda12 /bsd/var ufs ro,ufstype=44bsd 0 0
> /dev/hda13 /bsd/usr ufs ro,ufstype=44bsd 0 0
> bogomips root ~# mount -a
> UFS: failed to set blocksize
> mount: wrong fs type, bad option, bad superblock on /dev/hda10,
> or too many mounted file systems
> mount: mount point /bsd/var does not exist
> mount: mount point /bsd/usr does not exist
FWIW; i get the same trying to mount my Solaris partitions.
# mount -t ufs -r -o ufstype=sun /dev/hda4 /mnt
mount: wrong fs type, bad option, bad superblock on /dev/hda4,
or too many mounted file systems
in my `dmesg` output, i get:
UFS: failed to set blocksize
Jurgen.