Quote (MikeHunt79 @ May 07 2005,12:43) |
... I'd love your script fo./mkdiskimage -1 /dev/$DEVICE 50 64 32 r a 256mb partition... In you script, I noticed the "./mkdiskimage -1 /dev/$DEVICE 50 64 32" seems to make the geometry... I take it this line would have to be modified for different geometry right? |
Quote (9a6or @ May 29 2005,16:19) |
Windows XP sees only the first partition so there's no point making a large second FAT partition. I increased the size of the 50MB FAT partition to the maximum 250MB (with USBZIP method) which is now accessible from Win. The rest of the stick is ext2 for dsl extensions and the backup file. |
Quote (roberts @ May 07 2005,12:09) |
Mike, try running from a shell. Maybe the script has error'ed out on you. From the shell prompt $ dsl-usbinstall I probably should edit in a bunch of pauses in the script. But you see I always do all of my installs from runlevel 2. But if you run from shell you should not have any quickly disappearing messages. As to the other question. During testing it was discovered that the auto geometry begins to fail with anything higher than 256MB. So, in order to try to accomodate all sizes of pendrives, it was decided to make a small 50MB fat and the remaining linux. This seemed to work on all the pendrive that were field tested. I still have my original script that works up to 256MB and makes a single fat partition. |