[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Newbie: Can't mount USB flash drive on 'Sarge'



On Tue, Jan 03, 2006 at 11:04:02AM -0800, Rodney D. Myers wrote:
} On 3 Jan 2006 10:38:15 -0800
} mcornejo@iso.com wrote:
} 
} > Based on input from Kfir Lavi and Ken Kasina, I've tried the following
} > ... but it still does not work.
} > 
} > I ran 'fdisk -l /dev/sda', which verified that the device is sda and
} > formatted as FAT16.
} > 
} > I created a directory /mnt/usb and ran 'mount /dev/sda /mnt/usb',
} > which failed and asked that the filesystem type be specified.
} > 
} 
} How about "sudo mount -t vfat /dev/sda /mnt/usb" ?
} 

It will probably be necessary to specify which partition on the device is
type FAT:

	"sudo mount -t vfat /dev/sda1 /mnt/usb"

Of course, you will have to pick and specify the proper partition in the 
mount command based on how your device is formatted.


-- 

D. Frye
dafr AT peakpeak.com
http://www.dafr.us/dafr



Reply to: