<pre style="font-family:fixed;background:black;color:gold">
# cat /proc/devices
Character devices:
1 mem
2 pty
3 ttyp
4 ttyS
5 cua
7 vcs
10 misc
29 fb
36 netlink
128 ptm
129 ptm
136 pts
137 pts
162 raw
180 usb
Block devices:
1 ramdisk
2 fd
3 ide0
9 md
22 ide1
</pre>
여기서 fd가 나오는지 확인해 보세요.
fd가 없다면, 케이블이 연결이 안되었거나 하드웨어 문제입니다.
: 제목그대로 입니다.
: 리눅스에서 플로피를 없는 걸로 인식하는 것 같은데...
: 어떻게 해야 하죠??
:
: mount -t msdos /dev/fd0 /mnt/floppy
: mount -t ext2 /dev/fd0 /mnt/floppy
: mount -t auto /dev/fd0 /mnt/floppy
: fdformat /dev/fd0
: mkfs -t ext2 /dev/fd0
:
: 위에 있는거 다 해봤지만 않되요.. 흑흑흑
:
: 도와주세요..
:
: --
: ``스니크; -- 선과 악은 존재 하지 않는다. 단, 생각에 기준이 다를 뿐이다.--걍~