Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Filesystem NOT cleanly unmounted
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
amphibious
Apprentice
Apprentice


Joined: 25 Sep 2003
Posts: 174
Location: boston, massachusetts, usa

PostPosted: Thu Oct 09, 2003 2:28 am    Post subject: Filesystem NOT cleanly unmounted Reply with quote

Here's a message (not quite an error message I suppose... but worrisome) I get during boot up.
Code:
Checking root filesystem...
Reiserfs super block in block 16 on 0x303 of format 3.6 with standard journal
Blocks (total/free): 4496191/3424180 by 4096 bytes
Filesystem is NOT cleanly unmounted
Firesystem seems mounted read-only.  Skipping journal replay
Checking internal tree..finished


This doesn't happen every time I boot, probably 80% of the time. But I'd rather it not be there. :) Any ideas?

Thanks!
_________________
http://amphibio.us
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Thu Oct 09, 2003 2:35 am    Post subject: Reply with quote

How do you normally shut the machine down?


Moved from Installing Gentoo.
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
amphibious
Apprentice
Apprentice


Joined: 25 Sep 2003
Posts: 174
Location: boston, massachusetts, usa

PostPosted: Thu Oct 09, 2003 3:02 am    Post subject: Reply with quote

by clicking shut down.

Is that message an indication of it not properly shutting down?
_________________
http://amphibio.us
Back to top
View user's profile Send private message
neenee
Veteran
Veteran


Joined: 20 Jul 2003
Posts: 1786

PostPosted: Thu Oct 09, 2003 7:28 am    Post subject: Reply with quote

yes.
Back to top
View user's profile Send private message
Sgaduuw
Tux's lil' helper
Tux's lil' helper


Joined: 17 Sep 2002
Posts: 133
Location: Rotterdam, Netherlands

PostPosted: Thu Oct 09, 2003 8:14 am    Post subject: Reply with quote

I had a similar problem back when I was using reiserfs, my system had lots of problems unmounting the reiserfs partitions at shutdown (about 75% chance of failure). I was never really able to find a good sollution for this problem, and never really trusted reiserfs again. I converted my filesystems to JFS to see if that would give me problems but never had any problems unmounting partitions again, so I'll stick to JFS :)
_________________
my website
Back to top
View user's profile Send private message
paroneayea
Tux's lil' helper
Tux's lil' helper


Joined: 16 Oct 2003
Posts: 87

PostPosted: Fri Nov 07, 2003 9:30 pm    Post subject: Reply with quote

I've been having this problem, and it's really starting to worry me. I've noticed one other possibly related error at startup... my "DMA does not appear to be turned on"...
I've tried issuing the command
Code:
hdparm -d 1 /dev/hda

ah, but no success do I get... instead I get a rather disheartening message:
Code:
/dev/hda:
 setting using_dma to 1 (on)
 HDIO_SET_DMA failed: Operation not permitted
 using_dma    =  0 (off)

Do you get the same problem? I can't understand why this would be happening, but the two do indeed seem related.
_________________
I make comics. Read them. They are good for your soul.
http://www.lingocomic.com
Back to top
View user's profile Send private message
so
Retired Dev
Retired Dev


Joined: 08 Sep 2003
Posts: 115
Location: Roma

PostPosted: Fri Nov 07, 2003 9:40 pm    Post subject: Reply with quote

paroneayea wrote:

Code:
/dev/hda:
 setting using_dma to 1 (on)
 HDIO_SET_DMA failed: Operation not permitted
 using_dma    =  0 (off)


support of your chipset isn't in your kernel
go and put it :)
Back to top
View user's profile Send private message
paroneayea
Tux's lil' helper
Tux's lil' helper


Joined: 16 Oct 2003
Posts: 87

PostPosted: Tue Nov 11, 2003 2:22 am    Post subject: Reply with quote

Thanks... but how do I tell what chipset I need? (Is it specific to my hard drive?)
_________________
I make comics. Read them. They are good for your soul.
http://www.lingocomic.com
Back to top
View user's profile Send private message
paroneayea
Tux's lil' helper
Tux's lil' helper


Joined: 16 Oct 2003
Posts: 87

PostPosted: Tue Nov 11, 2003 2:58 am    Post subject: Reply with quote

Nevermind... I figured out what to do :)
Code:
# lspci

that gave me the information I needed.
_________________
I make comics. Read them. They are good for your soul.
http://www.lingocomic.com
Back to top
View user's profile Send private message
b0fh
Guru
Guru


Joined: 16 Jun 2003
Posts: 426

PostPosted: Mon Nov 24, 2003 10:28 am    Post subject: Reply with quote

I'm getting that annoying error on two of my PCs every time at boot, too, although my system seems to shutdown corretly. Did you find any solution to this yet?
Back to top
View user's profile Send private message
sumC
n00b
n00b


Joined: 15 Nov 2002
Posts: 72
Location: Stockholm, Sweden

PostPosted: Mon Nov 24, 2003 12:52 pm    Post subject: Reply with quote

https://bugs.gentoo.org/show_bug.cgi?id=33271
Back to top
View user's profile Send private message
vbenares
Apprentice
Apprentice


Joined: 13 Aug 2003
Posts: 205

PostPosted: Mon Nov 24, 2003 1:45 pm    Post subject: Reply with quote

I know this is dumb, but what does one do with the /etc/init.d/halt.sh linked to the bug report? Just download and copy it to the correct directory?
Back to top
View user's profile Send private message
b0fh
Guru
Guru


Joined: 16 Jun 2003
Posts: 426

PostPosted: Mon Nov 24, 2003 7:01 pm    Post subject: Reply with quote

vbenares wrote:
I know this is dumb, but what does one do with the /etc/init.d/halt.sh linked to the bug report? Just download and copy it to the correct directory?


I say this will do the trick!
Back to top
View user's profile Send private message
dirtboy
Apprentice
Apprentice


Joined: 12 Dec 2002
Posts: 263
Location: Pascagoula, MS

PostPosted: Mon Nov 24, 2003 8:59 pm    Post subject: Reply with quote

There's a little more to it than that. You need to be root to be able to copy it over, then you have to make sure it has execute permissions.

chmod 755 /etc/init.d/halt.sh
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum