I'm having a bit of trouble with mount_ext2fs on FreeBSD 4.0-CURRENT.
When I mount my two Linux partitions, /dev/wd1s2, and /dev/wd1s4, I don't
get any error messages from the `mount' command. But yet, when I cd to
/mnt/usr/include, and do `ls', here's what I get:
ls: include: Invalid argument
ls: info: Invalid argument
ls: ix86-coff: Invalid argument
ls: ix86-linux: Invalid argument
ls: ix86-linuxaout: Invalid argument
ls: libexec: Invalid argument
ls: man: Invalid argument
ls: openwin: Invalid argument
ls: sbin: Invalid argument
ls: share: Invalid argument
ls: src: Invalid argument
I'm assuming this has something to do with the following boot-up error
message:
Aug 10 03:06:36 myname /kernel: wd1s4: raw partition size != slice size
Notice, wd1s4 is the `/usr' partition of my Linux installation.
I get no problems at all with wd1s2, which is the `/root' of my Linux
installation. I don't get any error messages at all about this
partition's slice size on boot-up, and hence I get no errors with
mount_ext2fs with this slice.
Regarding the raw partition size != slice size problem, is there any
special flags I can pass to mount to make the problem go away? I don't
know exactly is there's a problem with my partition table on drive two,
but I don't have any problems when running Linux.
-- Donn