Re: making an ISO image

2016-08-07 Thread Jude DaShiell
- read notes" echo "X - Exit" echo "" echo -n "Enter choice: " read CHOICE case "$CHOICE" in 1) make_iso1 ;; 2) write_data1 ;; n) notes ;; x) bail ;; esac done On Sat, 6 Aug 2016, Glenn / L

Re: making an ISO image

2016-08-06 Thread Rob Whyte
*To:* Glenn / Lenny <mailto:ger...@cableone.net> > *Sent:* Saturday, August 06, 2016 6:54 PM > *Subject:* Re: making an ISO image > > , > > Hi, > that is because you didn't mount sda2. > So try again but first, > mount /dev/sda2 /mnt > > On

re: making an ISO image

2016-08-06 Thread Glenn / Lenny
not write sudo. Thanks, I hope I can get the GRUB fixed up. Glenn Date: Sun, 7 Aug 2016 07:34:29 +1000 From: Rob Whyte <fu...@thefudge.net> To: ubuntu-accessibility@lists.ubuntu.com Subject: Re: {Spam?} making an ISO image Message-ID: <ecf1818c-7a42-ad90-44b7-dccf00944...@thefudge.net>

Re: {Spam?} making an ISO image

2016-08-06 Thread Rob Whyte
- Original Message - > From: "Milton" <mil...@tomaatnet.nl> > To: "Glenn / Lenny" <ger...@cableone.net>; > <ubuntu-accessibility@lists.ubuntu.com> > Sent: Saturday, August 06, 2016 2:33 PM > Subject: Re: {Spam?} making an ISO image > > > Ind

Re: {Spam?} making an ISO image

2016-08-06 Thread Glenn / Lenny
untu-accessibility@lists.ubuntu.com> Sent: Saturday, August 06, 2016 2:33 PM Subject: Re: {Spam?} making an ISO image Indeed, the entire usb-drive is selected. Milton Op 06-08-16 om 21:17 schreef Glenn / Lenny: > Hi Milton, > With that command, it brings up the program, and I can select

Re: {Spam?} making an ISO image

2016-08-06 Thread Milton
> Sent: Saturday, August 06, 2016 1:43 PM Subject: Re: {Spam?} making an ISO image Hi, Maybe this will be of help: in Ubuntu 16.04 I type in a terminal after the flash drive is inserted: usb-creator-gtk Milton Op 06-08-16 om 19:01 schreef Glenn / Lenny: Hi, I have been trying several diffe

Re: {Spam?} making an ISO image

2016-08-06 Thread Glenn / Lenny
to put it. Thanks. Glenn - Original Message - From: "Milton" <mil...@tomaatnet.nl> To: "Glenn / Lenny" <ger...@cableone.net>; <ubuntu-accessibility@lists.ubuntu.com> Sent: Saturday, August 06, 2016 1:43 PM Subject: Re: {Spam?} making an ISO image Hi,

Re: {Spam?} making an ISO image

2016-08-06 Thread Milton
, this making an ISO image would be easier, because in one program I was using, it would only allow me to make an ISO of the USB drive into a directory of this live boot disk, which is only 8GB. The boot disk I am wanting to make a copy of is /dev/sdb So with DD, I tried: sudo dd if=/dev/sdb of=/dev/sda2