Gentoo Archives: gentoo-user

From: Adrian <linuxgn2@××××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] floppy drive will format a disk, boot from a grub floppy, but can't write any files
Date: Sun, 04 Sep 2005 15:25:20
Message-Id: 20050904091352.00626701@gentoo-00
1 Something odd is going on with my floppy drive, maybe it's just a
2 hardware problem? In the first example you will see that I can format a
3 floppy, mount it, but then I can not copy any files to it.
4
5 ---------------------------------------------example----------------
6 Sun Sep 04 09:02:16
7 /home/skippi
8 root $ mke2fs /dev/fd0
9 mke2fs 1.37 (21-Mar-2005)
10 Filesystem label=
11 OS type: Linux
12 Block size=1024 (log=0)
13 Fragment size=1024 (log=0)
14 184 inodes, 1440 blocks
15 72 blocks (5.00%) reserved for the super user
16 First data block=1
17 1 block group
18 8192 blocks per group, 8192 fragments per group
19 184 inodes per group
20
21 Writing inode tables: done
22 Writing superblocks and filesystem accounting information: done
23
24 This filesystem will be automatically checked every 24 mounts or
25 180 days, whichever comes first. Use tune2fs -c or -i to override.
26
27 Sun Sep 04 09:03:18
28 /home/skippi
29 root $ mkdir /floppy
30
31 Sun Sep 04 09:03:40
32 /home/skippi
33 root $ mount /dev/fd0 /floppy
34
35 Sun Sep 04 09:03:56
36 /home/skippi
37 root $ mkdir -p /floppy/boot/grub
38 mkdir: cannot create directory `/floppy/boot': Input/output error
39 -----------------------------------------------------
40
41 now here, I mount my GRUB floppy, which has files on it, since I used
42 this to boot my computer, yet I can't actually see any of the files.
43
44 --------------------------------another example--------------
45 Sun Sep 04 09:08:06
46 /home/skippi
47 root $ mount /mnt/floppy/
48
49 Sun Sep 04 09:08:26
50 /home/skippi
51 root $ df
52 Filesystem 1K-blocks Used Available Use% Mounted on
53 /dev/hde7 11718996 6638084 5080912 57% /
54 /dev/hde9 266180800 232401964 33778836 88% /home
55 /dev/fd0 1412 158 1182 12% /mnt/floppy
56
57 Sun Sep 04 09:08:31
58 /home/skippi
59 root $ cd /mnt/floppy/
60
61 Sun Sep 04 09:08:36
62 /mnt/floppy
63 root $ ls
64
65 Sun Sep 04 09:08:46
66 /mnt/floppy
67 root $ du
68 1.0K .
69 1.0K total
70
71 Sun Sep 04 09:08:59
72 /mnt/floppy
73 root $
74
75 Simply a bad drive? I have tried numerous floppy disk, and they can't
76 all be bad. Any other ideas for troubleshooting?
77
78 Thank you very much.
79 Adrian
80
81
82 --
83 On The Fly Photography -:- Creation From Chaos
84
85 On The Fly Photography: http://204EastSouth.com
86 Purchase from On The Fly: http://204EastSouth.com/OTFStore.htm
87 The Cynical Libertarian Society: http://www.204EastSouth.com/cls
88 --
89 gentoo-user@g.o mailing list

Replies

Subject Author
RE: [gentoo-user] floppy drive will format a disk, boot from a grub floppy, but can't write any files Michael Kintzios <michaelkintzios@××××××××.uk>