Hmm... Is there a roadmap for getting internal FUSE library in Ubuntu?
What is the outlook on this problem?
(thanks for the quick reply btw :) )
--
ntfs hard links not working
https://bugs.launchpad.net/bugs/336762
You received this bug notification because you are a member of Ubuntu
Bugs, which
Ok, I updated to Jaunty but I still get the same, wrong, results
(compared to the results on an ext3 partition).
So this means on my computer, I CAN reproduce the bug, contradicting
with Szabolcs Szakacsits statement. My ntfs-3g man page says version
2009.2.1, I think Ubuntu uses 'internal FUSE' a
Well, if this is going to be fixed in Jaunty, then I think I can wait a
month to get the official update and be less at a risk to fry stuff :)
Would be nice though if any of the devs could finally confirm that this
bug is real (or not) and that it is fixed in Jaunty (or not).
--
ntfs hard links
Thank you for checking with upstream!
Does this mean now that this bug is confirmed on Ubuntu? What steps can
be taking to further investigate this issue and possibly have a fix in
8.10 or future Ubuntu release?
--
ntfs hard links not working
https://bugs.launchpad.net/bugs/336762
You received t
I suspected that '>' might create a new file too. So to be absolutely
sure, I replaced '>' by '>>'. I got the same, wrong, results, file B was
changed, while file A wasn't.
So I still say: hard links do not work on ntfs on my computer. And there
is still no one here who has given me proof that the
Is my statement not clear or is it not exactly known if NTFS and NTFS-3G
support hard links?
I hope this clarifies it... man ntfs-3g says:
"ntfs-3g is an NTFS driver, which can create, remove, rename, move
files, directories, hard links, and streams; ..."
So I expect that it actually does what i
I would be happy already if anyone could just confirm this...
NTFS and NTFS-3G should support hardlinks...
--
ntfs hard links not working
https://bugs.launchpad.net/bugs/336762
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-
** Tags added: ntfs
--
ntfs hard links not working
https://bugs.launchpad.net/bugs/336762
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo
Public bug reported:
I can not seem to create hard links on ntfs partitions (either on
internal or external hd).
Repeat with:
x...@x:/media/sda5 % ls -la A B
ls: cannot access A: No such file or directory
ls: cannot access B: No such file or directory
x...@x:/media/sda5 % echo 'file A' > A
x...@