LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Accessing files on my Windows partition (https://www.linuxquestions.org/questions/linux-newbie-8/accessing-files-on-my-windows-partition-132973/)

darktalon96 01-09-2004 01:20 AM

Accessing files on my Windows partition
 
How do I go about accessing files on my Windows partition? Such as music. I have XMMS installed and I would like to play some music while I work on installing everything else I need, so Id appreciate a quick response :)

nightjar 01-09-2004 02:22 AM

You can read its from linux in the windoze partitions.
You dont need anything more

Kristijan 01-09-2004 04:03 AM

darktalon96 all you have to do is mount the windows partition, then just add the dir/files in XMMS

Kristijan 01-09-2004 09:18 AM

If the partition is NTFS, you might need to set a umask when mounting to be able to read it.

You can try something along the lines of;

mount -o umask=022 /dev/hdX /mnt/XXXX

EDIT - It's my Birthday :)

qwijibow 01-09-2004 10:23 AM

some distro's (redhat 9) do not have ntfs support in the kernel.. so u will need to download an rpm. seach google.com/linux.


All times are GMT -5. The time now is 08:59 AM.