जाँच करें कि फ्लॉपी मॉड्यूल लोड है या नहीं:
lsmod | grep -i floppy
इस कमांड को कुछ भी वापस नहीं करना चाहिए। यदि यह "फ्लॉपी" देता है, तो आपके पास फ्लॉपी मॉड्यूल लोड है और यह उत्तर आपकी समस्या का समाधान नहीं करता है।
यदि आप फ्लॉपी मॉड्यूल लोड करना चाहते हैं:
sudo modprobe -v floppy
lsmod | grep -i floppy
फ्लॉपी समूह में अपना उपयोगकर्ता नाम जोड़ने का प्रयास करें:
sudo adduser $USER floppy
आप fdutils
पैकेज स्थापित करने का भी प्रयास कर सकते हैं :
$ 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 उपयोगी लगता है। प्रयत्न:sudo fdmount -l
जांचें कि क्या आपकी फ्लॉपी ड्राइव यहां सूचीबद्ध है:
nautilus computer://
यदि आप अभी भी समस्याओं का सामना कर रहे हैं, तो उपरोक्त कमांड के आउटपुट को पोस्ट करें, इसके अलावा:
dmesg > dmesg.log
gedit dmesg.log