• Memory pro duo read only.
    13 replies, posted
I have my Sony Psp memory stick in my computer (it has a built in port for it) and it says its "Read Only File system" when I know its not, my Psp writes files to it almost daily. I'm the only user of the computer so I should have full permission. What am I doing wrong.
You probably don't know anything about a psp. It uses ms pro duo's they don't have locks, plus it works fine in windows. (Or at least mine doesn't, both of them)
The filesystem is FAT, right? COULD be a shitty driver for the card reader, or it's mounted as read-only.
-snip- Derp, Wikipedia.
[QUOTE=Samuelgames;28455062][img_thumb]http://www.camerahacker.com/Forums/Digital%20Camera/Sony/How_to_delete_pictures_from_locked_Memory_Stick..files.hidden/Lock%20Switch.jpg[/img_thumb] You tipped that when you plugged it to your computer[/QUOTE] That reminds me of the lock switch on floppy disks.
[QUOTE=PvtCupcakes;28459634]That reminds me of the lock switch on floppy disks.[/QUOTE] Older USB flashdrives have 'em too.
[QUOTE=Van-man;28460782]Older USB flashdrives have 'em too.[/QUOTE] And it's pretty handy when you're going to plug it into a computer that you can't trust so any malware can't get on it, but you can still view the files.
[QUOTE=sim642;28474304]And it's pretty handy when you're going to plug it into a computer that you can't trust so any malware can't get on it, but you can still view the files.[/QUOTE] Yep, it's a shame that on all newer one's boasting read-only features, it's all software based. Even though the good ol' switch worked fine, and then you KNEW it's read only.
[QUOTE=Van-man;28480877]Yep, it's a shame that on all newer one's boasting read-only features, it's all software based. Even though the good ol' switch worked fine, and then you KNEW it's read only.[/QUOTE] put your files into an ISO, and hack them into the U3 device. BAM, read-only.
Open a terminal and type this: [code]sudo nautilus[/code] This will open Nautilus (GNOME file manager) as the super user. Then, try to open the memory stick's folder, and see if you can write anything. The super user can do anything, so all permissions are bypassed. If Nautilus is not installed or refuses to work, then [code]cd /path/to/mounted/device sudo mkdir foo [/code] Or any other command that writes anything. The above example creates a directory (folder) in the current directory, that is named "foo". If neither of the above work, then there is a communication problem, i.e. hardware/driver issue. Otherwise, if either DOES work, it is being mounted with incorrect settings. [b]edit:[/b] If doesn't work, type this in a terminal [code]mount[/code] And post the output
[QUOTE=Carl.;28482037]put your files into an ISO, and hack them into the U3 device. BAM, read-only.[/QUOTE] I don't own any U3 usb stick. And if I had to buy one, I'd just buy THIS plus a low power laptop hdd [url]http://linitx.com/viewproduct.php?prodid=12992&sr=ts[/url]
[QUOTE=Van-man;28489608]I don't own any U3 usb stick. And if I had to buy one, I'd just buy THIS plus a low power laptop hdd [url]http://linitx.com/viewproduct.php?prodid=12992&sr=ts[/url][/QUOTE] Nice, know where I can get one in the US?
[QUOTE=Carl.;28500125]Nice, know where I can get one in the US?[/QUOTE] I have honestly no idea. seems like only a few suppliers and webshops wish to carry it. But since Zalman owns the rights for producing/shipping/something-else of it, try checking out here: [url]http://www.zalman.com/ENG/WTB/usa.asp[/url]
Sorry, you need to Log In to post a reply to this thread.