|
2007-04-12
, 19:50
|
Posts: 32 |
Thanked: 2 times |
Joined on Jul 2006
|
#2
|
The Following User Says Thank You to soldstatic For This Useful Post: | ||
|
2007-04-13
, 04:43
|
Posts: 24 |
Thanked: 0 times |
Joined on Apr 2007
|
#3
|
|
2007-04-14
, 19:49
|
Posts: 29 |
Thanked: 0 times |
Joined on Mar 2007
|
#4
|
AS I understand it no linux distro "officially" supports NTFS because of MS patents on the filesystem. MS was not allowed to patent FAT32 because they waited too late, or some such, which is why all the thumb drives etc use it. There are hacks to allow RW access to NTFS partitions by Linux systems, and RO access is pretty common, but I doubt Nokia has it compiled into the NXXX kernel.
W
|
2007-04-15
, 20:22
|
Posts: 32 |
Thanked: 2 times |
Joined on Jul 2006
|
#5
|
So I got my external usb hard drive. It has tons of stuff from my other computers on it, and I'd like to play some of the mp3s on it. So I bought an adapter that went from male usb to maile mini usb or whatever (so the plugs all fit just fine), and the cord that came with my drive supplies power from a second usb plug that right now is in my laptop (in the future will be in the usb slot in my car stereo). So power, and plugs, all taken care of.
So linux linux,,, i cant figure out what node in /dev to actually mount... I made the directory I want to mount in, and i know that i want to run the equivalent of
mount /dev/sda1 /mnt/usb -o uid=2999
but there is no sda or hda nodes at all. i tried /dev/mmc<something>p1 and it says no such file or directory. when I check dmesg it says something about /dev/mmcblk0 but if i try that i get invalid argument. So I'm stuck. maybe its not in host mode (how do i change it?) Maybe I'm trying the wrong nodes (Which would it be?)
THanks alot for your help in advance!