LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-02-2005, 11:28 AM   #1
koodoo
Member
 
Registered: Aug 2004
Location: a small village faraway in the mountains
Distribution: Fedora Core 1, Slackware 10.0 | 2.4.26 | custom 2.6.14.2, Slackware 10.2 | 11.0, Slackware64-13
Posts: 345

Rep: Reputation: 33
mounted fat32 filesystem becomes readonly after sometime, wierd?


Hi,

I have two fat32 partitions which I've mounted under /win1 & /win2 respectively. The lines corresponding to those in /etc/fstab are :
Code:
 /dev/hda1        /win1            vfat        defaults,umask=000         1   0
 /dev/hda5        /win2            vfat        defaults,umask=000         1   0
Now sometimes /win2 becomes readonly. I then have to unmount it and then mount it again. It works fine but then after sometime it becomes readonly again. I've had no problems with /win1. Don't know why this is happening. Any ideas ?

Thanks in anticipation.

Last edited by koodoo; 11-02-2005 at 11:33 AM.
 
Old 11-02-2005, 08:10 PM   #2
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
No idea, but you may be able to grep through your dmesg to see if there are any corresponding entries for /dev/hda5 to help you diagnose the problem.

dmesg | grep hda5
dmesg | grep win2

You might also check your system log and see if /proc has anything about it. Check /etc/mtab after it gets mounted just to see if it actually is.

Lastly, are you sure it's becoming read-only, or is it just specific files?

Cool
 
Old 11-03-2005, 09:09 AM   #3
koodoo
Member
 
Registered: Aug 2004
Location: a small village faraway in the mountains
Distribution: Fedora Core 1, Slackware 10.0 | 2.4.26 | custom 2.6.14.2, Slackware 10.2 | 11.0, Slackware64-13
Posts: 345

Original Poster
Rep: Reputation: 33
Hi,

Thanks for the reply. I tried using dmesg but it's giving me problems as well. The output of dmesg is :
Code:
koodoo@knapsacker:~$ dmesg
verflow.
Neighbour table overflow.
Neighbour table overflow.
Neighbour table overflow.
Neighbour table overflow.
Neighbour table overflow.
Neighbour table overflow.
Neighbour table overflow.
NET: 64491 messages suppressed.
Neighbour table overflow.
NET: 24705 messages suppressed.
Neighbour table overflow.
NET: 39794 messages suppressed.

######### lots of this ###########

Neighbour table overflow.
Neighbour table overflow.
NET: 64491 messages suppressed.
Neighbour table overflow.
NET: 8924 messages suppressed.
Neighbour table overflow.
NETDEV WATCHDOG: eth0: transmit timed out
eth0: Tx timed out, cable problem? TSR=0x6, ISR=0x0, t=24.
I checked the system log files. There were some message files that contained the following contents :
Code:
Nov  1 04:53:29 knapsacker kernel: 03:05: rw=0, want=1050881691, limit=9783553
Nov  1 04:53:29 knapsacker kernel: attempt to access beyond end of device
Nov  1 04:53:29 knapsacker kernel: 03:05: rw=0, want=1050881692, limit=9783553
Nov  1 04:53:29 knapsacker kernel: attempt to access beyond end of device
Nov  1 04:53:29 knapsacker kernel: 03:05: rw=0, want=1050881692, limit=9783553
Nov  1 04:53:29 knapsacker kernel: attempt to access beyond end of device
Nov  1 04:53:29 knapsacker kernel: 03:05: rw=0, want=1050881693, limit=9783553
Nov  1 04:53:29 knapsacker kernel: attempt to access beyond end of device
I checked the file /var/log/dmesg. The only references to hda5/win2 that it contained were :
Code:
Partition check:
hda: hda1 hda2 < hda5 hda6 hda7 >
Ya, I'm sure it's becoming read-only, i.e. the entire filesystem and not just the individual files.
/etc/mtab shows that it's mounted when I mount it.
BTW If this might be useful, my system's been up for 9 days. Here's the output of uptime :
Code:
koodoo@knapsacker:~$ uptime
 20:44:56 up 9 days,  8:50,  1 user,  load average: 0.02, 0.08, 0.20
