This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#6984 - Sansapatcher cannot detect Sansa with FAT partition
Attached to Project:
Rockbox
Opened by Alex (testdasi) - Friday, 06 April 2007, 17:07 GMT+2
Last edited by Barry Wardell (barrywardell) - Friday, 30 November 2007, 01:19 GMT+2
Opened by Alex (testdasi) - Friday, 06 April 2007, 17:07 GMT+2
Last edited by Barry Wardell (barrywardell) - Friday, 30 November 2007, 01:19 GMT+2
|
DetailsSansapatcher is set to detect partition in FAT32 so if the player is formatted in FAT then it will not be detected. The Sansa is by default in FAT, not FAT32 and Windows set FAT as default when formatting the Sansa as well (I think it only applies to e250 because FAT does not support anything beyond 2GB, I believe). Maybe someone can slightly change the code to detect FAT partition as well or maybe change the manual to tell people to format their players in MSC mode with FAT32.
|
This task depends upon
Closed by Barry Wardell (barrywardell)
Friday, 30 November 2007, 01:19 GMT+2
Reason for closing: Fixed
Friday, 30 November 2007, 01:19 GMT+2
Reason for closing: Fixed
It would be straightforward to check for other valid partition type codes - assuming they are valid. i.e. if the original Sansa firmware can boot and use such a partition, then sansapatcher should support it as well.
If someone can check what partition type a non-recognised (by sansapatcher) e200 has, I'll modify sansapatcher.
This patch should do it.