Linux Reading my windows partition

Discussion in 'Software' started by Spiral Architect, 17 Feb 2005.

  1. Spiral Architect

    Spiral Architect Cooked on Phonics

    Joined:
    4 Sep 2003
    Posts:
    1,209
    Likes Received:
    2
    I've got Mandrake and XP on seperate hard drives. However, when i'm in Mandrake I want to be able to read my mp3's from my Windows drive. Is there any way I can do this?

    I've not had much time to play around with Linux before, so its all new to me!
     
  2. trigger

    trigger Procrastinator

    Joined:
    22 Mar 2004
    Posts:
    1,097
    Likes Received:
    30
    First you will need to mount your Windows drive:

    Code:
    $ mount -t ntfs /dev/hda1 /mnt/windows
    Obviously change hda1 to whatever your is. Then you can access your Windows partition from the /mnt/windows directory.

    edit: And if you are feeling flush, you could even edit your /etc/fstab file to make it automatically mount the Windows partition on boot!
     
  3. planki

    planki ...

    Joined:
    20 Dec 2003
    Posts:
    1,132
    Likes Received:
    0
    only downside is you cant write to it which is annoyying
     
  4. tk421

    tk421 Idiot.

    Joined:
    15 Jan 2002
    Posts:
    2,400
    Likes Received:
    10
    no, but you can make a small fat32 partition for "swap" between nix and winders ...
     
Tags:

Share This Page