antonio montagnani wrote:
class: HD
bus: SCSI
detached: 0
device: sda
driver: ignore
desc: "Sunplus MultiMedia-Disk"
host: 0
id: 0
channel: 0
lun: 0
generic: sg0
I created mnt/flash but when I issue:
mount /dev/sda1 /mnt/flash
I get
mount: /dev/sda1 unvalid block device
Where is my mistake???
Assuming that it has one single FAT partition like most other usb flash drives...
Add the following to the end of "/etc/updfstab.conf"
device flash {
partition 1
match hd CompactFlash
match hd ImageMate
match hd Flash
match hd JumpDrive
match hd MuVo
match hd ClipDrive
match hd "Generic Traveling Disk"
match hd "Jungsoft NEXDISK"
match hd "Memory Key"
match hd IntelligentStick
match hd MultiMedia-Disk
}
Then delete /mnt/flash because updfstab creates it when the flash drive is attached.
Of course all this is moot if you can not manually mount it with the mount command.