








If you don't know about the target USB drive path, run this command and figure out your destination drive.
sudo fdisk -l
sudo fdisk -1 Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders, total 312581808 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x084b7996
Device Boot Start End Blocks Id System
/dev/sda1 2048 3074047 1536000 27 Hidden NTFS WinRE
/dev/sda2 * 3074048 158722047 77824000 7 HPFS/NTFS/exFAT
/dev/sda3 158722048 240880280 41079116+ 7 HPFS/NTFS/exFAT
/dev/sda4 240881662 312580095 35849217 5 Extended
/dev/sda5 240881664 308408319 33763328 83 Linux
/dev/sda6 308410368 312580095 2084864 82 Linux swap / Solaris
Disk /dev/sdb: 15.5 GB, 15510536192 bytes
90 heads, 26 sectors/track, 12946 cylinders, total 30294016 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xc3072e18
Device Boot Start End Blocks Id System
/dev/sdb1 8064 30294015 15142976 c W95 FAT32 (LBA) /dev/sdb /media/KINGSTONsudo dd if=~/Desktop/linuxmint-13-xfce-dvd-32bit.iso of=/dev/sdb bs=1048576 Using the Terminal
It is really simple. Go to a Terminal and type:
sudo dd if=~/Desktop/linuxmint.iso of=/dev/sdx oflag=direct bs=1048576
Where '~/Desktop/linuxmint.iso' is the name and location of your downloaded image (located at the desktop in this example) and '/dev/sdx' is the target USB drive. If your system doesn't support 'oflag=direct', you can just leave it out as it is simply intended to speed up the process a bit.
If you don't know about the target USB drive path, run this command and figure out your destination drive.
sudo fdisk -l
Warning: Make sure to set the correct device path, as this process will delete all data that was on the specified device previously!
Remember, don't include an integer for the USB drive, e.g. '/dev/sdx1', as it would refer to the existing partition on that drive and not the drive itself.
When the USB has been properly created by 'dd', there should be an output similar to this:
sudo dd if=~/Desktop/linuxmint.iso of=/dev/sdb oflag=direct bs=1048576
706+1 records in
706+1 records out
740601856 bytes (741 MB) copied, 91.7024 s, 8.1 MB/s

which was used in the tutorial. I'm not sure that it is needed. You can also use a block size other than the size given, as long as it is a multiple of 512 bytes with the oflag setting, such as 4096 10K 1M or 100Moflag=direct

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, 91.1616 s, 9.3 MB/sdd wants either input or output to be from/to a block device rather than a file folder, that is why the /dev/sdb
oflag=directOptical Drive
Floppy Disk Drive
Hard Disk Drive
Network







I need the computer to connect easily with Internet dongles and WIFI.
I need to set up a LAMP environment since I'm working with CMS websites and Drupal 7.
I use intensively GIMP.
I need the video player to work (I use VLC).
I need to be able to have several programs open at the same time (usually Firefox, LibreOffice/Open Office, Gimp, Blue Fish Editor, Filezilla).




Users browsing this forum: No registered users and 7 guests