Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
fuse on 2.6.25-gentoo-r8 kernel
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
AshVince
n00b
n00b


Joined: 04 Jun 2006
Posts: 9
Location: London

PostPosted: Wed Nov 05, 2008 12:10 am    Post subject: fuse on 2.6.25-gentoo-r8 kernel Reply with quote

I have just updated my kernel to the latest stable version in portage and just discovered there is not even an unstable version of fuse in the portage tree that supports it. This is getting really dull as this might have happened last time I upgraded my kernel as well only I can not remember. So no NTFS-3G for me until someone pulls there finger out and gets another version of fuse out.

Is it not possible that you could start holding back on marking a kernel as stable until fuse and other kernel modules you have to emerge separately are also ready, or at least throwing a warning of some kind when I emerged the kernel-sources.

In the mean time does anybody have any idea how long it will be I can pull down another version of fuse from portage that will support the current stable kernel?
Back to top
View user's profile Send private message
szczerb
Veteran
Veteran


Joined: 24 Feb 2007
Posts: 1709
Location: Poland => Lodz

PostPosted: Wed Nov 05, 2008 12:20 am    Post subject: Reply with quote

That's weird. I'm now using 2.6.28-vanilla-rc2 and I didn't have to update sys-fs/fuse-2.7.0 when updating form 2.6.25-tuxonice-r7.

I'm using fusesmb and it works just fine (watching a movie over it right now). Gnome also automounts my ntfs partitions just fine.
Back to top
View user's profile Send private message
pappy_mcfae
Watchman
Watchman


Joined: 27 Dec 2007
Posts: 5999
Location: Pomona, California.

PostPosted: Wed Nov 05, 2008 9:15 am    Post subject: Reply with quote

Fuse support has been in kernel since 2.6.17. I have never had a problem with fuse with any kernel I've run, and that includes some .25 kernels in the past. Click on the link in my sig, and check out the kernel seed for that version. It comes with fuse support already set up.

Blessed be!
Pappy
_________________
This space left intentionally blank, except for these ASCII symbols.
Back to top
View user's profile Send private message
irgu
Tux's lil' helper
Tux's lil' helper


Joined: 25 Apr 2003
Posts: 131

PostPosted: Wed Nov 05, 2008 5:49 pm    Post subject: Reply with quote

ntfs-3g doesn't need fuse user space (by default), only the fuse kernel module.
Back to top
View user's profile Send private message
pappy_mcfae
Watchman
Watchman


Joined: 27 Dec 2007
Posts: 5999
Location: Pomona, California.

PostPosted: Wed Nov 05, 2008 5:52 pm    Post subject: Reply with quote

It does; however, need to have you install the fuse package...for libfuse and some other stuff.

Blessed be!
Pappy
_________________
This space left intentionally blank, except for these ASCII symbols.
Back to top
View user's profile Send private message
tgR10
Apprentice
Apprentice


Joined: 23 Oct 2007
Posts: 262
Location: caly ten ambaras

PostPosted: Wed Nov 05, 2008 10:40 pm    Post subject: Reply with quote

irgu wrote:
ntfs-3g doesn't need fuse user space (by default), only the fuse kernel module.

exactly it doesn't need "fuse" package, only fuse as a module in kernel
[05:37 ] tgr@lady-angelina:~$ eix fuse -cI
[I] dev-libs/confuse (2.6-r3@29.10.2008): a configuration file parser library
[05:37 ] tgr@lady-angelina:~$ eix -cI ntfs3g
[I] sys-fs/ntfs3g (1.5012@29.10.2008): Open source read-write NTFS driver that runs under FUSE
[05:38 ] tgr@lady-angelina:~$ mount|grep fus
/dev/sda2 on /mnt/xp type fuseblk (rw,allow_other,blksize=4096)
/dev/sda3 on /mnt/vista type fuseblk (rw,allow_other,blksize=4096)
[05:38 ] tgr@lady-angelina:~$

pappy_mcfae wrote:
It does; however, need to have you install the fuse package...for libfuse and some other stuff.

Blessed be!
Pappy

no it's not ;->
_________________
"bo kto ma racje ? ten kto z bliska zobaczy"
"moge nie wiedziec,wchlaniam niewiedze z malych torebek"
http://i12.tinypic.com/4pow0mu.png
http://userbar.tgr.debil.eu/userbar.jpg
Back to top
View user's profile Send private message
pappy_mcfae
Watchman
Watchman


Joined: 27 Dec 2007
Posts: 5999
Location: Pomona, California.

PostPosted: Thu Nov 06, 2008 6:40 am    Post subject: Reply with quote

Oh? Then why is the fuse package pulled in as a dependency by ntfs3g? Because libfuse is needed by ntfs3g, unless they have severely redesigned it since I first researched the subject, and started using it.

Blessed be!
Pappy
_________________
This space left intentionally blank, except for these ASCII symbols.
Back to top
View user's profile Send private message
tgR10
Apprentice
Apprentice


Joined: 23 Oct 2007
Posts: 262
Location: caly ten ambaras

PostPosted: Thu Nov 06, 2008 12:22 pm    Post subject: Reply with quote

pappy_mcfae wrote:
Oh? Then why is the fuse package pulled in as a dependency by ntfs3g? Because libfuse is needed by ntfs3g, unless they have severely redesigned it since I first researched the subject, and started using it.

Blessed be!
Pappy

i have no idea why, just look at ntfs3g ebuild there is only 1 dependency which is hal (for a hal use flag)
_________________
"bo kto ma racje ? ten kto z bliska zobaczy"
"moge nie wiedziec,wchlaniam niewiedze z malych torebek"
http://i12.tinypic.com/4pow0mu.png
http://userbar.tgr.debil.eu/userbar.jpg
Back to top
View user's profile Send private message
pappy_mcfae
Watchman
Watchman


Joined: 27 Dec 2007
Posts: 5999
Location: Pomona, California.

PostPosted: Thu Nov 06, 2008 7:05 pm    Post subject: Reply with quote

Well, according to equery, you're right. Oh well, just add this to my list of oopses.

hehehe

Blessed be!
Pappy
_________________
This space left intentionally blank, except for these ASCII symbols.
Back to top
View user's profile Send private message
AshVince
n00b
n00b


Joined: 04 Jun 2006
Posts: 9
Location: London

PostPosted: Sat Nov 08, 2008 2:55 pm    Post subject: Fixed thanks to Gentoo-Wiki Reply with quote

Ok, I did not know that the ntfs-3g package no longer required the fuse from portage and was happy with the one compiled into the kernel, when I installed it originally using the instructions at gentoo-wiki this was not the case. I had tried search google a few times but had found no hits.

I have just discovered however that Gentoo-Wiki is back!! It does not seem to be getting found in google searches at the moment and not all its previous content is available but the site is back up at: http://en.gentoo-wiki.com/wiki/Main_Page

Before your posting your question here, have a look there as I have always found it to be the most useful Gentoo related resource out there.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum