Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
07-04-2005, 09:42 AM
|
#1
|
LQ Newbie
Registered: May 2005
Posts: 21
Rep:
|
how to access Floppy drive
How do I access Floppy drive in linux?
I am trying to write files to and read from the floppy.
How can I do this from the command line and the graphical interface?
I am running Redhat linux 9.
|
|
|
07-04-2005, 09:50 AM
|
#2
|
Member
Registered: Dec 2003
Location: Chennai, India
Distribution: Arch Linux 0.7
Posts: 393
Rep:
|
its usually in /dev/fd0
check /etc/fstab for the mount point..if u dont see an entry then make one using
mkdir /mnt/floppy
mount like this:
mount -t vfat /dev/fd0 /mnt/floppy
vfat = refers to the normal fat32 filesystem...
|
|
|
07-12-2005, 11:23 PM
|
#3
|
LQ Newbie
Registered: May 2005
Posts: 21
Original Poster
Rep:
|
It is already mounted.
/dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0
I checked the desktop and had an option to select the disks. From there I selected floppy. It worked.
Thanks,.
|
|
|
07-13-2005, 11:48 AM
|
#4
|
LQ Newbie
Registered: May 2005
Posts: 21
Original Poster
Rep:
|
How can access the contents of the floppy from the command line?
How can access the contents of the floppy from the command line?
|
|
|
07-13-2005, 04:12 PM
|
#5
|
Member
Registered: Jun 2004
Location: Venezuela
Distribution: RHEL ,Ubuntu, Slax, Kali
Posts: 95
Rep:
|
cd /mnt/fd0
then run ls -la you will see a list of directories in your floppy
|
|
|
07-13-2005, 08:35 PM
|
#6
|
LQ Newbie
Registered: May 2005
Posts: 21
Original Poster
Rep:
|
It is not giving any out put. There is no fd0 under /mnt. Below are the traces:
[root@localhost dev]# cd /mnt
[root@localhost mnt]# ls
cdrom floppy
[root@localhost mnt]# cd floppy
[root@localhost floppy]# ls
[root@localhost floppy]# ls -al
total 8
drwxr-xr-x 2 root root 4096 Feb 12 2000 .
drwxr-xr-x 4 root root 4096 Feb 12 2000 ..
[root@localhost floppy]# ls
[root@localhost floppy]# ls -al
total 8
drwxr-xr-x 2 root root 4096 Feb 12 2000 .
drwxr-xr-x 4 root root 4096 Feb 12 2000 ..
[root@localhost floppy]#
[root@localhost floppy]#
|
|
|
07-13-2005, 09:03 PM
|
#7
|
LQ Newbie
Registered: Aug 2004
Distribution: Crux 2.1
Posts: 23
Rep:
|
Looks to me like there's nothing on that disk.
Either that or it isn't mounted. Did you type 'mount /dev/fd0 /mnt/floppy' before doing your 'cd /mnt/floppy'?
Last edited by hell_carnage; 07-13-2005 at 09:04 PM.
|
|
|
All times are GMT -5. The time now is 05:08 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|