OpenSUSE Hardware :: Write To Floppy Drive /dev/fd0 (11.3 X86_64)
May 1, 2011
I currently discovered a problem when using the floppy drive /dev/fd0: I can't use it. I can mount /dev/fd0 as normal, can create/write a file, but it is not written to the floppy disk. Instead of that the current program (eg vim) hangs (or is "uninterruptable") until I remove the floppy disk from the drive. Because of the removal I get several errors in /var/log/messages. What I'm doing:
== snip ==
mount /dev/fd0 /mnt
echo "TEST" > /mnt/test
sync [--> HANG until I remove the floppy disk]
[sync "completes"/terminates, insert floppy disk]
umount /mnt
== snap ==
(In this example I used echo instead of vim, because it behaves the same in this situation) The errors I get are as follows:
[Code]...
View 9 Replies
ADVERTISEMENT
Feb 19, 2010
I am trying to write a floppy boot image to my floppy drive (as root):
Code:
dd if=boot.img of=/dev/fd0
dd: opening `/dev/fd0': Read-only file system
[code]....
View 8 Replies
View Related
Sep 17, 2010
I have a computer with no floppy drive (x64 ubuntu lucid installed) I have a program (wine windows xp) that will only save data and export data from/to a floppy drive. I found information on setting up an emulated floppy drive. i.e.
sudo dd bs=512 count=2880 if=/dev/zero of=imagefile.img
sudo mkfs.msdos imagefile.img
sudo mount imagefile.img /media/floppy -o loop
I modified the winecfg to include under the drive section A: /media/floppy. Problem is I cannot write to the drive as a normal user. I have tried everything I know but only root can read write to the drive. Is there someway to set up this emulated floppy to allow me as a user to write and read contents.
View 1 Replies
View Related
Dec 13, 2009
Is there something weird about the FLOPPY DRIVE on F12? Nothing associated with it works & I can't get an icon for it. Also the FLOPPY FORMATTER no longer works. (mine is an internal drive)- I had some really miner quirks with it in 10 but it worked. I had some workaround launchers that I used until an upgrade semi-fixed it. (It would give a false error that it couldn't run but did. I just ignored it.)
I tried to edit FSTAB to cure a problem of my BACKUP drive showing up twice*** so while I was in there I added the stuff for the floppy & it still doesn't work. If I try to mount it manually, I get the error that /dev/fd0 doesn't exist.I tried to find some info on it & it SEEMS that there MAY be a bug but I'm not sure as the info is a bit confusing as to just what version & such they are talking about. And there was also the problem that all the stuff seemed to be OLD or not related to my problem.I why I quite hacking at my system, is that all my workaround launchers & the formatter say that there are GNOME things missing & they can't run. So I figure that there is something missing or screwy already & that I'd better ask BEFORE I make things worse or actually break something.With the fact that floppies are about gone, it's getting to be not that big of a deal but I still find myself having to use them for repair purposes (albeit, not as much) & it gets to be a bit of a pain to fire up M$ just to do something like this.
*** It appears that the one in FSTAB was the one I needed, so where would the OTHER one be so I can get rid of it? Or at least make it auto mount.
View 12 Replies
View Related
Sep 23, 2009
I am having a Promise TX4650 RAID controller & trying to create a driver floppy for installing the drivers. Also am using RHEL 5, I can create the driver floppy, but when I type "mount /dev/fd0 /media/floppy" I get error: "mount: mount point /media/floppy does not exist".Can I get the files in a format other than the ext2 floppy image, so that we do not need to use a floppy drive?There is a readme file inside the driver archive & you can use that as a reference.
View 2 Replies
View Related
Jun 7, 2009
error message:Unable to scan Floppy Drive for media changes Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
View 1 Replies
View Related
Oct 24, 2010
Not sure if anyone uses floppy drives anymore much. I know that most machines don't come with them anymore unless you ask for one.One of my machines [Machine # 2] has a floppy and I have never had the occaision to use it under linux [opensuse 11.2 currently]. Until now that is! I have about 30 floppies that I need to transfer the data from. I am able to mount the floppy drive and take data off the currently inserted floppy, but if I want to insert another floppy and remove the data from it, I must unmount and remount the floppy everytime. There is an entry in fstab:
/dev/fd0 /media/floppy auto noauto,user 0 0
and a mount point in media [/media/floppy] Is there something else I need to have in the fstab line for the floppy so that it will read automatically everytime I insert a disk?
View 8 Replies
View Related
Feb 19, 2010
I am trying to write a floppy boot image to my floppy drive (as root):
dd if=boot.img of=/dev/fd0
dd: opening `/dev/fd0': Read-only file system
But it is mounted as rw in my fstab:
[code]...
View 14 Replies
View Related
Jan 7, 2010
so i have a limited user (my dad) on Jaunty who has no write access to his floppy disks. Nautilus gives a permission denied error, and i discovered that root owns the floppy drive, thus allowing his read-only. (that write tab on the floppy in on btw). However, when i login as a admin, nautilus says that user has write access. ??? I check the user's user privliges and everything exept "administer the system" is checked. I can copy files on it by logging in as root.
View 4 Replies
View Related
Sep 29, 2010
OS: Windows XP
Virtual Machine: Bochs-2.4.5
I want to learn some details about linux booting, so I begin writing a small boot program myself. Yesterday, I was writing a small boot program and planned to use it boot a Bochs virtual machine. The boot program is written in assembly language and compiled with nasm.I use bxiamge.exe in Bochs and create an floppy image called boot.img and configure the Bochs virtual host to boot from this floppy image. My question is how to write the compiled boot.bin program into the floppy image(boot.img)?
View 1 Replies
View Related
Feb 27, 2011
I have a USB drive on which I want to install Arch Linux (using the installer, not unetbootin or something similar, as I want the drive to be persistent.) The computer from which I want to boot this USB supports booting from a USB floppy, not a normal drive. Is there any way for me to make a USB floppy on another drive and use that to boot the normal USB drive?
View 2 Replies
View Related
Aug 3, 2010
Attempting to compile an application that is not located in any of the repos yet for 11.3 64 bit. I have downloaded the appropriate src and untarred it. However, when I attempt to run the ./configure command here is the error I receive. checking build system type... Invalid configuration `x86_64-unknown-linux-': machine `x86_64-unknown-linux' not recognized configure: error: /bin/sh ./config.sub x86_64-unknown-linux- failed
I have made sure that I have all kernel-headers packages installed and am unsure as how to proceed. I tried using the command "./configure --build=x86_64" and then receive an error stating that the "SYSTEM IS NOT SUPPORTED" and continued errors stating that gcc is not installed, eve though it is.
View 5 Replies
View Related
Jul 16, 2010
I'm testing OpenSUSE 11.3 on a server and I'd like to disable the write cache on all of my drives. In Ubuntu Server I was able to accomplish this with hdparm by adding the appropriate settings to /etc/hdparm.conf
As far as I can find the only thing that OpenSUSE offers is /etc/sysconfig/ide which allows you to force particular DMA modes. I could just put the hdparm commands in /etc/init.d/boot.local but I'd prefer to do it the right way if there is a right way to do this in OpenSUSE.
View 2 Replies
View Related
Jun 25, 2011
I have a laptop with a floppy drive, and it works fine in Windows, but I'm not sure how to use it under Linux. It does not show up in PCmanFM, like my USB-harddrive, but I do have a /dev/fd0, so I tried:sudo mount /dev/fd0 /mntand then it complains about the file system not being specified, so I dosudo mount -t vfat /dev/fd0 /mntbut to no avail.
View 2 Replies
View Related
Oct 2, 2009
I was wondering if anyone has a floppy image, or something similar that can help me boot my USB.My plan is to have Fedora LiveUSB on my USB... and whenever I need to help someone, or have to use a computer, I can easily pop in my usb, and run Fedora. One problem I've had is that some of my friends have older pcs, and also some of the computers at college are older.I heard that it is possible to force a usb to boot on a motherboard that doesn't support usb boot. I think it has something to do with installing grub on the floppy, and somehow making it install or run usb drivers. (Not entirely sure)One alternative to this that I came up with was to use one of those business card CD's, but apparently the size is too small(at least in the one's I've seen). Not only that, but I can't find them anywhere.
View 4 Replies
View Related
Aug 6, 2010
I have an external usb connected floppy drive that I cannot mount.#fdisk -1 does not show the drive, in my ignorance I thought that it being a usb it would be recognized the same as flash drives and my external usb ide hdd are recognized.The drive does work, I have tested it in windows computers.Does the floppy need special settings?This may be related or it may be another issue totally:The floppy is recognized in gparted although I cannot format the disc to fat16 or fat 32 as they are greyed out.
View 5 Replies
View Related
Feb 20, 2011
I have an old Compaq Evo P IV, with FC 14 installed. The light on the floppy drive is on all the time and there is no object for it. It has been this way since I installed, but I don't use floppies much (who does anymore), but now I have a need to edit a file on a floppy, for of all things, a Windows system (boot issue
View 5 Replies
View Related
Mar 28, 2010
i dont have floppy drive. i was shocked when i saw that i have.it started when i installed ubuntu and kubuntu..it also appears n my Windows 7 OS.
View 1 Replies
View Related
Jun 1, 2010
I just installed this floppy drive in my computer and I can view files on floppy disks but I can not add files to a disk, formating will not work. All the privileges and ownership are set as root and I can not change them. (But I physically own it) Here is what the privileges are set for:
View 1 Replies
View Related
Aug 7, 2010
I am having trouble trying to use a 1.44 MB floppy drive on my computer. I have tried to mount the drive on my computer, but all I get is the following message:
Unable to mount location No media in the drive
One post mentioned that if I were to type "id" in a terminal, the floppy would be recognized as "25(floppy)". I tried that, but "25(floppy)" didn't come up.
Also, when I tried using KFloppy to format a floppy disk, I got the following message:
Internal error: device not clearly defined
However, when I used the 'lsmod' and "cat /etc/fstab" commands, they strangely seem to recognize that my computer has a floppy.
I am attaching documentation to this post for analysis. This documentation includes information about a failed attempt to format a disk using Disk Utility. Also, I am using Ubuntu 10.04 (Lucid Lynx) as my operating system.
View 5 Replies
View Related
Sep 20, 2010
I still can't access my 3.5" diskette drive under Ubuntu 9.10. What's the secret to making it work?First, to head off some common problems which don't apply here:-There's nothing wrong with the drive. It works fine under Windows XP.-Palimpsest detects the drive is there, but fails to detect media, even with a disk inserted that I know is formatted properly (because I can access it under Windows XP). The drive light does come on when I click "detect media," but nothing else happens.-Doesn't matter what diskette I try.I suspect there is a package which broke floppy drive access with an upgrade (it has happened before, with other things), but I have no idea where to start looking. Didn't find a solution anywhere else either. I can't be the only one to have this problem, so how did you solve it?
View 1 Replies
View Related
Feb 21, 2011
Been using Ubuntu to extend the life of my hard drive. I'm not very familiar with the inner workings of Linux, but I know computers well.
My System:
- Ubuntu 10.04, gnome environment. Dual boot XP.
Problem:
- my external drive, WD essentials 2.2 TB, stopped working recently, about 6 months after installation of dual boot.
Facts:
- still detected, though SMART does not detect it.
- XP still detects it - cant access files though. *
- Ubuntu now detects a floppy drive, which I do not have.
- power still working.
- have tried a few different USB cables.
- happened around the time of several software updates. Maybe paranoia.
- had trouble with music playback.
Hypothesis:
- Drive is dying, cuz XP wont allow me in. *
- Something happened and it rolled back the drivers on the External HD.
- Somehow losing Voltage, though I dont know how. **
Have attempted:
- Disabling Floppy from bios.
- In Windows: disabling XP service pack 3, disabling Firewire 1394.
- Different USB cables. **
- Disconnecting all USB devices, except External HD. **
View 7 Replies
View Related
Mar 5, 2011
In installing XP on the first drive of dual boot system using two drives, it requires during setup (after hitting F6 and S) that I install the SATA drivers using a floppy drive (A). I haven't had the need nor have I used a floppy drive in 5 years. I am not sure the old floppy drive I have works or whether the diskette (the original that came with my Abit NF7-S motherboard) has gone bad. Is there a work around for this? Can one even buy floppy drives or diskettes anymore?
View 2 Replies
View Related
Jun 15, 2011
Every time I need to use the floppy drive, I again find it not working.I have reported this problem before, and it has been fixed before, several times.It is broken again.Clicking on the "Floppy Drive" item in Nautilus does not even access the drive.Right clicking and selecting "Detect Media" at least spins the disk, but gives the same non-results regardless of whether there is a disk in the drive.With no disk in the drive this happens:
Code:
$ sudo mount /dev/fd0
mount: /dev/fd0 is not a valid block device
[code]....
View 2 Replies
View Related
Sep 1, 2011
I am working on an old PC and I am trying to mount a floppy disk. The disk is formatted as Fat12 with Quote: mkdosfs -F 12 /dev/fd0 Weather it auto mounts or I mount it with sudo mount Quote: /dev/fd0 /media/floppy0
it says it works fine, but if I add files to it,remove the disk and put it in another machine nothing is on the disk. The files I add to the disk just get added to /media/floppy0 as a normal directory. If I try to umount /dev/fd0 it says the device is not mounted, even directly after I mount it.
View 8 Replies
View Related
Dec 29, 2010
How do I access my floppy drive from Puppy Linux?
View 2 Replies
View Related
Jun 10, 2010
/dev/fd0 does not exist. I have floppy disks I wish to use.m using debian unstable.Nautilus doesn't recognize it, nor does dolphin. I have no clue if the floppies are formatted or not.fdisk -l only sees sda, my hard drive.Floppies are so neat! I want to use them in linux.
View 12 Replies
View Related
Dec 17, 2010
every time i try to mount the floppy drive it tells me there is no media in the drive
View 14 Replies
View Related
Apr 3, 2010
I have just installed SUSE 11.2 on a spare Hard Drive, on a machine that runs SUSE 11.1 with no probs. There is not a floppy icon on the desktop in 11.2, if I put a disk in the drive & right click on floppy drive in home, then click detect media - the floppy light comes on for a short while, but nothing else. There was not an entry in fstab for floppy,so I added -/dev/fd0 /media/floppy auto noauto,user,sync 0 0 rebooted & tried again, no difference. The drive is OK on the same machine running SUSE 11.1
View 1 Replies
View Related
Jan 14, 2010
I've installed RHEL 5.3 on a Dell Desktop. I don't want to install GRUB to the MBR. Is there a way to boot up RHEL from a floppy?I've installed GRUB on to a floppy but not having much luck starting up RHEL. In the past Slackware has allowed me to startup the kernel from a floppy using LILO. I was hoping that there is way for RHEL too.
View 6 Replies
View Related