Re: making an ISO image

2016-08-06 Thread Rob Whyte
Hi,

mount -a reads your /etc/fstab file.

If sda2 is in that file and has the location as /mnt yes it would work.

But it is unlikely.


So that is why you need to specify the partition, being /dev/sda2 and
the mount point which is /mnt

mount /dev/sda2 /mnt

 

Good luck

Rob



On 07/08/16 10:28, Glenn / Lenny wrote:
> Okay, I'll try that, but I did do:
> mount -a
> assuming that would get it, but I'm not that good at some of this.
> Thanks.
> Glenn
>
> - Original Message -
> *From:* Rob Whyte 
> *To:* Glenn / Lenny 
> *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 07/08/16 09:52, Glenn / Lenny wrote:
>> Hi Rob,
>> One thing did not work, and that may be why the chroot /mnt does
>> not work...
>> The command mount -o bind /proc /mnt/proc
>> gives me the message:
>> mount point /proc does not exist
>> and when I run chroot /mnt
>> failed to run /bin/bash, no such file exists.
>> I am logged in as root, that is why I did 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 > 
>> mailto:fu...@thefudge.net>>
>> To: ubuntu-accessibility@lists.ubuntu.com
>> 
>> mailto:ubuntu-accessibility@lists.ubuntu.com>
>> Subject: Re: {Spam?} making an ISO image
>> Message-ID: > 
>> mailto:ecf1818c-7a42-ad90-44b7-dccf00944...@thefudge.net>>
>> Content-Type: text/plain; charset=windows-1252
>>
>> What have ou tried when fixing your old install on sda2.
>>
>> That should be recoverable quite easily.
>>
>>
>> You need to mount the /dev from your currently running Ubuntu to the
>> mounted partition.
>>
>> For example
>>
>> mount -o bind /dev /mnt/dev
>>
>> Assuming that sda2 is mounted to /mnt
>>
>>
>> Repeat that for sys and proc
>>
>> mount -o bind /sys /mnt/sys
>>
>> mount -o bind /proc /mnt/proc
>>
>>
>> Then change the root file system using the chroot command
>>
>> chroot /mnt
>>
>> Now your computer thinks you are actually using sda2 instead of
>> your USB.
>>
>> If you want to install your boot loaded from sda2 to your hard drive
>> type this:
>>
>> grub-install /dev/sda
>>
>> update-grub
>>
>> thene xit the chroot
>>
>> exit
>>
>>
>> Good luck.
>>
>>
>>
>> On 07/08/16 07:24, Glenn / Lenny wrote:
>> > So how do I tell it where to write the image of the USB drive?
>>
>>
>

-- 
Ubuntu-accessibility mailing list
Ubuntu-accessibility@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-accessibility


re: making an ISO image

2016-08-06 Thread Glenn / Lenny
Hi Rob,
One thing did not work, and that may be why the chroot /mnt does not work...
The command mount -o bind /proc /mnt/proc
gives me the message:
mount point /proc does not exist
and when I run chroot /mnt
failed to run /bin/bash, no such file exists.
I am logged in as root, that is why I did 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 
To: ubuntu-accessibility@lists.ubuntu.com
Subject: Re: {Spam?} making an ISO image
Message-ID: 
Content-Type: text/plain; charset=windows-1252

What have ou tried when fixing your old install on sda2.

That should be recoverable quite easily.


You need to mount the /dev from your currently running Ubuntu to the
mounted partition.

For example

mount -o bind /dev /mnt/dev

Assuming that sda2 is mounted to /mnt


Repeat that for sys and proc

mount -o bind /sys /mnt/sys

mount -o bind /proc /mnt/proc


Then change the root file system using the chroot command

chroot /mnt

Now your computer thinks you are actually using sda2 instead of your USB.

If you want to install your boot loaded from sda2 to your hard drive
type this:

grub-install /dev/sda

update-grub

thene xit the chroot

exit


Good luck.



On 07/08/16 07:24, Glenn / Lenny wrote:
> So how do I tell it where to write the image of the USB drive?
-- 
Ubuntu-accessibility mailing list
Ubuntu-accessibility@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-accessibility


Re: {Spam?} making an ISO image

2016-08-06 Thread Rob Whyte
What have ou tried when fixing your old install on sda2.

That should be recoverable quite easily.


