public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] sys-fs/fuse question
@ 2007-07-15  4:49 Anthony E. Caudel
  2007-07-15  6:28 ` Aleksey V. Kunitskiy
  2007-07-15 10:27 ` Neil Bothwick
  0 siblings, 2 replies; 8+ messages in thread
From: Anthony E. Caudel @ 2007-07-15  4:49 UTC (permalink / raw
  To: Gentoo Mailing List

I use ntfs-3g to access my windows partition and ntfs-3g needs the fuse 
module.

Does sys-fs/fuse need to be re-emerged (and thus re-compiled) after 
every kernel upgrade?

Tony

-- 
Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety.
   -- Benjamin Franklin

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] sys-fs/fuse question
  2007-07-15  4:49 [gentoo-user] sys-fs/fuse question Anthony E. Caudel
@ 2007-07-15  6:28 ` Aleksey V. Kunitskiy
  2007-07-15 10:27 ` Neil Bothwick
  1 sibling, 0 replies; 8+ messages in thread
From: Aleksey V. Kunitskiy @ 2007-07-15  6:28 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 499 bytes --]

On Sunday 15 July 2007 07:49, Anthony E. Caudel wrote:
> Does sys-fs/fuse need to be re-emerged (and thus re-compiled) after
> every kernel upgrade?

AFAIK, every kernel module must be recompiled after kernel upgrade
If you recompile kernel too often, or you don't want to remember which 
packages you need to re-emerge (e.g. nvidia), you find 
sys-kernel/module-rebuild very usefull

-- 
best regards,
Aleksey V. Kunitskiy
my public GPG/PGP key: http://www.alexey-kv.org.ua/pubkey.asc

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] sys-fs/fuse question
  2007-07-15  4:49 [gentoo-user] sys-fs/fuse question Anthony E. Caudel
  2007-07-15  6:28 ` Aleksey V. Kunitskiy
@ 2007-07-15 10:27 ` Neil Bothwick
  2007-07-15 11:05   ` Vladimir Rusinov
  2007-07-16  0:17   ` Anthony E. Caudel
  1 sibling, 2 replies; 8+ messages in thread
From: Neil Bothwick @ 2007-07-15 10:27 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 492 bytes --]

On Sat, 14 Jul 2007 23:49:28 -0500, Anthony E. Caudel wrote:

> I use ntfs-3g to access my windows partition and ntfs-3g needs the fuse 
> module.
> 
> Does sys-fs/fuse need to be re-emerged (and thus re-compiled) after 
> every kernel upgrade?

Enable the in-kernel fuse module then sys-fs/fuse will only build the
userspace files, not the module, so you won't need to recompile it.

CONFIG_FUSE_FS=m


-- 
Neil Bothwick

I've seen the procedure hundreds of times. - Qwark

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] sys-fs/fuse question
  2007-07-15 10:27 ` Neil Bothwick
@ 2007-07-15 11:05   ` Vladimir Rusinov
  2007-07-15 17:03     ` Neil Bothwick
  2007-07-16  0:17   ` Anthony E. Caudel
  1 sibling, 1 reply; 8+ messages in thread
From: Vladimir Rusinov @ 2007-07-15 11:05 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 494 bytes --]

On 7/15/07, Neil Bothwick <neil@digimed.co.uk> wrote:

> Enable the in-kernel fuse module then sys-fs/fuse will only build the
> userspace files, not the module, so you won't need to recompile it.
>
> CONFIG_FUSE_FS=m
>

But for some packages (e.g. ntfs3g) you need to completely disable in-kernel
fuse and use modules from sys-fs/fuse. (Altually, it depends on kernel &
package versions).

-- 
Vladimir Rusinov
GreenMice Solutions: IT-решения на базе Linux
http://greenmice.info/

