For ext2fs filesystem Support under FreeBSD, You have to build a new kernel with ext2fs support. Put the line
options “EXT2FS”
in your kernel configuration file for the new kernel and compile.
or
Do the following steps to enable ext2fs support in the kernel:
# cd /usr/src/sys/modules/ext2fs
# make
# make install
You can use ‘kldload‘ to load the ext2fs module in to the kernel.
# kldload ext2fs
Then you will be able to mount your linux partitions by giving a command like:
# mount -t ext2fs /dev/ad1s1 /mnt
to unload module use
# kldunload ext2fs
To load the module automatically on system startup
add the following line in to /boot/loader.conf
ext2fs_load=”YES”
Mount A Linux Partition In FreeBSD
Related Posts:
How to Crack Rar, 7z, and zip files in LinuxIf you forget your password for compressed archive (rar, 7z, zip), this program is the solution.This program uses bruteforce algorithm to find correct… Read More
How to Block a Port in Squid Proxy , Ubuntu LinuxHere I will show you how to block a port using squid proxy server and open this port for a selected user. First you have to open squid configurati… Read More
How to install Graphical Front End for Iptables in Ubuntu /debian Linux : Vuurmuur Vuurmuur is graphical front end for famous firewall software iptables. You can make complex firewall rules in simple steps. Vuurmuur supports traffi… Read More
Enabling Serial Console on /dev/ttyAM1 in TS-7260 I'm running Debian on SD card for this TS-7260. I decided to switch the serial console to the second port which is /dev/ttyAM1 because I'm going to… Read More
How to increase downloading Speed with Prozilla Download Accelerator for LinuxWindows Users are pretty lucky as compared to Linux and Mac users. Since for windows you can get any type of freeware application, utility and tools b… Read More
0 comments:
Post a Comment