You need to mount the /dev from your currently running Ubuntu to the
mounted partition.

For example

mount -o bind /dev /mnt/dev

Assuming that sda2 is mounted to /mnt


Repeat that for sys and proc

mount -o bind /sys /mnt/sys

mount -o bind /proc /mnt/proc


Then change the root file system using the chroot command

chroot /mnt

Now your computer thinks you are actually using sda2 instead of your USB.

If you want to install your boot loaded from sda2 to your hard drive
type this:

grub-install /dev/sda

update-grub

thene xit the chroot

exit


Good luck.



On 07/08/16 07:24, Glenn / Lenny wrote:
> So how do I tell it where to write the image of the USB drive?
> There are no pull-down menus and the applications key does nothing.
>
> Thanks.
> Glenn
> - Original Message - 
> From: "Milton" 
> To: "Glenn / Lenny" ; 
> 
> 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 the USB 
>> drive
>> in question, but the only options are other..., which seems to be for 
>> adding
>> more file types, and the other option is to close.
>> I don't find an option for file name to write to, or a browse to where I
>> want to put it.
>> Thanks.
>> Glenn
>> - Original Message -
>> From: "Milton" 
>> To: "Glenn / Lenny" ;
>> 
>> 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 different programs including the DD command,
>>> and either the program seems inaccessible with Orca, or I was not able
>>> to place my image to be, into another drive.
>>> I am running Ubuntu from a live version on an 8GB card.
>>> I have a bootable USB 16GB thumb drive that I want to make into an ISO
>>> image on /dev/sda2.
>>> /dev/sda2 is where my old Ubuntu lives, and I cannot boot to, as grub
>>> got messed up, and I just fixed the MBR so I could at least boot into
>>> Windows on that system.
>>> On a side note, I tried fixing GRUB with no luck, so I will just get a
>>> larger drive and reinstall everything, and copy out  files from that
>>> drive when I replace it.
>>> In the meantime, if I do get GRUB working again, 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/home/Downloads
>>> And I even tried it directly into /dev/sda2
>>> and I tried all commands with giving the ISO a file name at the end,
>>> like /dev/sda2/usb-image.iso
>>> I tried it with acetoneiso and it gave me the same errors as DD did.
>>> I tried k3b and genisoimage, and a couple others.
>>> I would even write it to a folder on /sda1 if possible, which is an NTFS
>>> partition.
>>>
>>> Thanks for any ideas.
>>> Glenn
>>>
>>>
>>
>


-- 
Ubuntu-accessibility mailing list
Ubuntu-accessibility@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-accessibility


Re: {Spam?} making an ISO image

2016-08-06 Thread Glenn / Lenny
So how do I tell it where to write the image of the USB drive?
There are no pull-down menus and the applications key does nothing.

Thanks.
Glenn
- Original Message - 
From: "Milton" 
To: "Glenn / Lenny" ; 

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 the USB 
> drive
> in question, but the only options are other..., which seems to be for 
> adding
> more file types, and the other option is to close.
> I don't find an option for file name to write to, or a browse to where I
> want to put it.
> Thanks.
> Glenn
> - Original Message -
> From: "Milton" 
> To: "Glenn / Lenny" ;
> 
> 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 different programs including the DD command,
>> and either the program seems inaccessible with Orca, or I was not able
>> to place my image to be, into another drive.
>> I am running Ubuntu from a live version on an 8GB card.
>> I have a bootable USB 16GB thumb drive that I want to make into an ISO
>> image on /dev/sda2.
>> /dev/sda2 is where my old Ubuntu lives, and I cannot boot to, as grub
>> got messed up, and I just fixed the MBR so I could at least boot into
>> Windows on that system.
>> On a side note, I tried fixing GRUB with no luck, so I will just get a
>> larger drive and reinstall everything, and copy out  files from that
>> drive when I replace it.
>> In the meantime, if I do get GRUB working again, 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/home/Downloads
>> And I even tried it directly into /dev/sda2
>> and I tried all commands with giving the ISO a file name at the end,
>> like /dev/sda2/usb-image.iso
>> I tried it with acetoneiso and it gave me the same errors as DD did.
>> I tried k3b and genisoimage, and a couple others.
>> I would even write it to a folder on /sda1 if possible, which is an NTFS
>> partition.
>>
>> Thanks for any ideas.
>> Glenn
>>
>>
>
> 


