View Single Post

   
  #4 (permalink)  
Old 01-19-2008, 08:12 AM
Lew Pitcher
 
Posts: n/a
Default Re: Accessing Files from MSW partition

On Feb 15, 11:48 am, "jamiil" <jalqa...@gmail.com> wrote:
> Thanks, can you now tell how to acces the NTFS? What do I type on the
> command prompt?


mount -t ntfs /dev/hda1 /mnt

You'll have to
a) run this as root
b) change the reference to /dev/hda1 to what ever /dev device your
NTFS fs is on
c) change the reference to /mnt to the directory where you want the
NTFS fs to be found

> Thanks!
>
> > Yes, sort of.

>
> > FATxx filesystems are easily accessed by Linux, both in read and write
> > mode
> > NTFS filesystems are easily accessed in read mode, but write mode is
> > not supported unless you use the "Filesystem in USErspace" NTFS
> > drivers.

>
> > > Thanks



Reply With Quote