Sunday, January 4, 2009
How to mount Linux filesystem under FreeBSD
Posted on 9:05 PM by Unknown
Do the following steps to enable ext2fs support in the FreeBSD kernel:# cd /usr/src/sys/modules/ext2fs# make# make installYou can use ‘kldload‘ to load the ext2fs module in to the kernel.# kldload ext2fsThen you will be able to mount your linux by giving a command like:# mount -t ext2fs /dev/ad1s1 /mntto unload module use# kldunload ext2fsTo load the module automatically on system
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment