Is there anyway to mount linux xfs filesystems in 5.4

2005-09-20 Thread jdonahue
This is something really important if I am going to use FreeBSD more. I need to mount my Gentoo linux which I have on XFS REISERFS partitions. -- SoCalRocks ___ freebsd-questions@freebsd.org mailing list

Re: Is there anyway to mount linux xfs filesystems in 5.4

2005-09-20 Thread Peter Clutton
On 9/20/05, jdonahue [EMAIL PROTECTED] wrote: This is something really important if I am going to use FreeBSD more. I need to mount my Gentoo linux which I have on XFS REISERFS partitions. -- You can use mount -t ext2fs /drive /mnt Drive is like /dev/ad1 etc and /mnt is mount point Not