Results 1 to 5 of 5

Thread: Mount windows partition in linux?

  1. #1
    The Recidivist
    Join Date
    Nov 2002
    Posts
    460

    Mount windows partition in linux?

    Can I mount my windows partition in LInux so that I can get to everything I have saved on there? I'm pretty sur eyou can but don't kow the command and I can't search for it because everything list commands by the command name. There is no list that offers you to look by the action and not the command.


    thnx

    hjack
    "Where the tree of knowledge stands, there is always paradise": thus speak the oldest and the youngest serpents.
    - Friedrich Nietzsche

  2. #2
    Senior Member problemchild's Avatar
    Join Date
    Jul 2002
    Posts
    551
    I'm pretty sur eyou can but don't kow the command
    mount -t vfat -o umask=000 /dev/hdxx /mnt/windows
    mount -t ntfs -o umask=000,ro /dev/hdxx /mnt/windows

    Should do the trick.
    Do what you want with the girl, but leave me alone!

  3. #3
    The Recidivist
    Join Date
    Nov 2002
    Posts
    460
    When I tried that it says the windows does not exist. Is there another label it might be?
    "Where the tree of knowledge stands, there is always paradise": thus speak the oldest and the youngest serpents.
    - Friedrich Nietzsche

  4. #4
    Senior Member
    Join Date
    Aug 2001
    Posts
    100
    as problemchild said: mount -t vfat -o umask=000 /dev/hdxx /mnt/windows (ntfs for ntfs partition...)
    and in /dev/hdxx you have to put instead of xx the number of the IDE hard drive. e.g. /dev/hda1 for first ide and so on.
    this error message appears if you put in xx the wrong number...
    in /etc/fstab are all partitions listed look in there if you are not sure...
    \"Knowledge is the Real Power\"

  5. #5
    Antionline Herpetologist
    Join Date
    Aug 2001
    Posts
    1,165
    You also have to create a directory called windows in /mnt like so:
    mkdir /mnt/windows
    You have to run this before the first time you use the mount command.
    Cheers,
    cgkanchi
    Buy the Snakes of India book, support research and education (sorry the website has been discontinued)
    My blog: http://biology000.blogspot.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •