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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
10-15-2003, 09:32 AM
|
#1
|
LQ Newbie
Registered: Oct 2003
Posts: 11
Rep:
|
Can We Mount NTFS Windows file System from linux
can we mount ntfs windows file system from linux without using any software.
gautam
----------------------
Be INDIAN

|
|
|
10-15-2003, 09:46 AM
|
#2
|
LQ Newbie
Registered: Sep 2003
Posts: 2
Rep:
|
Locally, you can mount it read-only if you have NTFS support in the kernel (read-write is experimental), but it may/may not work if the ntfs system was in a funky setup (e.g. a stripe set).
|
|
|
10-15-2003, 10:00 AM
|
#3
|
Member
Registered: Oct 2003
Distribution: redhat 9
Posts: 147
Rep:
|
redhat does not support ntfs by default , you will have to recompile the kernel for ntfs support . i am not sure abt other distros ,(i believe in most distros its same with ntfs)
mounting ntfs in write mode can screw up things , since it support encryption , it only in an infant state.........
------------------------------------------------
" look straight and you wont miss the pole "
|
|
|
10-15-2003, 08:31 PM
|
#4
|
LQ Newbie
Registered: Oct 2003
Posts: 11
Original Poster
Rep:
|
could u plz elaborate what you r sayin
|
|
|
10-15-2003, 08:41 PM
|
#5
|
LQ Addict
Registered: Aug 2003
Location: New York, NY
Distribution: gentoo, gentooPPC
Posts: 1,661
Rep:
|
are you using redhat? If so, check this out:
http://linux-ntfs.sourceforge.net/info/redhat.html
btw, there are tons of threads on ntfs support here. Just do a search.
Last edited by quatsch; 10-15-2003 at 08:58 PM.
|
|
|
10-15-2003, 08:44 PM
|
#6
|
Senior Member
Registered: Jun 2003
Distribution: Debian/other
Posts: 2,104
Rep:
|
Well....... with a typical distribution like Mandrake 9.1 you can mount an NTFS filesystem with no "extra software" needed - nothing special needed - simply issue an appropriate command in the command line and its mounted temporarily, for example:
mount –t ntfs –o ro /dev/hda1 /mnt/windows
this line will temporarily mount an NTFS filesystem from the first partition on the primary master drive to a mount point in your Linux ditribution called /mnt/windows
So you see, no "software" needed - just a simple command on the command line will do - however - if you want to make the filesystem mount automatically every time you boot simply put an apropriate line in /etc/fstab - for example
/dev/hda1 /mnt/windows ntfs umask=0222,auto,ro 0 0
(because of legal reasons Red Hat didnt support NTFS out of the box, so you can recompile your kernel or get the RPM)
|
|
|
10-23-2003, 06:47 PM
|
#7
|
LQ Newbie
Registered: Oct 2003
Posts: 15
Rep:
|
I had the same problem as stated, but I searched for threads and found this one!
That link solved my problem...thanks!
|
|
|
All times are GMT -5. The time now is 10:33 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|