<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://workspace.onionmixer.net/wiki/index.php?action=history&amp;feed=atom&amp;title=Virtualbox_make_fdd_image_linux</id>
	<title>Virtualbox make fdd image linux - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://workspace.onionmixer.net/wiki/index.php?action=history&amp;feed=atom&amp;title=Virtualbox_make_fdd_image_linux"/>
	<link rel="alternate" type="text/html" href="https://workspace.onionmixer.net/wiki/index.php?title=Virtualbox_make_fdd_image_linux&amp;action=history"/>
	<updated>2026-04-04T09:51:11Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://workspace.onionmixer.net/wiki/index.php?title=Virtualbox_make_fdd_image_linux&amp;diff=376&amp;oldid=prev</id>
		<title>Onionmixer: 내용추가</title>
		<link rel="alternate" type="text/html" href="https://workspace.onionmixer.net/wiki/index.php?title=Virtualbox_make_fdd_image_linux&amp;diff=376&amp;oldid=prev"/>
		<updated>2013-04-10T03:09:19Z</updated>

		<summary type="html">&lt;p&gt;내용추가&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;;Linux에서 VirtualBox에서 사용할 플로피 이미지 만들기&lt;br /&gt;
&lt;br /&gt;
* 참고URL :: http://superuser.com/questions/342433/how-to-create-empty-floppy-image-with-virtual-box-windows-guest&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# fallocate -l 1474560 &amp;quot;플로피파일이름&amp;quot;&lt;br /&gt;
# head -c 1474560 /dev/zero &amp;gt; &amp;quot;플로피파일이름&amp;quot;&lt;br /&gt;
# mkfs.vfat &amp;quot;플로피파일이름&amp;quot;&lt;br /&gt;
# mount -o loop &amp;quot;플로피파일이름&amp;quot; &amp;quot;mount를원하는폴더이름&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
물론 linux의 Kernel에 loop module이 올라가 있어야 mount를 해서 파일복사등의 작업을 할 수 있다.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 또다른 방법도 있다 :: https://forums.virtualbox.org/viewtopic.php?t=1426&lt;br /&gt;
&lt;br /&gt;
# dd bs=512 count=2880 if=/dev/zero of=&amp;quot;플로피파일이름&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
더 간단한거같다.&lt;/div&gt;</summary>
		<author><name>Onionmixer</name></author>
	</entry>
</feed>