[lug] mount NTFS without a kernel rebuild?

David Morris lists at morris-clan.net
Tue Oct 1 11:04:37 MDT 2002


On Tue, Oct 01, 2002 at 11:48:29AM -0500, Jarosko, Bill wrote:
> You mean insmod.

modprobe and insmod do the exact same thing, load a kernel
module.  The difference is on the options they offer, but
if all you want to do is something as simple as insert the
ntfs module, the commands

    insmod ntfs

and

    modprobe ntfs

are equivalent...they do the exact same thing.

--David




More information about the LUG mailing list