[-- Attachment #2: Type: text/html, Size: 849 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] sys-fs/fuse question
  2007-07-15 11:05   ` Vladimir Rusinov
@ 2007-07-15 17:03     ` Neil Bothwick
  2007-07-16 12:05       ` Vladimir Rusinov
  0 siblings, 1 reply; 8+ messages in thread
From: Neil Bothwick @ 2007-07-15 17:03 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 393 bytes --]

Hello Vladimir Rusinov,

> But for some packages (e.g. ntfs3g) you need to completely disable
> in-kernel fuse and use modules from sys-fs/fuse. (Altually, it depends
> on kernel & package versions).

Really? I've only used ntfs-3g with the in-kernel fuse modules and it has
done all I asked of it.

-- 
Neil Bothwick

The original point and click interface was a Smith & Wesson.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] sys-fs/fuse question
  2007-07-15 10:27 ` Neil Bothwick
  2007-07-15 11:05   ` Vladimir Rusinov
@ 2007-07-16  0:17   ` Anthony E. Caudel
  1 sibling, 0 replies; 8+ messages in thread
From: Anthony E. Caudel @ 2007-07-16  0:17 UTC (permalink / raw
  To: gentoo-user

Neil Bothwick wrote:
> On Sat, 14 Jul 2007 23:49:28 -0500, Anthony E. Caudel wrote:
>
>   
>> I use ntfs-3g to access my windows partition and ntfs-3g needs the fuse 
>> module.
>>
>> Does sys-fs/fuse need to be re-emerged (and thus re-compiled) after 
>> every kernel upgrade?
>>     
>
> Enable the in-kernel fuse module then sys-fs/fuse will only build the
> userspace files, not the module, so you won't need to recompile it.
>
> CONFIG_FUSE_FS=m
>
>
>   
Thanks Neil, that's what I was looking for.

Tony

-- 
Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety.
   -- Benjamin Franklin

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] sys-fs/fuse question
  2007-07-15 17:03     ` Neil Bothwick
@ 2007-07-16 12:05       ` Vladimir Rusinov
  2007-07-16 12:49         ` Neil Bothwick
  0 siblings, 1 reply; 8+ messages in thread
From: Vladimir Rusinov @ 2007-07-16 12:05 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 549 bytes --]

On 7/15/07, Neil Bothwick <neil@digimed.co.uk> wrote:
>
> Hello Vladimir Rusinov,
>
> > But for some packages (e.g. ntfs3g) you need to completely disable
> > in-kernel fuse and use modules from sys-fs/fuse. (Altually, it depends
> > on kernel & package versions).
>
> Really? I've only used ntfs-3g with the in-kernel fuse modules and it has
> done all I asked of it.


With some older kernel versions, you need to install sys-fs/fuse modules.

-- 
Vladimir Rusinov
GreenMice Solutions: IT-решения на базе Linux
http://greenmice.info/

[-- Attachment #2: Type: text/html, Size: 909 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] sys-fs/fuse question
  2007-07-16 12:05       ` Vladimir Rusinov
@ 2007-07-16 12:49         ` Neil Bothwick
  0 siblings, 0 replies; 8+ messages in thread
From: Neil Bothwick @ 2007-07-16 12:49 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 396 bytes --]

On Mon, 16 Jul 2007 16:05:06 +0400, Vladimir Rusinov wrote:

> > Really? I've only used ntfs-3g with the in-kernel fuse modules and it
> > has done all I asked of it.  

> With some older kernel versions, you need to install sys-fs/fuse
> modules.

Maybe, but who want to run old software? New software has the freshest
bugs :)


-- 
Neil Bothwick

Parking is such street sorrow.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2007-07-16 12:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-15  4:49 [gentoo-user] sys-fs/fuse question Anthony E. Caudel
2007-07-15  6:28 ` Aleksey V. Kunitskiy
2007-07-15 10:27 ` Neil Bothwick
2007-07-15 11:05   ` Vladimir Rusinov
2007-07-15 17:03     ` Neil Bothwick
2007-07-16 12:05       ` Vladimir Rusinov
2007-07-16 12:49         ` Neil Bothwick
2007-07-16  0:17   ` Anthony E. Caudel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox