LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Can We Mount NTFS Windows file System from linux (https://www.linuxquestions.org/questions/linux-general-1/can-we-mount-ntfs-windows-file-system-from-linux-104215/)

gautam_iiith 10-15-2003 09:32 AM

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

:Pengy: :Pengy: :Pengy: :Pengy:

thormj 10-15-2003 09:46 AM

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).

porous 10-15-2003 10:00 AM

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 "

gautam_iiith 10-15-2003 08:31 PM

could u plz elaborate what you r sayin
 
could u plz elaborate what you r sayin












:Pengy: :Pengy: :Pengy: :Pengy: :Pengy:

quatsch 10-15-2003 08:41 PM

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.

Skyline 10-15-2003 08:44 PM

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)

izmeh 10-23-2003 06:47 PM

Quote:

Originally posted by quatsch
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.

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 02:36 PM.