|
2011-04-12
, 18:43
|
Posts: 1,424 |
Thanked: 2,623 times |
Joined on Jan 2011
@ Touring
|
#202
|
|
2011-04-12
, 18:58
|
|
Posts: 1,455 |
Thanked: 3,309 times |
Joined on Dec 2009
@ Rochester, NY
|
#203
|
Code:mount -t ntfs /dev/sda1 /media/ntfs -o uid=29999,gid=29999,utf8,dmask=027,fmask=137
mount -t ntfs /dev/sda1 /media/ntfs -o uid=29999,gid=29999,utf8,dmask=027,fmask=137,rw
The Following User Says Thank You to woody14619 For This Useful Post: | ||
|
2011-04-13
, 00:18
|
Posts: 12 |
Thanked: 1 time |
Joined on Apr 2011
@ Tunisia
|
#204
|
Did you try using the flag rw?
The kernel module in power kernel should be able to write, but it's not the default since it's still experimental. If you're not specifying rw in the flags it's probably defaulting to ro. If the fs module truly is the read-only one as someone suggested here, using rw will fail to mount, and dmesg should show a kernel message to that affect.Code:mount -t ntfs /dev/sda1 /media/ntfs -o uid=29999,gid=29999,utf8,dmask=027,fmask=137,rw
If this is something you can use vfat on (a storage drive, etc) then you should really use that instead. NTFS is great and all, but it's proprietary and thus not well documented or supported in open source code. There are simple command-line drive format tools out there that can format very large drives with vfat without an issue.
|
2011-04-13
, 00:19
|
Posts: 12 |
Thanked: 1 time |
Joined on Apr 2011
@ Tunisia
|
#205
|
Do you get anything in kernel messages?
You might just have a bad cable.
|
2011-04-13
, 00:20
|
Posts: 12 |
Thanked: 1 time |
Joined on Apr 2011
@ Tunisia
|
#206
|
I think for mice you need extmou http://talk.maemo.org/showthread.php?t=66141
I think for keyboards you need extkdb http://talk.maemo.org/showthread.php?t=65577
For the flash drive I think you will need to post the log
|
2011-04-13
, 08:09
|
Posts: 12 |
Thanked: 1 time |
Joined on Apr 2011
@ Tunisia
|
#207
|
Why would a mouse have a filesystem? You cant store files on your mouse!
MIce and keyboards do not need mounting.
|
2011-04-13
, 09:31
|
Posts: 12 |
Thanked: 1 time |
Joined on Apr 2011
@ Tunisia
|
#208
|
|
2011-04-13
, 13:55
|
Posts: 7 |
Thanked: 0 times |
Joined on Sep 2010
|
#209
|
|
2011-04-14
, 08:43
|
Posts: 12 |
Thanked: 1 time |
Joined on Apr 2011
@ Tunisia
|
#210
|
Tags |
awesome!, bada rox, h-e-n hostmode, more noise |
Thread Tools | |
|
I think for keyboards you need extkdb http://talk.maemo.org/showthread.php?t=65577
For the flash drive I think you will need to post the log