LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Gparted (https://www.linuxquestions.org/questions/linux-newbie-8/gparted-878652/)

Wizard01 05-03-2011 05:59 PM

Gparted
 
I tried to download Gparted on USB pen drive.
My machine is HP mini which does not have CD drive.

After download is completed, Power2go poped up and message says "No burner available.......no right to access..."
I am puzzeled.
Any helps??

andrewthomas 05-03-2011 06:48 PM

Try to first save the .iso and then use dd to write the image to a USB stick.

Quote:

Originally Posted by andrewthomas (Post 4294125)
Try using dd to create the image

To install, first ensure the USB device is unmounted and then issue the following command:

Code:

$ dd if=image.iso of=/dev/sd[x]
where ''image.iso'' is the path to the iso file and ''/dev/sd[x]'' is your USB device.

A small caution.
Quote:

{{Warning|'''''This will irrevocably destroy all data on /dev/sdx.'''''}}

{{Warning|'''''Make sure to use /dev/sdx and NOT /dev/sdx1.''''' '''This is a very common error!'''}}
For more information.

https://wiki.archlinux.org/index.php...SB_flash_drive

michaelk 05-03-2011 07:28 PM

Did you download the ISO or the Zip file?

http://gparted.sourceforge.net/liveusb.php

Wizard01 05-04-2011 11:03 PM

usb pen drive was connected before I tried to install iso file.
that could be problem.

Wizard01 05-04-2011 11:07 PM

i like the quote from michaelk's thread.
thanx.


All times are GMT -5. The time now is 11:26 PM.