-- 
Ubuntu-accessibility mailing list
Ubuntu-accessibility@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-accessibility


Re: {Spam?} making an ISO image

2016-08-06 Thread Milton

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 the USB drive
in question, but the only options are other..., which seems to be for adding
more file types, and the other option is to close.
I don't find an option for file name to write to, or a browse to where I
want to put it.
Thanks.
Glenn
- Original Message -
From: "Milton" 
To: "Glenn / Lenny" ;

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 different programs including the DD command,
and either the program seems inaccessible with Orca, or I was not able
to place my image to be, into another drive.
I am running Ubuntu from a live version on an 8GB card.
I have a bootable USB 16GB thumb drive that I want to make into an ISO
image on /dev/sda2.
/dev/sda2 is where my old Ubuntu lives, and I cannot boot to, as grub
got messed up, and I just fixed the MBR so I could at least boot into
Windows on that system.
On a side note, I tried fixing GRUB with no luck, so I will just get a
larger drive and reinstall everything, and copy out  files from that
drive when I replace it.
In the meantime, if I do get GRUB working again, 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/home/Downloads
And I even tried it directly into /dev/sda2
and I tried all commands with giving the ISO a file name at the end,
like /dev/sda2/usb-image.iso
I tried it with acetoneiso and it gave me the same errors as DD did.
I tried k3b and genisoimage, and a couple others.
I would even write it to a folder on /sda1 if possible, which is an NTFS
partition.

Thanks for any ideas.
Glenn







--
Ubuntu-accessibility mailing list
Ubuntu-accessibility@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-accessibility


Re: {Spam?} making an ISO image

2016-08-06 Thread Glenn / Lenny
Hi Milton,
With that command, it brings up the program, and I can select the USB drive 
in question, but the only options are other..., which seems to be for adding 
more file types, and the other option is to close.
I don't find an option for file name to write to, or a browse to where I 
want to put it.
Thanks.
Glenn
- Original Message - 
From: "Milton" 
To: "Glenn / Lenny" ; 

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 different programs including the DD command,
> and either the program seems inaccessible with Orca, or I was not able
> to place my image to be, into another drive.
> I am running Ubuntu from a live version on an 8GB card.
> I have a bootable USB 16GB thumb drive that I want to make into an ISO
> image on /dev/sda2.
> /dev/sda2 is where my old Ubuntu lives, and I cannot boot to, as grub
> got messed up, and I just fixed the MBR so I could at least boot into
> Windows on that system.
> On a side note, I tried fixing GRUB with no luck, so I will just get a
> larger drive and reinstall everything, and copy out  files from that
> drive when I replace it.
> In the meantime, if I do get GRUB working again, 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/home/Downloads
> And I even tried it directly into /dev/sda2
> and I tried all commands with giving the ISO a file name at the end,
> like /dev/sda2/usb-image.iso
> I tried it with acetoneiso and it gave me the same errors as DD did.
> I tried k3b and genisoimage, and a couple others.
> I would even write it to a folder on /sda1 if possible, which is an NTFS
> partition.
>
> Thanks for any ideas.
> Glenn
>
> 


-- 
Ubuntu-accessibility mailing list
Ubuntu-accessibility@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-accessibility


Re: {Spam?} making an ISO image

2016-08-06 Thread Milton

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 different programs including the DD command,
and either the program seems inaccessible with Orca, or I was not able
to place my image to be, into another drive.
I am running Ubuntu from a live version on an 8GB card.
I have a bootable USB 16GB thumb drive that I want to make into an ISO
image on /dev/sda2.
/dev/sda2 is where my old Ubuntu lives, and I cannot boot to, as grub
got messed up, and I just fixed the MBR so I could at least boot into
Windows on that system.
On a side note, I tried fixing GRUB with no luck, so I will just get a
larger drive and reinstall everything, and copy out  files from that
drive when I replace it.
In the meantime, if I do get GRUB working again, 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/home/Downloads
And I even tried it directly into /dev/sda2
and I tried all commands with giving the ISO a file name at the end,
like /dev/sda2/usb-image.iso
I tried it with acetoneiso and it gave me the same errors as DD did.
I tried k3b and genisoimage, and a couple others.
I would even write it to a folder on /sda1 if possible, which is an NTFS
partition.

Thanks for any ideas.
Glenn




