Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
ntfs mount on linux
Name: romss Date: July 10, 2004 at 12:27:18 Pacific OS: rhl,win xp CPU/Ram: 1.5 /256mb
Comment:
I use Red Hat Linux-9.0 (2.4.20-8) simultaneously with win xp which is ntfs partitioned .How can I mount ntfs partitions (using command line ) on such linux system ...
Name: taurus Date: July 11, 2004 at 07:19:13 Pacific
Reply:
Since RedHat Linux/Fedora Core doesn't support NTFS out of a box, you need to install an NTFS module before you can mount your XP, NTFS filesystem. Head over to http://www.linux-ntfs.sourceforge.net and download the right module for your kernel... Then, log in as root and type
rpm -ivh filename.rpm mount -t ntfs /dev/hda1 /mnt/WinXP
or you can modify your /etc/fstab so that it will be mounted each time your RedHat Linux is up...
Summary: I'm a newbie at linux stuff. I want to mount my ntfs partition on linux. Now supposedly mount has support for ntfs it's just not enabled in the default installation, and to enable support I have to re...
Summary: Hi: I am a linux newbie. I installed red hat linux 7.2, tried to mount ntfs partition to linux in: mount -t ntfs /dev/hada1 /mnt/windows after i mdir /mnt/windows, but not worked. The error meaasg...