Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux Hosts
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > Your Distro > Knoppix Help Forum
Reload this Page ntfs-3g
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Knoppix Help Forum For all discussions about Knoppix, the Linux "Live CD" that lets you run Linux without needing to install on your hard drive.

Closed Thread
 
Thread Tools Display Modes
Old 03-01-2007   #1 (permalink)
brucebd
Just 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
brucebd is offline  
Old 03-01-2007   #2 (permalink)
antidrugue
Linux Guru
 
antidrugue's Avatar
 
Join Date: Oct 2005
Location: Montreal, Canada
Posts: 3,213
As ntfs-3g is part of Knoppix 5.1.1, you can simply mount your Windows partition like that :
Code:
sudo ntfs-3g /dev/hda1 /mnt/windows -o umask=0,nls=utf8
or something similar.

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
antidrugue is offline  
Old 03-01-2007   #3 (permalink)
Oxygen
Linux User
 
Oxygen's Avatar
 
Join Date: Jul 2004
Location: Hartlepool, England
Posts: 384
Send a message via Skype™ to Oxygen
Code:
mount -t ntfs-3g -o defaults,nls=utf8,umask=007 /dev/whatever /your/mount/point
Or add the following to "/etc/fstab".

Code:
/dev/whatever /your/mount/point ntfs-3g defaults,nls=utf8,umask=007 0 1
__________________
Graham - You'd better Use Linux!

I'm registerd Linux user #397030. What about you?
Oxygen is offline  
Old 03-01-2007   #4 (permalink)
brucebd
Just 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
brucebd is offline  
Old 03-02-2007   #5 (permalink)
antidrugue
Linux Guru
 
antidrugue's Avatar
 
Join Date: Oct 2005
Location: Montreal, Canada
Posts: 3,213
/dev/hda1 was just an example, your actual Windows partition may differ.

Code:
sudo fdisk -l
will tell you which of the partitions is the NTFS one.
__________________
"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
antidrugue is offline  
Old 03-02-2007   #6 (permalink)
brucebd
Just 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
brucebd is offline  
Old 03-02-2007   #7 (permalink)
antidrugue
Linux Guru
 
antidrugue's Avatar
 
Join Date: Oct 2005
Location: Montreal, Canada
Posts: 3,213
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
antidrugue is offline  
Old 03-02-2007   #8 (permalink)
brucebd
Just 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
brucebd is offline  
Old 03-02-2007   #9 (permalink)
devils casper
Ghost
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, INDIA
Posts: 18,098
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.






Casper
__________________
New Users: Read This First
If you woke up breathing, Congratulations! You get another chance.

devils casper is offline  
Old 03-02-2007   #10 (permalink)
brucebd
Just 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
brucebd is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT. The time now is 04:09 PM.




© 2000 - 2008 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.0.0