LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 03-02-2003, 06:34 AM   #1
orange400
Member
 
Registered: Mar 2003
Location: Bellevue, WA
Distribution: Arch w/ XFCE
Posts: 834

Rep: Reputation: 30
How do I mount a HDD with a NTFS filesystem?


I've tried mount -l ntfs /dev/hda /mnt, but it says the kernel does not support ntfs filesystems. Any ideas?
 
Old 03-02-2003, 07:09 AM   #2
Crashed_Again
Senior Member
 
Registered: Dec 2002
Location: Atlantic City, NJ
Distribution: Ubuntu & Arch
Posts: 3,503

Rep: Reputation: 57
If your using RedHat try this link.
 
Old 03-02-2003, 09:57 PM   #3
rch
Member
 
Registered: Feb 2003
Location: Santa Clara,CA
Distribution: Mandriva
Posts: 909

Rep: Reputation: 48
Re: How do I mount a HDD with a NTFS filesystem?

Quote:
Originally posted by orange400
I've tried mount -l ntfs /dev/hda /mnt, but it says the kernel does not support ntfs filesystems. Any ideas?
just search this forum for your answers
 
Old 03-02-2003, 11:19 PM   #4
orange400
Member
 
Registered: Mar 2003
Location: Bellevue, WA
Distribution: Arch w/ XFCE
Posts: 834

Original Poster
Rep: Reputation: 30
Hey! It worked! Very cool, thanks a lot.
 
Old 03-02-2003, 11:24 PM   #5
adonis
LQ Newbie
 
Registered: May 2002
Posts: 6

Rep: Reputation: 0
Quote:
Originally posted by Crashed_Again
If your using RedHat try this link.
It's sad to me the link can not use.
 
Old 03-03-2003, 02:32 AM   #6
orange400
Member
 
Registered: Mar 2003
Location: Bellevue, WA
Distribution: Arch w/ XFCE
Posts: 834

Original Poster
Rep: Reputation: 30
It works great, but it's a read-only system. When I use wine to run programs, I kinda want the added write support too. Like when I am running one of those great DOS games and I want to save a highscore or something, but nothing more than that. Is writing possible?
 
Old 03-03-2003, 02:33 AM   #7
orange400
Member
 
Registered: Mar 2003
Location: Bellevue, WA
Distribution: Arch w/ XFCE
Posts: 834

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by adonis
It's sad to me the link can not use.
Link doesn't work? Try pasting this into your browser:

http://linux-ntfs.sourceforge.net/info/redhat.html

Or you're not running red hat or something?
 
Old 03-03-2003, 04:21 AM   #8
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Quote:
Originally posted by orange400
It works great, but it's a read-only system. When I use wine to run programs, I kinda want the added write support too. Like when I am running one of those great DOS games and I want to save a highscore or something, but nothing more than that. Is writing possible?
Sure is. However it's still not stable, and even the creators say not to use it yet. But if you wish to, read further up that link. It requires a kernel recompile and the use of some tools. And even then, you are still risking losing everything on your ntfs drive. You have the choice to either convert to fat32 or setup wine on a linux partition with a fake C drive et al.

Cool
 
Old 03-03-2003, 05:04 AM   #9
rch
Member
 
Registered: Feb 2003
Location: Santa Clara,CA
Distribution: Mandriva
Posts: 909

Rep: Reputation: 48
Quote:
Originally posted by MasterC
Sure is. However it's still not stable, and even the creators say not to use it yet. But if you wish to, read further up that link. It requires a kernel recompile and the use of some tools. And even then, you are still risking losing everything on your ntfs drive. You have the choice to either convert to fat32 or setup wine on a linux partition with a fake C drive et al.

Cool
well of course the write support is not stable
but you can use ntfsfix to recover any filesystem corruption
i have been using ntfs r/w for about two weeks and till now
i have no problems
but you have to use the ntfsfix
(available from the sourceforge site)
http://linux-ntfs.sourceforge.net/man/ntfsfix.html
 
Old 03-03-2003, 05:23 AM   #10
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Yeah, there are alot of things that aren't stable that I still suggest using, but when the developers of apps say not to use them yet, I usually heed those types of warnings I'd venture to guess that if everyone using NTFS did use write support, even with the ntfsfix tool, that'd there would be a good percentage who would walk away with corrupted drives and lost data. However, if you feel safe in doing that, by all means, test away!

Cool
 
Old 03-04-2003, 12:17 AM   #11
rch
Member
 
Registered: Feb 2003
Location: Santa Clara,CA
Distribution: Mandriva
Posts: 909

Rep: Reputation: 48
Quote:
Originally posted by MasterC
Yeah, there are alot of things that aren't stable that I still suggest using, but when the developers of apps say not to use them yet, I usually heed those types of warnings I'd venture to guess that if everyone using NTFS did use write support, even with the ntfsfix tool, that'd there would be a good percentage who would walk away with corrupted drives and lost data. However, if you feel safe in doing that, by all means, test away!

Cool
of course massive data corruption is possible is large amount of data is written
the ntfsfix utitity enables the ntfs volume dirty bit
so that next time windows boot up the volume is checked for data integrity
and i and everyone who used ntfs write would use the feature only when absolutely necessary
of course it is in the development phase
i read the technical documentation of ntfs
(also available on source-forge page)
and write support as said is quite dangerous!!!!
 
Old 03-04-2003, 12:24 AM   #12
adonis
LQ Newbie
 
Registered: May 2002
Posts: 6

Rep: Reputation: 0
Thank you,everybody all above!
 
Old 03-04-2003, 12:27 AM   #13
adonis
LQ Newbie
 
Registered: May 2002
Posts: 6

Rep: Reputation: 0
By the way,besides NTFS filesystem,can I mount FAT or FAT32 filesystem HDD on Linux System?
 
Old 03-04-2003, 12:30 AM   #14
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Sure, vfat is your module. Try probing it, usually it's there:
modprobe vfat
Then mount:
mount -t vfat /dev/hdx /mnt/xxx

Cool
 
Old 03-04-2003, 12:32 AM   #15
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Quote:
Originally posted by rch
of course massive data corruption is possible is large amount of data is written
the ntfsfix utitity enables the ntfs volume dirty bit
so that next time windows boot up the volume is checked for data integrity
and i and everyone who used ntfs write would use the feature only when absolutely necessary
of course it is in the development phase
i read the technical documentation of ntfs
(also available on source-forge page)
and write support as said is quite dangerous!!!!


Nice debate

FWIW, I concede.

Cool
 
  


Reply



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



Similar Threads
Thread Thread Starter Forum Replies Last Post
mount: unknown filesystem type 'ntfs' when trying to mount windows drive... DiZASTiX Linux - Hardware 12 09-28-2008 07:29 PM
Can't boot XP, can only mount ntfs filesystem as vfat bsm80 Linux - Hardware 4 05-06-2005 05:56 PM
How can i mount NTFS filesystem? alice95089 Linux - Software 9 03-16-2005 08:46 AM
How do I prepare/mount/make filesystem on a new HDD? weblance Linux - Newbie 4 02-17-2005 11:35 PM
How to Mount NTFS filesystem in RH7.2 salman Linux - General 4 12-01-2001 01:28 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 12:47 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration