Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Using an NTFS drive on linux
Name: JosefBud Date: September 7, 2004 at 18:10:49 Pacific OS: Windows XP CPU/Ram: AMD Athlon XP 3000+/786 M
Comment:
I need to know how to play my MP3's which are on a seperate harddrive from my linux, on an NTFS-formatted drive. I need to play these off of the drive or be able to copy them into my Linux folder. PLEASE help me!!
Name: bits4linux Date: September 8, 2004 at 00:24:29 Pacific
Reply:
Hi,
For this you have to mount the Drives by using the command mount -t -vfat /dev/hda6 /var/songs
Try this command helps to play the songs from the NTFS drives.
Regards Bits4linux
0
Response Number 2
Name: moimoctoc Date: September 8, 2004 at 02:47:40 Pacific
Reply:
Hi, before mount , mkdir /var/songs For this you have to mount the Drives by using the command mount -t -vfat /dev/hda6 /var/songs If you can't mount , you try this command mount -t -ntfs /dev/hda6 /var/songs
good sucess!
Love me for a reason
0
Response Number 3
Name: Dudley Date: September 8, 2004 at 09:11:20 Pacific
Reply:
Only vfat usually comes with the kernel source, if you cant get it to mount with the -ntfs one, youll need to re-compile the kernel with ntfs support which means patching it.
0
Response Number 4
Name: jefro Date: September 9, 2004 at 20:46:38 Pacific
Reply:
What? Just click on the volume and find the file. Any modern gui supports this.
0
Response Number 5
Name: BlueRaja Date: September 9, 2004 at 23:53:49 Pacific
Reply:
bleh. It's always hard to get NTFS to mount, because MS is constantly changing the (for lack of a better word) "standard" for NTFS... That's why I use FAT32 on my duel-boot systems.
Summary: Your lucky your system sees it at all. It seems that scsi tape is an area of linux that needs lots of programming work, drivers, etc. Search around for the latest linux drivers for you drive, it proll...
Summary: I recently installed luit linux on my system. I'm new to linux. can any body tell an accounting package- like 'Tally in windows'- that works on linux. My system configuration is: Pentium 200 Mhz with ...
Summary: i want to make an image of the linux bootsect,using the dd command, i was wondering how to use it and what would be the commands i would use.and how i would use this command to clone the linux boots...