I tried the tutorial on the main opensuse page.
I used dd to make the live usb stick work and im having problems formatting the remaining space on my usb stick.
i did the script and i dont see where the extra space is at.
is there another way i can get the rest of the space on my stick to use it?
As always with partitioning questions, give us the output of
fdisk -l
Of course with the stick connected. And posting the part about the stick (leaving out that of your other disks) is enough when you can indentify that part. When not, post all.
I partitioned the USB and got it all working. but now when I work my USB is constantly flashing even though I’m doing nothing at times. it makes my live USB very sluggish to use. is there some way I can fix that?
OK maybe a little info on USB mem sticks might help.
1 Mem sticks are NOT disk drives. SSD’s ae speciale controlled to optimize usage patterns
Mem sticks use flash flash is weird you can only erase/change things in blocks. ie if you change one byte a whole block must be re written and that block erased.
on average you can only erase a block about 10K times before it goes bad. SSD maintain reserve blocks to replace bad blocks memsticks don’t
Mem sticks are slow. They are faster then CD but much slower then hard drives. They in general are simply not optimized and use cheap flash.
You should mount /home and maybe /etc and /var to the drive to be persistent. The rest should be mounted to ram disk to reduce the writes to the flash.
Create that partition again and mount it as /home. This keeps you personal data only and should not have as much minute to minute disk access. Everything else should go to RAM disk.
After some thought /etc is probably not a good thing to keep around if you are running this on multiple machines. Also /var has some cache stuff.
Note you will not be able to persistently install software. At least not without modifying the CD image. But you will keep emails documents and desktop settings.