locked
mounting windows partitions on linux RRS feed

  • Question

  • how can i access windows partitions on linux systems?
    Sunday, May 27, 2007 2:48 AM

Answers

  • that can be done by typing the following on the Command shell.

    mount -t vfat <source dir> <dest. dir>

    for source dir name-- refer to hardware browser to know which partition you want to mount
    like /dev/sda1 or /dev/hda1 etc

    for dest dir- give the name where you want to get them mounted
    Sunday, May 27, 2007 2:59 AM
  • yeah that's right.
    but as such you can't mount NTFS partitions on linux.
    still not supported man
    Sunday, May 27, 2007 6:06 AM
  • You can definitely mount NTFS if you have access to its RPM. That's the only way.

    You can load NTFS in read only mode from Linux. Additional drivers are neeeded to enable write mode.
    Sunday, May 27, 2007 7:12 AM
  • will you give me a command then?
     i tried on my computer but couldn't mount ntfs partitions
    Sunday, May 27, 2007 12:12 PM
  • Download the RPMs from RHL network, and then you can use them.
    Sunday, May 27, 2007 6:41 PM
  • hey i wasn't talking about rpm or tar packages.
    can you mount them without installing any rpm
    Monday, May 28, 2007 6:32 AM

All replies

  • that can be done by typing the following on the Command shell.

    mount -t vfat <source dir> <dest. dir>

    for source dir name-- refer to hardware browser to know which partition you want to mount
    like /dev/sda1 or /dev/hda1 etc

    for dest dir- give the name where you want to get them mounted
    Sunday, May 27, 2007 2:59 AM
  • This method will mount only FAT FS, and can't be used to mount NTFS.

    So the answer is partially correct as Linux itself supports FAT FS.
    Sunday, May 27, 2007 3:28 AM
  • yeah that's right.
    but as such you can't mount NTFS partitions on linux.
    still not supported man
    Sunday, May 27, 2007 6:06 AM
  • You can definitely mount NTFS if you have access to its RPM. That's the only way.

    You can load NTFS in read only mode from Linux. Additional drivers are neeeded to enable write mode.
    Sunday, May 27, 2007 7:12 AM
  • will you give me a command then?
     i tried on my computer but couldn't mount ntfs partitions
    Sunday, May 27, 2007 12:12 PM
  • if u find it difficult doing it urself then u can downlaod many utlities, they do it for you...search download.com and soft32,com
    Sunday, May 27, 2007 1:14 PM
  • Download the RPMs from RHL network, and then you can use them.
    Sunday, May 27, 2007 6:41 PM
  • In my Suse linux, windows partitions are automatically mounted... Same was the case when i used Ubuntu...
    Monday, May 28, 2007 1:56 AM
  • NTFS partitions were also mounted by Suse automatically..
    Monday, May 28, 2007 2:03 AM
  • hey i wasn't talking about rpm or tar packages.
    can you mount them without installing any rpm
    Monday, May 28, 2007 6:32 AM
  • To my knowledge and experiments, its not possible to mount without RPMs on Linux till version 9. So i've no idea to mount them without using RPMs
    Monday, May 28, 2007 6:59 PM