Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
New Drive, New /home, New mount problems,
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
funduk
n00b
n00b


Joined: 17 Jan 2005
Posts: 72
Location: Toronto, Ontario

PostPosted: Mon Feb 07, 2005 12:16 am    Post subject: New Drive, New /home, New mount problems, Reply with quote

Background:
I had a small 20gb'ish harddrive that I was going to use for system stuff and then bought a 200gb drive for /home and such (building a PVR)... As I was installing the new drive I opted to just use only the new drive. So I found a tutorial for copying the old to the new (ended up using dd). Then I made a new partition in the remaining space of my new hard drive. So basically I've now got a 180gb partition hda4 which I would like to mount as my /home...

Problems Begin:
So I booted up as normal (with the old drive now removed) and set it all up (mkfs.jfs /dev/hda4). I added what seemed to be the appropriate line to fstab (/dev/hda4 /home jfs 0 0) and rebooted.

Everything seemed to go ok until a message went by saying "Could not mount some local filesystem." So I fooled around a bit and can't seem to get rid of the problem. I can 'mount /dev/hda4 /home' without a problem and access the files without a problem, but everytime I boot it refuses to mount it.

Any ideas? :?
Back to top
View user's profile Send private message
angoraspruce
Apprentice
Apprentice


Joined: 08 Jan 2005
Posts: 193
Location: Minnesota, USA

PostPosted: Mon Feb 07, 2005 1:12 am    Post subject: Re: New Drive, New /home, New mount problems, Reply with quote

funduk wrote:
I added what seemed to be the appropriate line to fstab (/dev/hda4 /home jfs 0 0)

Could you post your '/etc/fstab'? I've not used jfs, but shouldn't your entry look something like this?
Code:

/dev/hda4        /home                jfs    defaults         1   1


Best regards :)
Back to top
View user's profile Send private message
funduk
n00b
n00b


Joined: 17 Jan 2005
Posts: 72
Location: Toronto, Ontario

PostPosted: Mon Feb 07, 2005 1:21 am    Post subject: Now having DMA problems... Reply with quote

Hey, thanks for replying, and sorry about that, I was paraphrasing. This is my fstab.

EDIT: I cut all this out because after fiddling it all managed to work itself out apparently, I really wish I know what I did...

EDIT: Uhm, I also wanted to mention this:

Code:
pvr root # hdparm -d /dev/hda

/dev/hda:
 using_dma    =  0 (off)


That doesn't seem too good either, does it... I'll have to check into that one as when I try the -d1 trick it says operation not allowed..
Back to top
View user's profile Send private message
Rootshell
n00b
n00b


Joined: 06 Feb 2005
Posts: 35

PostPosted: Mon Feb 07, 2005 4:41 am    Post subject: Reply with quote

that usually just means you need to load the IDE interface drivers.
Code:
lspci
Back to top
View user's profile Send private message
funduk
n00b
n00b


Joined: 17 Jan 2005
Posts: 72
Location: Toronto, Ontario

PostPosted: Mon Feb 07, 2005 6:03 am    Post subject: Reply with quote

Code:
0000:00:09.0 IDE interface: nVidia Corporation MCP2A IDE (rev a3)


That's (as least as far as I know) the relevant part of lspci. The reason I didn't post it before is that it looked fine to me... Is that not what it's supposed to be saying? It is an nForce board afterall...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware 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