1 2 3 4 5 6 7 8 9 | ~$ sudo mount -t auto -v /dev/sdb9 /mnt/part
mount: you didn't specify a filesystem type for /dev/sdb9
I will try all types mentioned in /etc/filesystems or /proc/filesystems
Trying ext3
Trying ext2
Trying ext4
Trying vfat
Trying fuseblk
mount: you must specify the filesystem type
|