OESF Portables Forum
Everything Else => General Support and Discussion => Zaurus General Forums => Archived Forums => Accessories => Topic started by: daniel3000 on April 08, 2006, 06:16:28 pm
-
Hello,
I plan to move all my user files to a 4GB SD card and use the internal Microdrice only for MP3 (if at all) and of course for OS and program data (hdd1, hdd2).
Now, my user data partially needs an ext2 file system (development, mutt mail files...) and partially I'd prefer vfat because of the easier accessibility from Windows PCs.
So I'm considering partitioning the card. one ext2 and one FAT32 partition.
Could someone please confirm that the follogin will work:
On Zaurus: Add an fstab entry for second partition, mount it to /mnt/card2, first partition: ext2 /mnt/card second: vfat /mnt/card2
For more transparent file access for the Zaurus apps, I'd link /mnt/card2 to a directory under /mnt/card.
But how would Windows PCs with SD card readers behave?
Just only mount the vfat partition and see that one as THE SD card? Even if it is the second partition?
Do two partitions genrally work wothout problems in USB SD card readers under Windows?
Thanks
daniel
-
Try this link, I didn't re-read it, but it has lots of info on partitioning CF & SD cards.
I think I remember that the paths shown in /mnt are different on the C3100/C3000/C1000 models.
https://www.oesf.org/index.php?title=Multip..._a_CF_/_SD_card (https://www.oesf.org/index.php?title=Multiple_partitions_on_a_CF_/_SD_card)
EDIT: another link. "Formatting a CF as ext2" (Actually talks about SD cards)
https://www.oesf.org/forums/index.php?showt...c=17725&hl=ext2 (https://www.oesf.org/forums/index.php?showtopic=17725&hl=ext2)
-
Hello,
I plan to move all my user files to a 4GB SD card and use the internal Microdrice only for MP3 (if at all) and of course for OS and program data (hdd1, hdd2).
[div align=\"right\"][a href=\"index.php?act=findpost&pid=122350\"][{POST_SNAPBACK}][/a][/div]
Unless things have majorly changed since I last checked, any SD cards larger than 1GB will not work on the zaurus. The larger cards use a different proprietary encryption scheme which doesn't have an open driver yet. The new DRM isn't something you can just not use, but will prevent the card from working at all and cause other things to glitch up whenever the card is inserted.
I don't know whether this bug affects the larger MMC cards, but those may be an option if you don't care about the DRM (which almost noone does). But before investing in one, I would highly recommend trying the specific card out to see if it works on your zaurus. Shop around till you find a store that'll let you test them.
-
Unless things have majorly changed since I last checked, any SD cards larger than 1GB will not work on the zaurus. The larger cards use a different proprietary encryption scheme which doesn't have an open driver yet.
This have indeed changed. Cresho has made a driver that will work for larger cards.
https://www.oesf.org/forums/index.php?showtopic=18523 (https://www.oesf.org/forums/index.php?showtopic=18523)
-
sd cards are originaly fat16 and not 32. ext will not be recognized in a windows based pc.
-
Try this site:
http://www.fs-driver.org/index.html (http://www.fs-driver.org/index.html)
"Ext2 Installable File System For Windows"
This is intended for a computer that has both windows format and ext2/ext3 partitions on it's hard drive.
Since I don't have any Linux partitions on my windows PC, the control panal applet, (which is installed) is useless to me but,
I can read my ext2 formatted 128MB SD card in windows, using a card reader.
I'm going to see if I can copy files from it now...
I just copied "xqt-gtk-jumbo.cramfs" (17.9mb) from my ext2 card to my desktop PC.
I don't know if windows butchers files from an ext2 filesystem. I haven't used this very much.
-
If you want read only access to ext2 and like me you don't want Windows and potentially untrusted software having write access to ext2 file systems you may want to try...
http://uranus.it.swin.edu.au/~jn/linux/explore2fs.htm (http://uranus.it.swin.edu.au/~jn/linux/explore2fs.htm)
which is a user utility that doesn't install as a file system but does let you export files from ext2 file systems.
I use OpenBSD ffs for most stuff and ext2 for file systems when I want to copy something to the Windows boot that is on that same machine.. I use this to pick up the files from the ext2 dumping ground that I set up.
-Andy