Re: ext2 mount

2004-02-19 Thread Andrew L. Gould
On Thursday 19 February 2004 12:22 pm, [EMAIL PROTECTED] wrote:
 How can I mount ext2 under FreeBSD 5.2?


 I use this command:
 mount_ext2fs /dev/ad1s3 /mnt


 and the reply with error:
 mount_ext2fs: /dev/ad1s3: Operation not supported by device


 uname -a output:
 FreeBSD  5.2-RELEASE FreeBSD 5.2-RELEASE #0: Sun Jan 11 04:21:45 GMT 2004
 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386


 Thanks!

Is ext2 compatibility enabled in the kernel?

Best regards,

Andrew Gould

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ext2 mount

2004-02-19 Thread Robert Storey

You must add this line to the kernel and recompile:

options EXT2FS

regards,
Robert


On Thu, 19 Feb 2004 19:22:28 +0100
[EMAIL PROTECTED] wrote:

 
 How can I mount ext2 under FreeBSD 5.2?
 
 
 I use this command:
 mount_ext2fs /dev/ad1s3 /mnt
 
 
 and the reply with error:
 mount_ext2fs: /dev/ad1s3: Operation not supported by device
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]