View previous topic :: View next topic |
Author |
Message |
stobbsm Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 23 May 2004 Posts: 452
|
Posted: Fri Mar 04, 2005 1:02 am Post subject: Can't Mount Floppy as vFat |
|
|
Here's the thing
My Fiance can access her resume on a Windows 98 Machine at here workplace, but I can't mount the same floppy disk properly here.
It says it's mounted, but, dmesg|tail gives me this
Code: | # dmesg|tail
FAT: Directory bread(block 29) failed
attempt to access beyond end of device
fd0: rw=0, want=31, limit=8
FAT: Directory bread(block 30) failed
attempt to access beyond end of device
fd0: rw=0, want=32, limit=8
FAT: Directory bread(block 31) failed
attempt to access beyond end of device
fd0: rw=0, want=33, limit=8
FAT: Directory bread(block 32) failed
|
I can't do fdisk /dev/fd0, and dosfsck fails with
Code: | # dosfsck /dev/fd0
dosfsck 2.10, 22 Sep 2003, FAT32, LFN
Seek to 1474048:Invalid argument |
what is happening with this disk??
any thing will help at this point _________________ Sysadmin of Ubuntu systems and servers....
Although my own server is gentoo.... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
_never_ Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/80516449841dcd554d825a.png)
Joined: 10 Jun 2004 Posts: 285 Location: BW, Germany
|
Posted: Fri Mar 04, 2005 2:32 am Post subject: |
|
|
The filesystem on the disk is corrupted. Reformat it. _________________ Knowledge is Power. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
stobbsm Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 23 May 2004 Posts: 452
|
Posted: Fri Mar 04, 2005 12:14 pm Post subject: |
|
|
Thing is, I put the disk in a Windows Machine, it works with no problems. _________________ Sysadmin of Ubuntu systems and servers....
Although my own server is gentoo.... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
_never_ Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/80516449841dcd554d825a.png)
Joined: 10 Jun 2004 Posts: 285 Location: BW, Germany
|
Posted: Sat Mar 05, 2005 11:33 am Post subject: |
|
|
This is because Windows ignores some filesystem errors. Linux doesn't. _________________ Knowledge is Power. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
stobbsm Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 23 May 2004 Posts: 452
|
Posted: Sat Mar 05, 2005 12:39 pm Post subject: |
|
|
that's what I thought
thanks _________________ Sysadmin of Ubuntu systems and servers....
Although my own server is gentoo.... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|