linux:/home/jean # mount -t vfat /dev/hdd0 /media/zip
mount: special device /dev/hdd0 does not exist
linux:/home/jean # mount -t vfat /dev/hdd1 /media/zip
mount: /dev/hdd1: can't read superblock
linux:/home/jean # mount -t vfat /dev/hdd2 /media/zip
mount: /dev/hdd2: can't read superblock
linux:/home/jean # mount -t vfat /dev/hdd3 /media/zip
mount: /dev/hdd3: can't read superblock
linux:/home/jean # mount -t vfat /dev/hdd4 /media/zip
mount: block device /dev/hdd4 is write-protected, mounting read-only
mount: cannot mount block device /dev/hdd4 read-only
linux:/home/jean # mount -t vfat /dev/hdd5 /media/zip
mount: /dev/hdd5: can't read superblock
linux:/home/jean #
|