[CLOSED] USB Floppy Drive on Linux Mint 17.3

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
eersoy93

[CLOSED] USB Floppy Drive on Linux Mint 17.3

Post by eersoy93 »

Hi! I have s-link FD-05PUB USB floppy drive. When I plug this, it appears on Thunar with floppy drive icon. When I click the icon, I ger the erorr message:

Error mounting /dev/sdb at /media/eersoy93/disk: Command-line `mount -t "auto" -o "uhelper=udisks2,nodev,nosuid" "/dev/sdb" "/media/eersoy93/disk"' exited with non-zero exit status 32: mount: /dev/sdb is not a valid block device
.

Thanks for replies and answers.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
LinuxJim

Re: USB Floppy Drive on Linux Mint 17.3

Post by LinuxJim »

You did have an actual floppy disk in the drive, didn't you?
Cosmo.
Level 24
Level 24
Posts: 22968
Joined: Sat Dec 06, 2014 7:34 am

Re: USB Floppy Drive on Linux Mint 17.3

Post by Cosmo. »

Write instead of /dev/sdb: /dev/sdb1
eersoy93

Re: USB Floppy Drive on Linux Mint 17.3

Post by eersoy93 »

LinuxJim wrote:You did have an actual floppy disk in the drive, didn't you?
Yes, I have many floppy disk.
Cosmo. wrote:Write instead of /dev/sdb: /dev/sdb1
It isn't work. There isn't sdb1 device in /dev/
Cosmo.
Level 24
Level 24
Posts: 22968
Joined: Sat Dec 06, 2014 7:34 am

Re: USB Floppy Drive on Linux Mint 17.3

Post by Cosmo. »

What does this command in the terminal show?

Code: Select all

sudo lsblk -f
LinuxJim

Re: USB Floppy Drive on Linux Mint 17.3

Post by LinuxJim »

You may need to install the fdutils package. It includes a script to create the floppy device in /dev, and a utility to automount floppies on insertion.

The floppy drive is /dev/fd[x], not /dev/sd[x]. It's not a standard block device, and there is no partition table.
kukamuumuka

Re: USB Floppy Drive on Linux Mint 17.3

Post by kukamuumuka »

viewtopic.php?f=42&t=198745
1. Find the drive

sudo apt-get install ufiformat
sudo ufiformat --inquire --verbose

... Floppy drive was /dev/sdb

list usb fdd devices
disk generic
/dev/sdb /dev/sg2
eersoy93

Re: USB Floppy Drive on Linux Mint 17.3

Post by eersoy93 »

My USB floppy drive isn't working correctly anyway, so this topic can be closed.
Locked

Return to “Storage”