On Sun, Jan 8, 2012 at 11:57 AM, Chris <[email protected]> wrote: > Can the upcoming FreeBSD 9 mount ext4 file systems out of the box? > > Trying USB external disk that has ext4 partition /dev/da0s1 and NTFS partition /dev/da0s2, at the moment ext4 doesn't appear to work 'out of the box' - or my mount command is boo-boo
[root@p00ntang /usr/home/waitman]# uname -a FreeBSD p00ntang 9.0-RC3 FreeBSD 9.0-RC3 #0: Sun Dec 4 08:01:02 UTC 2011 [email protected]:/usr/obj/usr/src/sys/GENERIC i386 [root@p00ntang /usr/home/waitman]# mount -t ext2fs -o ro /dev/da0s1 /mnt/linux mount: /dev/da0s1 : Invalid argument da0 at umass-sim0 bus 0 scbus3 target 0 lun 0 da0: <Seagate FreeAgent GoFlex 211> Fixed Direct Access SCSI-0 device da0: 40.000MB/s transfers da0: 476940MB (976773167 512 byte sectors: 255H 63S/T 60801C) WARNING: mount of da0s1 denied due to unsupported optional features [root@p00ntang /usr/home/waitman]# mount /dev/ada0p2 on / (ufs, local, journaled soft-updates) devfs on /dev (devfs, local, multilabel) /dev/da0s2 on /mnt/music (ntfs, local) checking to see, maybe need kernel support for ext compiled in (which doesn't sound so much "out of the box") Waitman _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
