Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
supern00b question
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
pvphaneuf
n00b
n00b


Joined: 12 May 2005
Posts: 17

PostPosted: Sun May 15, 2005 10:38 am    Post subject: supern00b question Reply with quote

Ok, so I'm mounting my filesystems using the installation guide using all their examples as my proper installation, and I come right before I begin to mount that tells me:

"Due to a bug in the e2fsprogs package, you need to explicitly use the mount -t ext3 option if you are using an ext3 filesystem."

Where does that come in and how do I enter it and use this command when mounting with the

# mount /dev/hda3 /mnt/gentoo
# mkdir /mnt/gentoo/boot
# mount /dev/hda1 /mnt/gentoo/boot

commands?

Thanks for any help in advance, and maybe after this installation I'll learn enough to help out the next generation of newcomers... ;)
Back to top
View user's profile Send private message
Suicidal
l33t
l33t


Joined: 30 Jul 2003
Posts: 959
Location: /dev/null

PostPosted: Sun May 15, 2005 10:40 am    Post subject: Reply with quote

Just like when you mount proc

Code:
mount -t ext3 /dev/hdx /mnt/gentoo
Back to top
View user's profile Send private message
pvphaneuf
n00b
n00b


Joined: 12 May 2005
Posts: 17

PostPosted: Sun May 15, 2005 10:50 am    Post subject: Reply with quote

kool

thnx man
Back to top
View user's profile Send private message
pvphaneuf
n00b
n00b


Joined: 12 May 2005
Posts: 17

PostPosted: Sun May 15, 2005 1:48 pm    Post subject: Reply with quote

here's another one:

how do you view the contents of /proc/pci so as to be able to properly configure the kernel and if there are any other resources that can be used for valueable information to this process?
Back to top
View user's profile Send private message
shade266
Guru
Guru


Joined: 29 Oct 2003
Posts: 593
Location: Internal

PostPosted: Mon May 16, 2005 1:05 am    Post subject: Reply with quote

pvphaneuf wrote:
here's another one:

how do you view the contents of /proc/pci so as to be able to properly configure the kernel and if there are any other resources that can be used for valueable information to this process?


Code:
lspci
or if using vim
Code:
vi /proc/pci
and for nano
Code:
nano /proc/pci

_________________
I've been away for a long time, bear with me.
Back to top
View user's profile Send private message
racer_alpha
n00b
n00b


Joined: 28 Apr 2005
Posts: 25

PostPosted: Mon May 16, 2005 2:17 am    Post subject: Reply with quote

cat /proc/pci

that works for me... just this afternoon I discovered the wonders of information that you can find in the /proc directory.
Back to top
View user's profile Send private message
Suicidal
l33t
l33t


Joined: 30 Jul 2003
Posts: 959
Location: /dev/null

PostPosted: Mon May 16, 2005 8:50 am    Post subject: Reply with quote

I always uae lspci, if i need detailed info I use lspci - v. Pretty sad but occasionally I have to use it via livecd or knoppix on my Windows boxen.
Back to top
View user's profile Send private message
pvphaneuf
n00b
n00b


Joined: 12 May 2005
Posts: 17

PostPosted: Tue May 17, 2005 9:28 am    Post subject: Reply with quote

yeah, the lspci didn't work for me while in the install process, but I was able to see it with the nano command... appreciate the help fellaz
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing 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