Kiểm tra xem mô-đun đĩa mềm đã được tải chưa:
lsmod | grep -i floppy
Lệnh này không nên trả lại bất cứ điều gì. Nếu nó trả về "đĩa mềm" thì bạn đã tải mô-đun đĩa mềm và câu trả lời này không giải quyết được vấn đề của bạn.
Nếu bạn muốn tải mô-đun đĩa mềm:
sudo modprobe -v floppy
lsmod | grep -i floppy
Hãy thử thêm tên người dùng của bạn trong nhóm đĩa mềm:
sudo adduser $USER floppy
Bạn cũng có thể thử cài đặt fdutils
gói:
$ apt-cache show fdutils
Package: fdutils
[...]
Description-en: Linux floppy utilities
This package contains utilities for formatting extra capacity
disks, automatic floppy disk mounting and unmounting, etc.
.
The package includes the following items:
.
- superformat: formats high capacity disks (up to 1992k
for high density disks or up to 3984k for extra density
disks);
- fdmount: automatically mounts/unmounts disks when they are
inserted/removed;
- xdfcopy: formats, reads and writes OS/2's XDF disks;
- MAKEFLOPPIES: creates the floppy devices in /dev;
- getfdprm: prints the current disk geometry (number of
sectors, track and heads etc.);
- setfdprm: sets the current disk geometry;
- fdrawcmd: sends raw commands to the floppy driver;
- floppycontrol: configures the floppy driver;
- general documentation about the floppy driver.
.
Note that these utilities do not work for USB floppy drives, because
these do not allow direct access to the floppy controller.
Homepage: http://fdutils.linux.lu/
fdmount có vẻ hữu ích. Thử:sudo fdmount -l
Kiểm tra nếu ổ đĩa mềm của bạn được liệt kê ở đây:
nautilus computer://
Nếu bạn vẫn gặp vấn đề, hãy đăng đầu ra của các lệnh trên, cộng với điều này:
dmesg > dmesg.log
gedit dmesg.log