| NEWS | | |  | | FORUMS | | |  | | FREEWARE | | |  | | ABOUT US | | |  | |
12-15-2005, 12:14 PM
|
#1 | | VZ90, UX50, 4GB+2GB
Join Date: Mar 2005
Posts: 221
| memstick.ind and mstk_pro.ind files are needed for testing. It must be from PSP with latest firmware upgraded and files from 4GB memory stick.
These files will be created on empty memory stick when it is inserted to PSP. |
| |
12-15-2005, 01:06 PM
|
#2 | | Registered User
Join Date: Feb 2003
Posts: 1,424
| > memstick.ind and mstk_pro.ind files are needed for testing.
The files are empty (ie. zero length). Sometimes the files are hidden (and sometimes read-only)
They don't contain any useful information. They are not necessary for the proper functioning of the memory stick.
In general you shouldn't be writing code that relies on them. |
| |
12-15-2005, 03:19 PM
|
#3 | | VZ90, UX50, 4GB+2GB
Join Date: Mar 2005
Posts: 221
| Cliepet,
If they are empty and meaningless. Can you explain this?
I formatted my 4GB stick from memory reader with FAT16, then put it at UX50. Then it says it will have to format it and I say "yes", it fails.
However it created those 2 files on stick.
Also, if I copy thoes 2 files from FAT32 to FAT16 formatted media. My UX50 recognizes and works fine. HUH?
I'm not writing a codes. I'm just trying to find out those files from PSP and copying over my FAT16 formatted 4GB stick to see if they are working on UX50 as FAT16 instead of FAT32. |
| |
12-15-2005, 08:09 PM
|
#4 | | software engineer
Join Date: Jun 2004
Posts: 252
| maybe .ind means indicator.... the system detect the file to know what kind of memory stick you inserted.
__________________
Retrieve the latest football results and league tables using ur palm handheld! - LiveScorePro 1.52 |
| |
12-15-2005, 09:38 PM
|
#5 | | Why Does Palm Disappoint?
Join Date: Aug 2004
Posts: 5,909
| Quote: | Originally Posted by choongyouqi maybe .ind means indicator.... the system detect the file to know what kind of memory stick you inserted. |
Agreed. For my program, I do the same thing. I make it create random files so that an updater program will see them and run. Without those files, the updater will not run. I think its the same.
JAmerican
__________________
JAmerican
Handspring Treo 90 --> Royal RG135nx --> T-Mobile Sidekick --> T-Mobile Sidekick Color --> PEG-UX40 -- > PEG-UX50--> Samsung T629 (Returned) -- > Palm TX (SOLD)/T-Mobile Sony Ericsson T610(Defective) --> T-Mobile Dash(Broken Screen) --> ASUS EEE 1000H Black/Treo 800w/PEG-VZ90
Accesories: Transcend 16GB SDHC | 8GB Transcend microSD |
| |
12-16-2005, 01:04 PM
|
#6 | | Registered User
Join Date: Feb 2003
Posts: 1,424
| > I formatted my 4GB stick from memory reader with FAT16, then put it at UX50.
Sorry - the largest universally compatible FAT16 partition is 2GB http://support.microsoft.com/kb/q118335
If you are formatting it on the PC, it will probably format it FAT32 - or creating an incompatible cluster size [sticks can technically support multiple partitions, but the CLIE will only read the first one. There are ways of breaking the 2GB barrier on a PC (see that technote) but AFAIK the CLIE can't handle them]
If you have a working 4GB stick (ie. working on the CLIE), please run "CHKDSK" on the stick and report what it says.
----
> Then it says it will have to format it and I say "yes", it fails.
Hard to understand what is exactly happening.
After a failed format, who knows what state it is in.
Or to put it another way - if you have a stick that is working - delete any .IND files - and it should continue to work just as well (unless running a program that relies on the file). The lower level file system determines the kind/size of memory stick at a lower level.
---
Last edited by CliePet : 12-16-2005 at 01:07 PM.
|
| |
12-16-2005, 03:36 PM
|
#7 | | VZ90, UX50, 4GB+2GB
Join Date: Mar 2005
Posts: 221
| Cliepet,
We are all at same page here. However golalmo is saying that he is running his stick with FAT16 on UX50 for his 4GB. So that's why I opened this thread. In my knowledge, FAT16 only supports upto 2GB. However golalmo is saying 4GB with FAT16, I have to get those files and test if he send them to us. I don't know what has been changed on initializing stick on PSP with updaged firmware. http://www.1src.com/forums/showthre...t=101452&page=4 |
| |
12-17-2005, 05:36 AM
|
#8 | | Holy member !!
Join Date: Jul 2002 Location: e-Srael.
Posts: 913
| i have the 4gig stick formatted with my psp with both of the files, but the problem is that they are 0kb in size and therefor i'm getting an error when trying to copy the to my pc.
any idea how to copy them?
p.s. my psp is f/w 2.00 and no, i'm not intend to upgrade it to the latest f/w for this test.
__________________ palm 3 -> workpad c3 -> palm 3c -> workpad c505 -> peg-N710c(760c) -> nr70v -> ux50 -> iPaq rx4240 -> iPhone8G -> ???
Last edited by golalmo : 12-17-2005 at 05:42 AM.
|
| |
12-17-2005, 06:50 AM
|
#9 | | Registered User
Join Date: Jul 2003
Posts: 3,188
| Just a slight tangent:
The Official 'Standard' for FAT16 specifies that 32kB is the maximum size a file cluster can be, but there is nothing stopping it being higher.
Now, in DOS and many implementations of FAT16, this arbitrary limit is in place, so for them the limit *is* 2GB per partiton.
HOWEVER, in Windows NT, Microsoft realised that they could push the cluster block size up to 64kB so they did, doubling the maximum capacity to 4GB - All versions of Windows based on NT (NT3.51, 4, 2000, XP, 2003, Vista) can and do support 4GB.
Support of the 64kB extension to FAT16 is spotty at best, but Linux and MacOSX both support it, at least in their most recent versions.
If Sony used a reference FAT16 driver, it's very likely it only supports 2GB, but since people have discovered that a 4GB stick works in FAT16 I must admit I'm intrigued.
Alas I don't have a boat-load of cash to burn on a 4GB MS to test this theory for myself, but if it's true I will be very happy  |
| |
12-17-2005, 11:24 AM
|
#10 | | Registered User
Join Date: Feb 2003
Posts: 1,424
| > i have the 4gig stick formatted with my psp with both of the files, but the problem is that they are 0kb in size and therefor i'm getting an error when trying to copy the to my pc.
You should be able to drag-and-drop them using the regular windows explorer. Some programs don't like copying zero-length files.
The actual size or content doesn't matter. Right click on the top-most folder and select 'New', 'Text Document' -- then rename it to "MEMSTICK.IND" or whatever.
----
BTW: The PSP *does* support FAT32. So formatting a 4GB Stick on the PSP is unclear which one it will pick.
Repeated request:
> please run "CHKDSK" on the stick and report what it says. |
| |
12-19-2005, 10:30 AM
|
#11 | | VZ90, UX50, 4GB+2GB
Join Date: Mar 2005
Posts: 221
| >i have the 4gig stick formatted with my psp with both of the files, but the problem is that they are 0kb in size and therefor i'm getting an error when trying to copy the to my pc.
any idea how to copy them?
That's weird since I was able to copy and paste both files on FAT32 and FAT16. (Yes, they are all 0kb as well.) |
| |
12-19-2005, 01:32 PM
|
#12 | | Holy member !!
Join Date: Jul 2002 Location: e-Srael.
Posts: 913
| sony psp is fat16, tho it able to read fat32 formatted stick.
even so, it support NO MORE then 4gb.
read lik-sang review. they made test with datel 4gb hd. Quote: |
Now all these theories can only be proven to be true if the PSP's Firmware actually supports file systems with maximum volume sizes of over 4GB. A quick search at Microsoft.com revealed that the standard FAT (FAT16) format that the PSP uses has a maximum volume size of 4GB, only FAT32 (maximum 32GB) and NTFS (maximum 256 terabytes) would allow larger hard drives. While the PSP itself only formats FAT, a quick test revealed that the PSP doesn't have any problem with FAT32 formatted Memory Sticks created with a PC. This having said, our hope for larger hard drive support in the PSP was back and the wait to get our hands on the opened hardware was getting more and more thrilling.
|
__________________ palm 3 -> workpad c3 -> palm 3c -> workpad c505 -> peg-N710c(760c) -> nr70v -> ux50 -> iPaq rx4240 -> iPhone8G -> ??? |
| |
12-20-2005, 06:43 AM
|
#13 | | Registered User
Join Date: Nov 2005 Location: Halifax, Nova Scotia
Posts: 7
| Sorry if this is a stupid question, but I'm expecting my 4Gb Sandisk MSPro to arrive any day now, and I want to know if I should try to format it on my UX50, on my PC (Windows 98 SE), or alternatively I could take it to Future Shop and try to get one of the salesmen to format it for me on a PSP. Which option gives me the best chance of using the full 4 Gb?
If I try to format on my UX50 and it fails, is the MS toast, or can I just re-format by another method, and at least use 2 of the 4 Gb? Any suggestions? |
| |
12-21-2005, 11:30 AM
|
#14 | | Registered User
Join Date: Feb 2003
Posts: 1,424
| > can I just re-format by another method, and at least use 2 of the 4 Gb? Any suggestions?
My suggestion is to sell the 4GB stick and get two 2GB sticks (and hopefully some money left over). There are FAT32 hacks that will give you larger capacity but less functionality (ie. no builtin player apps). Remember the CLIE was not designed for sticks larger than 2GB |
| |
12-18-2006, 05:52 PM
|
#15 | | Registered User
Join Date: Dec 2005
Posts: 6
| http://rapidshare.com/files/6374772/PSP4GB.zip
(click on "Free" on the right bottom, then on the next page type the letters in the box and press Download.)
these are the files generated by the psp firmware 1.5 on a 4GB MS. Couldn't verify if those work with the clies as i haven't my 4GB stick yet. It should arrive tomorrow tho.
Last edited by zyres : 12-18-2006 at 05:55 PM.
|
| | | Thread Tools | Search this Thread | | | | | Display Modes | Linear Mode |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 10:49 AM. | |