The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Special Forums > Filesystems, Disks and Memory
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 04-19-2008
era era is offline
Herder of Useless Cats
 

Join Date: Mar 2008
Location: /there/is/only/bin/sh
Posts: 3,094
Do you get an error message?

Which device is the vmware hard drive which you are booting from? sda1 sounds like a good guess. Probably your USB stick is on sdb or sdc, or even sdd. Try sudo fdisk -l -- your USB stick will probably have a single partition, and the size should match the size of the stick. Also try look in the system log files for messages pertaining to the insertion of a removable device. (Are you sure it's not being automatically mounted? Many modern Linux distros will do that for you by default.)
Reply With Quote