How to create a floppy image?
How to create a floppy image?
Don't throw anything at me, but what can I create a floppy image with. I can't figure out what to do it with.
create floppy image
Unix:
without reading man page:
dd if=/dev/fd0 of=floppy.img
Window$:
I think you can use rawrite but I'm not familiar with that.
without reading man page:
dd if=/dev/fd0 of=floppy.img
Window$:
I think you can use rawrite but I'm not familiar with that.
-
- Posts: 2
- Joined: 30. May 2011, 21:59
- Primary OS: Ubuntu other
- VBox Version: OSE Debian
- Guest OSses: Windows XP
Re: How to create a floppy image?
To create new floppy disk image on linux / ubuntu if your system does not have a floppy drive:
dd bs=512 count=2880 if=/dev/zero of=floppy.img
You will then need to mount it in virtual box and format it.
dd bs=512 count=2880 if=/dev/zero of=floppy.img
You will then need to mount it in virtual box and format it.
-
- Posts: 2
- Joined: 30. May 2011, 21:59
- Primary OS: Ubuntu other
- VBox Version: OSE Debian
- Guest OSses: Windows XP
Re: How to create a floppy image?
For those that do not have linux & cannot use my earlier command line, I am also attaching an image of a windows FAT formatted blank floppy
- Attachments
-
- windows_formatted_floppy.zip
- (2.17 KiB) Downloaded 10106 times
-
- Posts: 5
- Joined: 16. Dec 2013, 02:16
Re: How to create a floppy image?
That's exactly what I was looking for, but Vbox still says that the disk is "Write-protected". How can I make this image writeable (i.e. non-write-protected)? What good is a blank disk you can't write on LOL? Was this .img file accidentally created from a write protected disk, or are all .img files write-protected by default, in which case, how can I undo this? Please help. I really need the ability to write files to virtual disk images to make Vbox work fully for my purposes. Its very frustrating have Vbox always say that my disk images are always write-protected, without giving me any instructions or options of how to undo this. Thanks a bunch
-
- Volunteer
- Posts: 1095
- Joined: 20. May 2009, 02:17
- Primary OS: Mac OS X other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Windows, OSX
- Location: U S of A
Re: How to create a floppy image?
Set the permissions of the image file to read/write?Badplayer03 wrote:How can I make this image writeable (i.e. non-write-protected)?
-
- Posts: 5
- Joined: 16. Dec 2013, 02:16
Re: How to create a floppy image?
Simpler even, with Windows 7, was to right-click and run Virtual Box as "Administrator". As soon as I did that, I had all permissions, including writing capabilities, and this solved my problem completely. Darn Windows 7 default settings, and its nack for making me a "user" by default in my own computer. I'm sure there's a way to always be "administrator" by default, but I'm too lazy to learn how to do that at this point.
-
- Site Moderator
- Posts: 27329
- Joined: 22. Oct 2010, 11:03
- Primary OS: Mac OS X other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Win(*>98), Linux*, OSX>10.5
- Location: Greece
Re: How to create a floppy image?
NO, don't do it. It was the biggest mistake that MS made when they decided to make everyone an administrator. I'm tired of supporting people that installed a program (virus) simply because they had the security credentials to do so.Badplayer03 wrote:I'm sure there's a way to always be "administrator" by default
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.