--
Ubuntu-accessibility mailing list
Ubuntu-accessibility@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-accessibility


making an ISO image

2016-08-06 Thread Glenn / Lenny
Hi,
I have been trying several different programs including the DD command, and 
either the program seems inaccessible with Orca, or I was not able to place my 
image to be, into another drive.
I am running Ubuntu from a live version on an 8GB card.
I have a bootable USB 16GB thumb drive that I want to make into an ISO image on 
/dev/sda2.
/dev/sda2 is where my old Ubuntu lives, and I cannot boot to, as grub got 
messed up, and I just fixed the MBR so I could at least boot into Windows on 
that system.
On a side note, I tried fixing GRUB with no luck, so I will just get a larger 
drive and reinstall everything, and copy out  files from that drive when I 
replace it.
In the meantime, if I do get GRUB working again, 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/home/Downloads
And I even tried it directly into /dev/sda2
and I tried all commands with giving the ISO a file name at the end, like 
/dev/sda2/usb-image.iso
I tried it with acetoneiso and it gave me the same errors as DD did.
I tried k3b and genisoimage, and a couple others.
I would even write it to a folder on /sda1 if possible, which is an NTFS 
partition.

Thanks for any ideas.
Glenn-- 
Ubuntu-accessibility mailing list
Ubuntu-accessibility@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-accessibility


Re: Orca does not speak

2016-08-06 Thread Milton

Hi,

In Ubuntu 16.04 64-bit I assist a sighted person with using Ubuntu. 
After I did Alt+F2 and typed 'orca' Orca starts but after 10 or 20 
seconds Orca quits. with the help of the sighted person I ceck the 
screen reader in System settings > Universal access and Orca was working 
well.

Maybe this can help?
Milton

Op 06-08-16 om 06:43 schreef Rob Whyte:

Why not rm -rf ~/.local/share/orca and try again before messing with Pulse.

Pulse is designed to just work and it sounds like it is doing just that.

You could rm -rf ~/.pulse as well if you wanted.

Are you starting speech in consoles before any of this takes place
subsequently?


Rob



On 06/08/16 12:41, Glenn / Lenny wrote:

Hi Jude,
Interesting...
How might I do this at a CLI with no speech?
If the commands are not too lengthy, I might succeed.
Glenn
- Original Message -
From: "Jude DaShiell" 
To: "Glenn / Lenny" ;

Sent: Friday, August 05, 2016 8:56 PM
Subject: Re: Orca does not speak


Very probably a pulseaudio problem.  Another list I read had a person
downgrade pulseaudio and all associated utilities and that's how he got
orca working again.  That was on the sonargnulinux e-mail list too.

On Fri, 5 Aug 2016, Glenn / Lenny wrote:


Date: Fri, 5 Aug 2016 21:33:51
From: Glenn / Lenny 
To: ubuntu-accessibility@lists.ubuntu.com
Subject: Orca does not speak

Hi,
I am using Ubuntu 16.04 64 on an Intel NUC PPYH with 8GB of RAM.
I have run Ubuntu on this 15.1064 bit  already, so this should work.
I ran Orca on start up, and set up the voice like I usually do, but on
okaying it, Orca shuts down, it says:
screenreader off
So I log out, and get the bongo sound, and bring up Orca in the log in
window, and Orca stays on.
This is a live version on an SD card with a persistent file.
I have noticed, that when I log out, before the bongo sound, Orca says:
screenreader off
Then Orca comes on again for the log in window, and stays on.
When I log back in, there is no speech.
But that would indicate that Orca is working, but silent.
Is there a way I can make Orca louder?
If I do:
control + alt + T
and then type:
sudo speaker-test -c 2
I get the speaker test
and I end it with control + C
So I know that my system is not muted and the volume is okay when I log
in.
I wonder if there is a problem with eSpeak?
One difference I did between the speech settings in the log in window, and
when I was in the desktop, was that I selected U.S. English in the synth
list, instead of the standard English, which I left alone for the log-in
window.
Could this be a problem for eSpeak?
If I need to change that back, can someone send me the number of tabs to
get to the voice selection list?
Or is there a command to setting Orca to its defaults?

I sent this problem to the Orca list, but have heard nothing there.

Thanks for any help.






--
Ubuntu-accessibility mailing list
Ubuntu-accessibility@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-accessibility