Hi everybody, I have a Patriot 32GB Flash USB and at first I formated it as FAT32 and it detected in my university PC correctly but when I mounted it by these commands it notified me:
# mount /dev/sd1i /mnt mount_msdos: /dev/sd1i on /mnt: Inappropriate file type or format Then I reformated it by NTFS but still I could not mounted it and notified me: # ntfs-3g /dev/sd1i /mnt Failed to read bootsector (size=0) Failed to mount '/dev/sd1i': Invalid argument The device '/dev/sd1i' doesn't seem to have a valid NTFS. Maybe the wrong device is used? Or the whole disk instead of a partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around? Also my last dmesg message is: umass0 at uhub0 port 1 configuration 1 interface 0 " Patriot Memory" rev 2.10/1.00 addr 4 umass0: using SCSI over Bulk-Only scsibus5 at umass0: 2 targets, initiator 0 sd1 at scsibus5 targ 1 lun 0: <, Patriot Memory, PMAP> SCSI4 0/direct removable serial.13fe550044A22CCE7139 sd1: 30160MB, 512 bytes/sector, 61767680 sectors How can I mounted this? Thanks in advance..