![]() |
![]() |
![]()
Post
#1
|
|
![]() Group: Members Posts: 608 Joined: 14-April 04 Member No.: 2,853 ![]() |
I need some help getiing my 4GB drive recognized by BOTH Windows XP and Linux.
I would prefer 1 partition, but two would be be fine if required. Could someone tell me step-by-step how to partition and format my 4GB Microdrive card to handle the above conditions. I am a newbie so please be as specific as possible. I can get into the terminal program, but from there I would need the exact commands to get the drive partitioned and formated. Thanks, in Advance. BTW, I am using a C860 with Cacko Qtopia UPDATED - Here's the answer (I copied my solution to this original post, so you need not read further than this post, but an alternate Win 98 solution is provided in subsequent posts below.) After some research, I got it all working in 17 simple steps. ![]() Here is it, step by step FROM TELNET KONSOLE NOTE: If you mess up any of these commands, you may find that backspace and arrows keys do not work and just insert escape sequences... don't panic, just hit CTRL-C to abort the command, which will bring you back to the command prompt. then just pick up where you left off. STEPS: 0) su - root <enter> then enter password or enter if none. 1) #fdisk /dev/hda 2) Press m <ENTER> help 3) Press d <enter> deletes a partition 4) Select 1 <enter> Repeat delete of all partitions 5) Press w <enter> write (which also exits) 6) #fdisk /dev/hda (again ;-) ) 7) Press n<enter> New Partition (Not listed in "m" help, but it will work). 8 ) Press p <enter> Primary Partition 8a) Press 1 <enter> for partition 1. 9) Press 2 <enter> ALWAYS start at cylinder 2 (don't ask, just do it). 10) Press <enter> for last cylinder or a number if you plan to create more. I actually typed the number even though I was just doing one (paranoia :-) ) 11) Press w <enter> write to disk the partition Info 11a) #fdisk /dev/hda (again) 12) Press p <enter> shows all partion info (again, not shown in "m" help, but it this there. Verify your partitions are all set correctly. Verify that partition 1 starts at cylinder 2 (it should if you followed step 9 correctly ;-)) and your blocks should match the size of the drive you want (since clusters are set to 1024, this value will be something like 3999240 (which when multiplied by 1024 give you approx 4gb). 13) Press t <enter> 13a) Press 1 <enter> partition number Press L <Enter> Will list all partion types ( as you will notice "b" is WIN95 FAT32, not sure what techincal difference this is with "c", but I am going with b...if you want ext2, then looks like "5" should be your choice...note skip quotes, they are just for clarity) 14) Press b ( as you will notice b is WIN95 FAT32) 15) Press w <enter> which writes again and then exits fdisk. Extract Drive. (You can try ejecting it, but C860 doesn't seem to recognize it anyway.) 16) Format the drive using any of you favorite windows OS's, I used XP. NOTE: I Don't know if you can format FAT32 witrh linux, but you can format ext2 with linux...I beleive the command is $ mkfs.ext2 /dev/hda1 (but I am not a linux expert....just snagged that from some old cacko/crow pages and sustituted device.) 16a) Go back to step 7 if you want more than one partition (but don't forget to do step 0 again first (su- root) 17) Reboot Zaurus (Completely) and insert Microdrive. (NOTE: If you do not see the drive in Zaurus "Contents" list, it is possible that you did not remember to format it per step 16) 18 )That's it, Now you will have access to the full 4 GB in BOTH Linux and Windows ![]() ![]() ![]() Special Thanks to (for extra clarity on Linux fdisk commands/issues): Red Hat Linux 7.1: The Official Red Hat Linux Alpha Installation Guide Prev Chapter 4. Installing Red Hat Linux Their LINK: http://www.redhat.com/docs/manuals/linux/R...mode-fdisk.html[/b] Please post if this helps you out or if not, so I know what problems you came across. (Feedback is always nice. ![]() |
|
|
![]() |
![]()
Post
#2
|
|
Group: Members Posts: 577 Joined: 17-March 04 Member No.: 2,365 ![]() |
Check http://externe.net/zaurus/forum/viewtopic.php?t=1183 - looks like wiping the partition table is the key
|
|
|
![]()
Post
#3
|
|
Group: Members Posts: 121 Joined: 30-July 03 Member No.: 320 ![]() |
Omicron,
I followed the instructions I found on the following website. My 4gb md automounts and works perfectly. The instructions are for Windows 98 so you may have to make a few adjustments. Hope this helps. http://kogs-www.informatik.uni-hamburg.de/...k/msg00204.html |
|
|
![]()
Post
#4
|
|
![]() Group: Members Posts: 608 Joined: 14-April 04 Member No.: 2,853 ![]() |
Moderator, Please add this to the HOW-TO list.
Thanks |
|
|
![]()
Post
#5
|
|
![]() Group: Admin Posts: 1,418 Joined: 18-May 03 From: St. Paul, MN Member No.: 4 ![]() |
QUOTE(Omicron @ Jul 8 2004, 08:15 PM) Moderator, Please add this to the HOW-TO list. Thanks or, you can simply do this yourself ![]() |
|
|
![]()
Post
#6
|
|
![]() Group: Members Posts: 608 Joined: 14-April 04 Member No.: 2,853 ![]() |
QUOTE(offroadgeek @ Jul 8 2004, 11:39 PM) QUOTE(Omicron @ Jul 8 2004, 08:15 PM) Moderator, Please add this to the HOW-TO list. Thanks or, you can simply do this yourself ![]() Woo hoo (or WIKI !! ![]() Done, but nothing you haven't already read in this thread ![]() http://www.zaurususergroup.com/modules.php...0Simultaneously |
|
|
![]()
Post
#7
|
|
![]() Group: Members Posts: 178 Joined: 7-July 04 Member No.: 3,941 ![]() |
Does anyone know how to tell which of the muvo2 models have drives that are compatible with the zaurus? I read that the newer models don't have a CF interface.
|
|
|
![]()
Post
#8
|
|
![]() Group: Members Posts: 4 Joined: 22-July 04 Member No.: 4,076 ![]() |
The best way to check the drive compatability seem to be checking the last digits of the barcode on the drive.
Theres a thread in the general forum that has a list of good/bad barcodes: 4 gig cf cards- mount problems |
|
|
![]()
Post
#9
|
|
![]() Group: Members Posts: 74 Joined: 19-October 03 From: Canada Member No.: 679 ![]() |
Nice, I don't have one of the Muvo drives, but I did notice a minor issue... The command for formatting the partition as ext2 is almost correct, but not quite... It should be:
# mkfs.ext2 /dev/hda1 NOT $ mkfs.ext2 /dev/hda Note that you should do it as root, and specify the partition number. It may work not as root, depending on your setup (who has permissions to access /dev/hda*). Also note that if you are doing this on a Linux box (not the Zaurus) with a card reader, the device WILL be different. If you run this command on a normal Linux box (again, not the Z), it will probably format one of your data partitions (depending on setup). |
|
|
![]()
Post
#10
|
|
Group: Members Posts: 19 Joined: 15-July 04 Member No.: 4,013 ![]() |
QUOTE 16) Format the drive using any of you favorite windows OS's, I used XP. NOTE: I Don't know if you can format FAT32 witrh linux, but you can format ext2 with linux...I beleive the command is $ mkfs.ext2 /dev/hda (but I am not a linux expert....just snagged that from some old cacko/crow pages and sustituted device.) Note that you can do this on your zaurus as root: #mkfs.msdos /dev/hda1 If you want to make a drive that you can mount easily under osX, fire up your terminal on your mac and do the following: quicky:~ arthur$ ls /dev/rdisk? /dev/rdisk0 /dev/rdisk1 /dev/rdisk2 INSERT CF DRIVE INTO MAC quicky:~ arthur$ ls /dev/rdisk? /dev/rdisk0 /dev/rdisk1 /dev/rdisk2 /dev/rdisk3 DISCOVER PARTITION quicky:~ arthur$ ls /dev/rdisk3* /dev/rdisk3 /dev/rdisk3s1 quicky:~ arthur$ newfs_msdos -v 4gig -F 32 /dev/rdisk3s1 /dev/rdisk3s1: 7982856 sectors in 997857 FAT32 clusters (4096 bytes/cluster) bps=512 spc=8 res=32 nft=2 mid=0xf0 spt=32 hds=255 hid=0 bsec=7998480 bspf=7796 rdcl=2 infs=1 bkbs=6 quicky:~ arthur$ and now you have a drive that you can mount on your zaurus and your mac! |
|
|
![]()
Post
#11
|
|
![]() Group: Members Posts: 608 Joined: 14-April 04 Member No.: 2,853 ![]() |
QUOTE(Inuyasha @ Aug 11 2004, 01:01 PM) Nice, I don't have one of the Muvo drives, but I did notice a minor issue... The command for formatting the partition as ext2 is almost correct, but not quite... It should be: # mkfs.ext2 /dev/hda1 NOT $ mkfs.ext2 /dev/hda Note that you should do it as root, and specify the partition number. It may work not as root, depending on your setup (who has permissions to access /dev/hda*). Also note that if you are doing this on a Linux box (not the Zaurus) with a card reader, the device WILL be different. If you run this command on a normal Linux box (again, not the Z), it will probably format one of your data partitions (depending on setup). Original Post Updated with this correction. Many thanks. |
|
|
![]()
Post
#12
|
|
![]() Group: Members Posts: 608 Joined: 14-April 04 Member No.: 2,853 ![]() |
Just wanted to mention that I updated these instructions (in original post above ) with a few comments and corrections, since I just had to do this for another drive I had lying around.
|
|
|
![]() ![]() |
![]() |
Lo-Fi Version | Time is now: 25th April 2018 - 06:34 PM |