On Fri, 25 Apr 2008, Kevin Cozens wrote:
> LaksCEO wrote:
>> The moment i added the delay the USB pendrive started mounting automatically
>> but now i have problem in mounting a new usb 2gb/4gb memory drives with
>> windows file systems
>> i did include mount -t vfat
>> the exact command is mount -t vfat
>> /dev/scsi/host0/bus0/target0/lun0/part1 /pendrive
>> but it is not mounting looks like some problem
>
> I tried a mount with and without "-t vfat" and it worked with the 1GB memory
> stick I was using during development of a product. I just tried to do a mount
> on the same board with a 4GB memory stick I have and it spits out:
>
> mount: Mounting /dev/scsi/host0/bus0/target0/lun0/part1 on /mnt/usb failed: No
> such file or directory
>
One thing to check is whether there is actually a partition table on the
device.
fdisk -l /dev/scsi/host0/bus0/target0/lun0
or similar should help here.
You could also try other filesystem types for instances -t msdos
I've seen some USBsticks with large block sizes i.e. 2048 instead
of the usual 512. This may cause problems. The largest Partition
size for a FAT file system is 2GB. Dunno about VFAT.
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|