

umount /dev/sdc1 sudo mkfs.vfat -n "KVMREDDY" -I /dev/sdc1 sudo mkdir /mnt/usbsudo mount /dev/sdb1 /mnt/usb -t vfatmount: special device /dev/sdb1 does not exist

francesca@PORTEGE-R500 /media $ mkdir /mnt/usb
mkdir: cannot create directory `/mnt/usb': File exists
francesca@PORTEGE-R500 /media $ mount /dev/sdb1 /mnt/usb -t vfat
mount: only root can do that
francesca@PORTEGE-R500 /media $ sudo mount /dev/sdb1 /mnt/usb -t vfat
[sudo] password for francesca:
mount: special device /dev/sdb1 does not exist
francesca@PORTEGE-R500 /media $ 1.1. Burn an ISO image
You have to download the file ploplinux-4.2.2.iso
K3b is an easy to use GUI for the Linux burner programs. You can simply burn the ISO to a disc with a few mouse clicks.
If you prefer the command line, then use the following commands.
1.1.1. Burn on CD
cdrecord is the Linux tool to burn CD ISO images.
Burn the ISO with cdrecord:
cdrecord -v dev=<devicename> <iso image>
Example:
If your cd writer drive is /dev/hdd.
cdrecord -v dev=/dev/hdd ploplinux-4.2.2.iso


hda partition 1
floppy
cdrom
usb
network
setup
about
shutdown
Loading EHCI Driver
Searching on Hosts
Host 1
Port 3: service connected
sudo dd if=~/Desktop/linuxmint-13-xfce-dvd-32bit.iso of=/dev/sdb oflag=direct bs=1048576
811+0 records in
811+0 records out
850395136 bytes (850 MB) copied, 90.9042 s, 9.4 MB/s








Users browsing this forum: catweazel, ChrisJakarta, donde, toddbailey and 13 guests