 El QuintronResident Mouth BreatherPremium join:2008-04-28 Etobicoke, ON kudos:2 Reviews:
·TekSavvy DSL
·WIND Mobile
·voip.ms
| reply to boog
Re: How do you create a LiveUSB for Mint? said by boog:You 'should' be able to create one using dd (if your on linux already) That was an awesome tutorial, but I'd find it a bit intimidating if I'd never used the command line before.
Seeing as you have some experience with DD and I haven't used it in a couple of years, is there a way to make it more verbose; as in make it report how close to completion it is, either with a percentage or an ASCII graphic like wget? -- Support Bacteria -- It's the Only Culture Some People Have |
|
 graysonfPremium,MVM join:1999-07-16 Fort Lauderdale, FL | Why don't you just try it and watch it? |
|
 boogPremium join:2000-07-24 Trenton, OH | reply to El Quintron said by El Quintron:said by boog:You 'should' be able to create one using dd (if your on linux already) That was an awesome tutorial, but I'd find it a bit intimidating if I'd never used the command line before. Seeing as you have some experience with DD and I haven't used it in a couple of years, is there a way to make it more verbose; as in make it report how close to completion it is, either with a percentage or an ASCII graphic like wget? They don't have any verbosity built into dd, I wish they did. |
|
 El QuintronResident Mouth BreatherPremium join:2008-04-28 Etobicoke, ON kudos:2 Reviews:
·TekSavvy DSL
·WIND Mobile
·voip.ms
| reply to graysonf said by graysonf:Why don't you just try it and watch it? I have, hence why I'd like a verbose mode. -- Support Bacteria -- It's the Only Culture Some People Have |
|
 El QuintronResident Mouth BreatherPremium join:2008-04-28 Etobicoke, ON kudos:2 Reviews:
·TekSavvy DSL
·WIND Mobile
·voip.ms
| reply to boog said by boog:They don't have any verbosity built into dd, I wish they did. Good to know, it would have been useful. -- Support Bacteria -- It's the Only Culture Some People Have |
|
 PjrDon't Panic join:2005-12-11 UK 2 edits | reply to El Quintron
pv -pterab /dev/urandom -s 64000k | dd of=file.img bs=64k count=1000
pv: p = progress bar t = timer e = eta r = rate a = average rate b = bytes s = size That example is a bit OTT but -s is the important factor for a progress bar as it allows pv to calculate the percentage. I assume there's a version of pv for distros other than Debian.
-- Overflow error in /dev/null |
|
 El QuintronResident Mouth BreatherPremium join:2008-04-28 Etobicoke, ON kudos:2 Reviews:
·TekSavvy DSL
·WIND Mobile
·voip.ms
| said by Pjr:That example is a bit OTT but -s is the important factor for a progress bar as it allows pv to calculate the percentage. I assume there's a version of pv for distros other than Debian.
I'll try it on Ubuntu tonight with an .iso to a USB key and post back -- Support Bacteria -- It's the Only Culture Some People Have |
|