This is a discussion on fuse and mount within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> Do I need to compile fuse into the kernel (or as a module) if I want to mount NTFS ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Do I need to compile fuse into the kernel (or as a module) if I want to mount NTFS volumes? I compiled it out and now the system complains about fuse not being available when it should be mounting things from fstab at boot time. I've looked in Documentation, but it wasn't clear to me, and I never USED to need it. TIA. Mark. -- While I'll admit that anyone can make a mistake once, to go on making the same lethal errors century after century seems to me nothing short of deliberate.--V. |
| |||
| -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2008-05-22, Mark P. Nelson <markpnelson@sbcglobal.net> wrote: > Do I need to compile fuse into the kernel (or as a module) if I want to > mount NTFS volumes? I compiled it out and now the system complains about > fuse not being available when it should be mounting things from fstab at > boot time. I've looked in Documentation, but it wasn't clear to me, and I > never USED to need it. Making it a module is just fine; however, you'll need the module loaded into the kernel before those filesystems get mounted. You should be able to accomplish this simply by loading the fuse module in whatever rc.modules file your system uses. - -- It is better to hear the rebuke of the wise, Than for a man to hear the song of fools. Ecclesiastes 7:5 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkg1ilAACgkQrZS6hX/gvjpdTACg1pQgX8gFzewXHS8ly43aurSB +3QAnjZjhvOKa/THfjQVyJ67OnhVawIT =ovJ3 -----END PGP SIGNATURE----- |
| |||
| Robby Workman <newsgroups@rlworkman.net> wrote in news:j8bgg5x90v.ln2 @Cardinal.lizella.net: > On 2008-05-22, Mark P. Nelson <markpnelson@sbcglobal.net> wrote: >> Do I need to compile fuse into the kernel (or as a module) if I want to >> mount NTFS volumes? > > > Yes. > > -RW Thank you very much. mpn. -- While I'll admit that anyone can make a mistake once, to go on making the same lethal errors century after century seems to me nothing short of deliberate.--V. |
| |||
| +Alan Hicks+ <alan@lizella.netWORK> wrote in news:gbegg5xbgv.ln2@Cardinal.lizella.net: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 2008-05-22, Mark P. Nelson <markpnelson@sbcglobal.net> wrote: >> Do I need to compile fuse into the kernel (or as a module) if I want >> to mount NTFS volumes? I compiled it out and now the system complains >> about fuse not being available when it should be mounting things from >> fstab at boot time. I've looked in Documentation, but it wasn't clear >> to me, and I never USED to need it. > > Making it a module is just fine; however, you'll need the module > loaded into the kernel before those filesystems get mounted. You > should be able to accomplish this simply by loading the fuse module in > whatever rc.modules file your system uses. > Thanks. Mark. -- While I'll admit that anyone can make a mistake once, to go on making the same lethal errors century after century seems to me nothing short of deliberate.--V. |
| ||||
| On 2008-05-22, +Alan Hicks+ <alan@lizella.netWORK> wrote: > > On 2008-05-22, Mark P. Nelson <markpnelson@sbcglobal.net> wrote: >> Do I need to compile fuse into the kernel (or as a module) if I want to >> mount NTFS volumes? I compiled it out and now the system complains about >> fuse not being available when it should be mounting things from fstab at >> boot time. I've looked in Documentation, but it wasn't clear to me, and I >> never USED to need it. > > Making it a module is just fine; however, you'll need the module loaded > into the kernel before those filesystems get mounted. You should be > able to accomplish this simply by loading the fuse module in whatever > rc.modules file your system uses. Shouldn't be necessary in a stock 12.1 installation. Assuming /etc/rc.d/rc.fuse is executable, it will be run from /etc/rc.d/rc.S, and rc.fuse loads the module for you. :-) -RW |