Results 1 to 10 of 15
How do I run ntfs-3g - I am using a Knoppix 5.1.1 on a CD and want to get into my windows system files to try & fix a WinXP ...
- 03-01-2007 #1Just Joined!
- Join Date
- Feb 2007
- Posts
- 8
ntfs-3g
How do I run ntfs-3g - I am using a Knoppix 5.1.1 on a CD and want to get into my windows system files to try & fix a WinXP crash -- Bruce
- 03-01-2007 #2
As ntfs-3g is part of Knoppix 5.1.1, you can simply mount your Windows partition like that :
or something similar.Code:sudo ntfs-3g /dev/hda1 /mnt/windows -o umask=0,nls=utf8
More details here :
http://technowizah.com/2006/11/debia...g-to-ntfs.html"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 03-01-2007 #3Or add the following to "/etc/fstab".Code:
mount -t ntfs-3g -o defaults,nls=utf8,umask=007 /dev/whatever /your/mount/point
Code:/dev/whatever /your/mount/point ntfs-3g defaults,nls=utf8,umask=007 0 1
- 03-01-2007 #4Just Joined!
- Join Date
- Feb 2007
- Posts
- 8
ntfs-3g
Thanks for advice - typed in "sudo ntfs-3g /dev/hda1 /mnt/windows -o umask=0,nls=utf8" and get "failed to mount ' /dev/hda1' : Operation not supported. Mount is denied because NTFS is unclean. Choose: Boot windows & shutdown it cleanly OR Run 'ntfsfix@ on Linux then mount NTFS with force option read-write or with 'ro' option read only OR mount NTFS volume with -ro option in read only ????
What does all this mean?? I'm totally new to Linux - what is next move?? Bruce
- 03-02-2007 #5
/dev/hda1 was just an example, your actual Windows partition may differ.
will tell you which of the partitions is the NTFS one.Code:sudo fdisk -l
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 03-02-2007 #6Just Joined!
- Join Date
- Feb 2007
- Posts
- 8
ntfs-3g
Thanks - the /dev/hda1 is the windows partition ntfs drive that I'm trying to write to - it is the one with all of the WinXP files - any other ideas? Bruce
- 03-02-2007 #7
Ok, then I believe there is a "force" option just for that :
Code:sudo mount -t ntfs-3g /dev/hda1 /mnt/windows -o force,user,umask=0,nls=utf8
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 03-02-2007 #8Just Joined!
- Join Date
- Feb 2007
- Posts
- 8
ntfs-3g
I've tried using the "force" and get the same message as before. Just to check that I'm doing it correctly I open the shell console window & then after knoppix@knoppix:~$ I type as suggested?? What next? I have a feeling that I may not be able to achieve the writing to windows with this - Bruce
- 03-02-2007 #9
its not possible to mount corrupted NTFS partition. problem is in Partition Table only.
does output of 'fdisk -l' display any message related to 'partition out of boundary' or something like that?
post the output of 'fdisk -l' command here.
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-02-2007 #10Just Joined!
- Join Date
- Feb 2007
- Posts
- 8
ntfs-3g
OK tried tying in fdisk -l /dev/hda1 and got,
Disk /dev/hda1: 61.4GB
16 heads, 63 sectors/track, 119132 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes
This doesn't look like a partition table
Probably you selected the wrong device
Device Boot Start End Blocks ID System
/dev/hda1p1 ? 216399 1904881 850995205 72 Unknown
Partition does not end on cylinder boundary
This is repeated for p2, p3 & p4 and finally says
Partition table entries are not in disk order
Hope this helps - Bruce



