Register FAQ SearchLogin
Tuxera Home
View unanswered posts | View active topics It is currently Mon May 20, 2013 16:01



Post new topic Reply to topic  [ 30 posts ]  Go to page Previous  1, 2
'rm' removes files but 'ls' still shows them on the fs 
Author Message
Tuxera CTO

Joined: Tue Nov 21, 2006 23:15
Posts: 1645
Post 'rm' removes files but 'ls' still shows them on the fs
On Tue, 5 Dec 2006, felipe1982 wrote:

Quote:
felipe@anarchy&#~> su -c 'mount -a'
Password&#
/sbin/mount.ntfs-3g&# error while loading shared libraries&# libfuse.so.2&# cannot open shared object file&# No such file or directory

Did you run 'su -c ldconfig' as I suggested in the former comment?

Quote:
Unsatisfied dependency&# ntfs-3g-20061115-1.guru.suse101@i686 requires fuse >= 2.6.0
Unsatisfied dependency&# ntfs-3g-20061115-1.guru.suse101@i686 requires libfuse.so.2
Unsatisfied dependency&# ntfs-3g-20061115-1.guru.suse101@i686 requires libfuse.so.2(FUSE_2.5)
Unsatisfied dependency&# ntfs-3g-20061115-1.guru.suse101@i686 requires libfuse.so.2(FUSE_2.2)
Unsatisfied dependency&# ntfs-3g-20061115-1.guru.suse101@i686 requires libfuse.so.2(FUSE_2.6)

Why doesn't it recognise fuse 2.6.1?

Because you mix a package manager with source installation. If ntfs-3g still
doesn't start after 'su -c ldconfig' then remove the ntfs-3g rpm and compile
it from the source.

Quote:
What else do I need to do for the computer to recognise fuse>=2.6.0?

Probably it won't recognise because you installed it from the source.

Quote:
I'd prefer to use rpms (ntfs-3g-xxxxx.rpm), but is it hopeless?

No, it's definitely not hopeless. When the packagers have time, I'm sure
they will make it.

Quote:
Is installing from source the only way out?

No, there are many dozens way to install it. But at present the NTFS-3G
developers support only installation from the source because otherwise we
couldn't spend so much time with the real NTFS development. Packaging is
very distribution specific and you also use not yet very popular utilities
like 'smart' and 'checkinstall', which apparently have some shortcomings.


Tue Dec 05, 2006 13:36
Profile
Tuxera CTO

Joined: Tue Nov 21, 2006 23:15
Posts: 1645
Post 'rm' removes files but 'ls' still shows them on the fs
Quote:
after installing fuse 2.6.1 from source, and *trying* to do the same with ntfs-3g-200611xxxx from source:
felipe@anarchy&#~/ntfs-3g-0.20061115-BETA> sudo ./configure
[.........]
*** The pkg-config script could not be found. Make sure it is
*** in your path, or set the PKG_CONFIG environment variable
*** to the full path to pkg-config.

You need to install the 'pkgconfig' package. This must be available straight
from SUSE. Pkgconfig is a widely used utility which is often required for
compilations.


Tue Dec 05, 2006 13:45
Profile

Joined: Mon Dec 04, 2006 00:26
Posts: 20
Post 
Quote:
Did you run 'su -c ldconfig' as I suggested in the former comment?
I did, see four posts above this post.

/edit: I'm going to make a wiki on how to do this!!! (when I finally getting working, of course).

_________________
Visit Felipe Alvarez's website.


Tue Dec 05, 2006 13:55
Profile WWW

Joined: Mon Dec 04, 2006 00:26
Posts: 20
Post 
SOLVED

_________________
Visit Felipe Alvarez's website.


Tue Dec 05, 2006 14:06
Profile WWW
Tuxera CTO

Joined: Tue Nov 21, 2006 23:15
Posts: 1645
Post 'rm' removes files but 'ls' still shows them on the fs
Quote:
I did, see three posts above.

Great. Then just remove the ntfs-3g and fuse rpm's and compile ntfs-3g from
source.

So, if you removed everything and installed all the packages required for
compilation (kernel-source, pkgconfing, gcc) then this how you can install
ntfs-3g:

FUSE-2.6.x installation (this is needed ONLY if you don't have one already
or the one in the kernel is older than 2.6.0):

./configure --enable-kernel-module
make
sudo make install

NTFS-3G installation:

./configure
make
sudo make install

Then you can mount NTFS partitions for example like

ntfs-3g /dev/hda1 /mnt/win_c


Tue Dec 05, 2006 14:11
Profile
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 30 posts ]  Go to page Previous  1, 2


Who is online

Users browsing this forum: Google [Bot] and 2 guests


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 post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Original forum style by Vjacheslav Trushkin.