koodoo@knapsacker:~$
Thanks in anticipation.

Last edited by koodoo; 11-03-2005 at 09:14 AM.
 
Old 11-13-2005, 02:28 AM   #4
koodoo
Member
 
Registered: Aug 2004
Location: a small village faraway in the mountains
Distribution: Fedora Core 1, Slackware 10.0 | 2.4.26 | custom 2.6.14.2, Slackware 10.2 | 11.0, Slackware64-13
Posts: 345

Original Poster
Rep: Reputation: 33
Hi,

So I restarted my P.C. (after a long time). When I run the dmesg command I get a lot of output but there are only two lines repeated over and over again.

Code:
Neighbour table overflow.
NET: <some integer> messages suppressed.
 
Old 11-13-2005, 06:01 PM   #5
tkedwards
Senior Member
 
Registered: Aug 2004
Location: Munich, Germany
Distribution: Opensuse 11.2
Posts: 1,549

Rep: Reputation: 52
Neighbour table overflow: http://groups.google.com.au/group/fa...c9cf107fb29f07

Probably doesn't have anything to do with your FAT32 drive problem.
 
Old 11-17-2005, 02:08 PM   #6
koodoo
Member
 
Registered: Aug 2004
Location: a small village faraway in the mountains
Distribution: Fedora Core 1, Slackware 10.0 | 2.4.26 | custom 2.6.14.2, Slackware 10.2 | 11.0, Slackware64-13
Posts: 345

Original Poster
Rep: Reputation: 33
Hi thanks Tkedwards for the help and sorry for replying so very late. I searched google as well as these forums for Neighbour Table Overflow problems. It seems that this problem is because the arp cache gets overflowed because of :
1) Some application that generates much traffic (eg. Lisa)
2) Some machine in your subnet that generates a lot of traffic and
3) Related things

Possible solutions included :
1) Increasing the size of the arp cache
2) Shutting down services like Lisa and,
3) Identifying machines generating a lot of traffic and shutting them down.

I tried all of these but none worked for me. I guess I'll stick with one of these threads to get my problem solved :

1) http://www.linuxquestions.org/questi...table+overflow
2) http://www.linuxquestions.org/questi...table+overflow
3) http://www.linuxquestions.org/questi...table+overflow
4) http://www.linuxquestions.org/questi...table+overflow
5) http://www.linuxquestions.org/questi...table+overflow
6) http://www.linuxquestions.org/questi...table+overflow

Seems like a lot of people are having problems with this.

The good part however is that amazingly my /win2 partition has stopped becoming read-only on its own (I seriously don't know why?).
I'll post the output of dmesg as soon as I am able to get it working.

Thanks again for the help.
 
Old 11-23-2005, 11:34 PM   #7
devbro
Member
 
Registered: Jul 2005
Posts: 74

Rep: Reputation: 15
it may have been a cluster problem. i had the same problem and read a forum saying that using /sbin/fsck.vfat will remove the cluster problem. after i did it i had no more problems.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
EXT-fs error (device hda3) in start_transaction: Readonly filesystem kiwibird Linux - Hardware 2 10-21-2005 10:15 AM
How to Adjust permissions for a mounted windows fat32 filesystem greengrocer Linux - Newbie 2 08-28-2005 01:21 AM
Mounting fat32 partition... wierd error msg. Wraith2288 Linux - Software 22 01-09-2004 08:01 AM
e2fsck on a mounted filesystem glock19 Linux - General 2 07-09-2003 07:12 PM
Wierd problem mounting fat32 partition on redhat 8 floppycolon Linux - Software 3 03-02-2003 12:43 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:09 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration