Autor |
Nachricht |
|
Titel: NTFS-3G
Verfasst am: 15.07.2006, 08:22 Uhr
|
|
Anmeldung: 25. Jun 2006
Beiträge: 56
|
|
looks like this could be a major development for the linux/*nix community:
NTFS-3G |
|
|
|
|
 |
|
Titel:
Verfasst am: 15.07.2006, 10:13 Uhr
|
|
Anmeldung: 22. Jun 2006
Beiträge: 49
|
|
Bye bye captive . |
|
|
|
|
 |
|
Titel:
Verfasst am: 22.07.2006, 03:52 Uhr
|
|
Anmeldung: 08. Dez 2005
Beiträge: 300
|
|
Nice...now if someone can make a package for this... |
|
|
|
|
 |
|
Titel:
Verfasst am: 22.07.2006, 04:52 Uhr
|
|
Anmeldung: 22. Jun 2006
Beiträge: 49
|
|
Where you would normally do a make install, do a checkinstall, then you have your .deb file . |
|
|
|
|
 |
|
Titel:
Verfasst am: 22.07.2006, 09:39 Uhr
|
|

Anmeldung: 05. Okt 2004
Beiträge: 2069
Wohnort: w3
|
|
Well, we tested and packaged it the same day it was pubished a week ago. Here is a full HowTo in our Wiki:
http://kanotix.com/index.php?module=pnWikka&tag=NTFSSchreibzugriff
Sorry, in German only, still needs to be translated. However, the important stuff are the 4 steps in the code boxes. The German text only contains several Warnings: "This is still experimental stuff, use it at own risk and only on non-production machines. All your data on all partition might become damaged or even lost!"
Greetings,
Chris |
_________________ "An operating system must operate."
|
|
|
|
 |
|
Titel:
Verfasst am: 22.07.2006, 10:15 Uhr
|
|

Anmeldung: 02. Mai 2004
Beiträge: 471
Wohnort: Portland, OR, USA
|
|
Google translation -- it completely messes up the code boxes, though, so better to look at the original how-to for that. |
|
|
|
|
 |
|
Titel:
Verfasst am: 25.07.2006, 14:44 Uhr
|
|
Artist


Anmeldung: 11. Aug 2005
Beiträge: 451
Wohnort: Australia
|
|
|
|
 |
|
Titel:
Verfasst am: 26.07.2006, 00:47 Uhr
|
|
Anmeldung: 22. Jun 2006
Beiträge: 49
|
|
I tested it the day it came out. Works fine for me. |
|
|
|
|
 |
|
Titel:
Verfasst am: 26.07.2006, 05:42 Uhr
|
|

Anmeldung: 18. Jul 2005
Beiträge: 293
Wohnort: EST US
|
|
|
|
 |
|
Titel:
Verfasst am: 26.07.2006, 17:01 Uhr
|
|
Team Member


Anmeldung: 02. Jan 2005
Beiträge: 906
Wohnort: Hagen
|
|
i made a new deb for the repo:
Code:
dpkg --purge ntfs-3g-20070714
apt-get update
apt-get install ntfs-3g
|
|
|
|
|
 |
|
Titel: slam's checkinstall'ed .deb
Verfasst am: 26.07.2006, 18:32 Uhr
|
|
Team Member


Anmeldung: 23. Dez 2003
Beiträge: 109
|
|
i tested slam's checkinstall-deb when he brought ntfs-3g up first, it has a slight issue with the new officiall/Kanotix debs:it worked fine for me, but i needed to
fix a overwrite issue [one of the drawbacks of checkinstall'ed debs]
So:
Code:
dpkg --purge ntfs-3g-20070714
apt-get update && apt-get install ntfs-3g
done
Usage:
btw, ive had issues with fstab-lines :: i use this now::
Code:
/dev/hda1 /media/hda1 ntfs ro,umask=000 0 0
then, to edit/use
Code:
mount -o silent,umask=0 -t ntfs-3g /dev/hdxx /media/hdxx
seems ok, comes in 64-bit too |
_________________ namu amida butsu
|
|
|
|
 |
|
Titel:
Verfasst am: 27.07.2006, 00:38 Uhr
|
|
Anmeldung: 22. Jun 2006
Beiträge: 49
|
|
I notice that the ntfs-3g in the repos depends on the libntfs-3g0 library, which I found strange because when I compiled it myself I didn't see anywhere that the driver needed a library. Did the kanotix team make this library? What is it needed for?
Thanks. |
|
|
|
|
 |
|
Titel:
Verfasst am: 27.07.2006, 06:09 Uhr
|
|
Team Member


Anmeldung: 02. Jan 2005
Beiträge: 906
Wohnort: Hagen
|
|
apt-get source ntfs-3g
libntfs-3g is included in the source dir and /usr/lib/libntfs-3g.* will be created so we put it in an extra package
there is now also ntfs-3g-dev with the files in /usr/include/ntfs/* |
|
|
|
|
 |
|
Titel:
Verfasst am: 27.07.2006, 09:24 Uhr
|
|

Anmeldung: 05. Okt 2004
Beiträge: 2069
Wohnort: w3
|
|
What a great colaborative efford from several people here to get this important new driver that fast into Kanotix! It was just one week ago the driver was published, and we already
1) provide clean official Debian packages in our repository for both i586 and x86_64 machines for easy install via apt-get;
2) provide a correct HowTo in our Wiki in both English and German;
3) have a growing userbase helping to test this new driver.
Well, this is a perfect example why Kanotix is so special. Thanks to Kano, slh, Kelmo, makke, etorix, RoEn, and everybody else who helped to make this happen. And of course thanks to Szakacsits Szabolcs, who created this pretty baby.
HowTo in English: http://kanotix.com/index.php?module=pnWikka&tag=WriteNTFS
HowTo in German http://kanotix.com/index.php?module=pnWikka&tag=NTFSSchreibzugriff
Greetings,
Chris |
_________________ "An operating system must operate."
|
|
|
|
 |
|