Hello, Does anyone have a centos5 specific howto or setup notes for fuse? I want to use it to mount an xp ntfs drive on my centos5 box. Thanks. Dave.
Dave wrote:
Hello, Does anyone have a centos5 specific howto or setup notes for fuse? I want to use it to mount an xp ntfs drive on my centos5 box.
Sure, our wiki has!
http://wiki.centos.org/TipsAndTricks/NTFSPartitions
Ralph
Hello, Thanks for your reply. I checked out:
that led me here. I'm running CentOS5 and running the CentOSPlus kernel, version below at the end of yum output. In the wiki it said anyway to install dkms and dkms-fuse so i issued:
yum install fuse fuse-ntfs-3g dkms dkms-fuse
and i'm getting a dependency error with my kernel version. Dave.
#yum install fuse fuse-ntfs-3g dkms dkms-fuse Loading "installonlyn" plugin Setting up Install Process Setting up repositories Reading repository metadata in from local files Excluding Packages from CentOS-5 - Base Finished Excluding Packages from CentOS-5 - Updates Finished Parsing package install arguments Resolving Dependencies --> Populating transaction set with selected packages. Please wait. ---> Package fuse-ntfs-3g.i386 0:1.616-1.el5.rf set to be updated ---> Package dkms-fuse.noarch 0:2.7.0-1.nodist.rf set to be updated ---> Package dkms.noarch 0:2.0.16-1.el5.rf set to be updated ---> Package fuse.i386 0:2.7.0-3_7.el5 set to be updated --> Running transaction check --> Processing Dependency: libfuse.so.2(FUSE_2.6) for package: fuse-ntfs-3g --> Processing Dependency: libfuse.so.2 for package: fuse-ntfs-3g --> Processing Dependency: libfuse.so.2(FUSE_2.5) for package: fuse-ntfs-3g --> Processing Dependency: libfuse.so.2(FUSE_2.2) for package: fuse-ntfs-3g --> Processing Dependency: fuse-kmdl-2.7.0-3_7.el5 for package: fuse --> Restarting Dependency Resolution with new changes. --> Populating transaction set with selected packages. Please wait. ---> Package fuse-kmdl-2.6.18-8.el5.i686 0:2.7.0-3_7.el5 set to be updated ---> Package fuse-libs.i386 0:2.7.0-3_7.el5 set to be updated --> Running transaction check --> Processing Dependency: /boot/vmlinuz-2.6.18-8.el5 for package: fuse-kmdl-2.6.18-8.el5 Importing additional filelist information --> Finished Dependency Resolution Error: Missing Dependency: /boot/vmlinuz-2.6.18-8.el5 is needed by package fuse-kmdl-2.6.18-8.el5 #uname -a Linux wserv.example.net 2.6.18-8.1.8.el5.centos.plus #1 SMP Mon Jul 16 08:49:50 EDT 2007 i686 i686 i386 GNU/Linux
----- Original Message ----- From: "Ralph Angenendt" ra+centos@br-online.de To: centos@centos.org Sent: Friday, August 17, 2007 6:32 AM Subject: Re: [CentOS] using fuse on centos 5 with xp
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On Fri, 17 Aug 2007 07:37:13 -0400 "Dave" dmehler26@woh.rr.com wrote:
<snip> Error: Missing Dependency: /boot/vmlinuz-2.6.18-8.el5 is needed by package fuse-kmdl-2.6.18-8.el5 #uname -a Linux wserv.example.net 2.6.18-8.1.8.el5.centos.plus #1 SMP Mon Jul 16 08:49:50 EDT 2007 i686 i686 i386 GNU/Linux
It seems you're mixing third-party repositories ... normally RPMForge will provide dkms while atrpms will provide kmdl ... which repositories are you using ?
Hello, Thanks for your reply. I am using both rpmforge and atrpms, i have not until now had an issue. What is dkms and kmdl? Should i use one or the other in this case? Thanks. Dave.
----- Original Message ----- From: "Fabian Arrotin" fabian.arrotin@arrfab.net To: centos@centos.org Sent: Friday, August 17, 2007 7:50 AM Subject: Re: [CentOS] using fuse on centos 5 with xp
On Fri, 17 Aug 2007 07:37:13 -0400 "Dave" dmehler26@woh.rr.com wrote:
<snip> Error: Missing Dependency: /boot/vmlinuz-2.6.18-8.el5 is needed by package fuse-kmdl-2.6.18-8.el5 #uname -a Linux wserv.example.net 2.6.18-8.1.8.el5.centos.plus #1 SMP Mon Jul 16 08:49:50 EDT 2007 i686 i686 i386 GNU/Linux
It seems you're mixing third-party repositories ... normally RPMForge will provide dkms while atrpms will provide kmdl ... which repositories are you using ?
-- Fabian Arrotin fabian.arrotin@arrfab.net Solution ? echo '16i[q]sa[ln0=aln100%Pln100/snlbx]sbA0D4D465452snlbxq' | dc _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On Fri, Aug 17, 2007 at 04:30:34PM -0400, Dave wrote:
Hello, Thanks for your reply. I am using both rpmforge and atrpms, i have not until now had an issue. What is dkms and kmdl?
dkms and kmdl are two different methods of providing kernel modules on your system. dkms does this dynamically on the end user's system, e.g. it ships code and your compiler builds it for any kernel you boot. kmdls are prebuilt kernel modules that are shipped in binary form.
Ideally both yield the same results on your system. Both have pros and cons, and we'll hopefully get the pros together soon.
Should i use one or the other in this case?
Yes, not both, they target the same kernel module, so they will both conflict in one way or another. Just try out one method and if that works stick to it.
Thanks. Dave.
----- Original Message ----- From: "Fabian Arrotin" fabian.arrotin@arrfab.net To: centos@centos.org Sent: Friday, August 17, 2007 7:50 AM Subject: Re: [CentOS] using fuse on centos 5 with xp
On Fri, 17 Aug 2007 07:37:13 -0400 "Dave" dmehler26@woh.rr.com wrote:
<snip> Error: Missing Dependency: /boot/vmlinuz-2.6.18-8.el5 is needed by package fuse-kmdl-2.6.18-8.el5 #uname -a Linux wserv.example.net 2.6.18-8.1.8.el5.centos.plus #1 SMP Mon Jul 16 08:49:50 EDT 2007 i686 i686 i386 GNU/Linux
It seems you're mixing third-party repositories ... normally RPMForge will provide dkms while atrpms will provide kmdl ... which repositories are you using ?
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On 8/17/07, Dave dmehler26@woh.rr.com wrote:
--> Processing Dependency: /boot/vmlinuz-2.6.18-8.el5 for package: fuse-kmdl-2.6.18-8.el5 Importing additional filelist information --> Finished Dependency Resolution Error: Missing Dependency: /boot/vmlinuz-2.6.18-8.el5 is needed by package fuse-kmdl-2.6.18-8.el5
fuse-kmdl is from ATrpms. You cannot mix rpmforge and atrpms on this. You need to get the stuff from either one, not both. The instructions on the wiki is for rpmforge.
Akemi
On Fri, Aug 17, 2007 at 07:37:13AM -0400, Dave wrote:
--> Processing Dependency: /boot/vmlinuz-2.6.18-8.el5 for package: fuse-kmdl-2.6.18-8.el5 Importing additional filelist information --> Finished Dependency Resolution Error: Missing Dependency: /boot/vmlinuz-2.6.18-8.el5 is needed by package fuse-kmdl-2.6.18-8.el5
There are two issues here:
a) /boot/vmlinuz-2.6.18-8.el5 should be part of the base CentOS release b) There are fuse-kmdl-* for any released kernel in the repo and yum just fails to pick up a sensible one.
You can fix by explicitly asking yum to install a amtching kmdl the first time and then use the yum-plugin-kmdl to automate this for further kernel updates:
yum install fuse-kmdl-`uname -r` yum-plugin-kmdl
#uname -a Linux wserv.example.net 2.6.18-8.1.8.el5.centos.plus #1 SMP Mon Jul 16 08:49:50 EDT 2007 i686 i686 i386 GNU/Linux
Also note that as others have written you accidentially got the ATrpms' version of fuse, you wanted to get Dag's version. I think both will work the same for you and Dag and I will be putting our heads together to melt our methods into one getting the best of both worlds. :)
But for now you need to decide for one setup and stick to it. If you want to use the dkms solution use an exclude directive in ATrpms' repo definition to not see any "fuse*" packages. That will ensure that all fuse stuff comes from Dag.
On 8/17/07, Axel Thimm Axel.Thimm@atrpms.net wrote:
But for now you need to decide for one setup and stick to it. If you want to use the dkms solution use an exclude directive in ATrpms' repo definition to not see any "fuse*" packages. That will ensure that all fuse stuff comes from Dag. -- Axel.Thimm at ATrpms.net
Indeed, the wiki for NTFS should include the instructions for kmdl for those who are using ATrpms and how to set up the repos correctly for those who are using both ATrpms and RPMforge. Writing this portion was in the original plan but somehow missed before the page was made available to the public. Either Ralph or I will be updating the article. (ping range :-)
Akemi
Akemi Yagi wrote:
On 8/17/07, Axel Thimm Axel.Thimm@atrpms.net wrote:
But for now you need to decide for one setup and stick to it. If you want to use the dkms solution use an exclude directive in ATrpms' repo definition to not see any "fuse*" packages. That will ensure that all fuse stuff comes from Dag. -- Axel.Thimm at ATrpms.net
Indeed, the wiki for NTFS should include the instructions for kmdl for those who are using ATrpms and how to set up the repos correctly for those who are using both ATrpms and RPMforge. Writing this portion was in the original plan but somehow missed before the page was made available to the public. Either Ralph or I will be updating the article. (ping range :-)
Well, I'll try to do so over the weekend.
Cheers,
Ralph