Quote:
Originally Posted by jaymoney
i have my laptop dual booted to xp and ubuntu 5.10. i was wondering how i can access my mp3 files on my windows partition so i can listen to music while i was running linux. i remember doing this while i was working with SUSE with no trouble, but i cant seem to be able to do this with ubuntu.
|
Hi!
Assuming you have a Windows partition of type NTFS, you could do:
Code:
sudo mkdir /media/windows
sudo mount /dev/hda1 /media/windows/ -t ntfs -o nls=utf8,umask=0222
You may also consider bookmarking the Ubuntu Unofficial guide for future reference. It's a bit dated, but works like a charm most of the time:
http://ubuntuguide.org/
Regards!