QJ.NET | Videos | Forums | iPhone | MMORPG | Nintendo DS | Wii | PlayStation 3 | PSP | Xbox 360 | PC | Downloads | Contact Us
Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact

QJ.net Game Discussion - PSP, Xbox, Wii, PS3, PSP Homebrew, and PSP Guides

Go Back   QJ.net Game Discussion - PSP, Xbox, Wii, PS3, PSP Homebrew, and PSP Guides > Gaming > Sony PlayStation 3 > PS3 Main > PS3 Linux
The above video goes away if you are a member and logged in, so log in now!

/etc/fstab help

This is a discussion on /etc/fstab help within the PS3 Linux forums, part of the PS3 Main category; Hi I Don't Know A Thing About Linux But I've Tried Installing Gentoo Onto My PS3.I Think I Did Everything ...

Reply
 
LinkBack Thread Tools
Old 04-14-2007, 10:47 AM   #1
 
Join Date: Apr 2007
Posts: 9
Trader Feedback: 0
Default /etc/fstab help

Hi I Don't Know A Thing About Linux But I've Tried Installing Gentoo Onto My PS3.I Think I Did Everything Correctly But When I Started My PS3 Without The Disc In It Just went To A Blank Screen I Think I Went Wrong At Stage 1.6.6 Of The This File http://ps3wiki.qj.net/index.php/Gent...ons_for_Gentoo
the /etc/fstab/ part
I got the screen to come up after typing (chroot) / # nano -w /etc/fstab but i don't know what i'm then meant to change.Please Help I Can Usually Follow Instructions But I Can't See What I'm Meant To Do At This Stage.Thanx
matt6457 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-14-2007, 11:36 AM   #2
 
Join Date: Sep 2005
Location: meh
Posts: 2,799
Trader Feedback: 0
Default

Quote:
# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/sda1 / ext3 noatime 0 1
/dev/sda2 none swap sw 0 0
/dev/sr0 /mnt/cdrom iso9660 noauto,ro 0 0
/dev/sdc1 /mnt/memstick auto noauto 0 0 (60GB version only!)
/dev/sdd1 /mnt/sd auto noauto 0 0 (60GB version only!)
Look at the original text and change it to this.
cyanide is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-14-2007, 01:27 PM   #3
 
Join Date: Apr 2007
Posts: 9
Trader Feedback: 0
Default

Sorry To Be Dopey But What Does This Mean "NOTE: If your BOOT partition is ReiserFS, add the notail option to opts"

also do i delete the original txt and replace it with the new txt.is that how i'm meant to do it or do i just type the new txt and linux does the rest
matt6457 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-14-2007, 01:53 PM   #4
 
Dr.Gringo's Avatar
 
Join Date: Aug 2006
Posts: 106
Trader Feedback: 0
Default

I'm gonna give you a really good advice. Look at your file and look at the one in the instructions if your file doesn't math the one in the instructions then its wrong. If your file looks exactly the same as the instructions then you are good to go.

TIP: Look at the similarities and differences...
Dr.Gringo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-14-2007, 02:42 PM   #5
 
Join Date: Apr 2007
Posts: 9
Trader Feedback: 0
Default

where do i enter this new data at the bottom of the screen of do i actually delete the origional txt and replace it with the new text?
also in kboot.conf do i need to make changes or can i just leave it?

Last edited by matt6457; 04-14-2007 at 02:55 PM..
matt6457 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-14-2007, 05:53 PM   #6
 
Dr.Gringo's Avatar
 
Join Date: Aug 2006
Posts: 106
Trader Feedback: 0
Default

Just make your files look exactly like the ones in the instructions. Overwrite everything to make it look like the instruction's files.
Dr.Gringo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-15-2007, 04:22 AM   #7
 
Join Date: Apr 2007
Posts: 9
Trader Feedback: 0
Default

I'v Done All This To The Best Of My Ability But When I Reach The Final Step Of Rebooting And Removing The Disc It Loads Upto The Kboot Screen But After That The Screen Goes Blank.Does Anyone Know What I'm Doing Wrong.Also Is There An Easier Linux To Install,If So Is It As Good As Gentoo Supposedly Is
matt6457 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-15-2007, 01:50 PM   #8
 
Dr.Gringo's Avatar
 
Join Date: Aug 2006
Posts: 106
Trader Feedback: 0
Default

Maybe It is your video settings Try this:

Okay. Open the file kboot.conf in the /etc folder (/etc/kboot.conf) Go HERE to know how.

Then, go to the last line. It will look something like this:
linux="/boot/vmlinux-2.6.16 initrd=/boot/initrd.img video=ps3fb:mode:3"
It might look a little different, you don't have to worry. Just look at the mode:3 at the end. That parameter tells the bootloader what resolution it's supposed to use. Now there is a list of different modes for different resolutions.

0: auto mode , default value
YUV 60Hz 1:480i 2:480p 3:720p 4:1080i 5:1080p
YUV 50Hz 6:576i 7:576p 8:720p 9:1080i 10:1080p
RGB 60Hz 33:480i 34:480p 35:720p 36:1080i 37:1080p
RGB 50Hz 38:576i 39:576p 40:720p 41:1080i 42:1080p
VESA 11:WXGA 12:SXGA 13:WUXGA

So suppose you want a resolution of 1080p, here's what you have to change the last line to:
linux="/boot/vmlinux-2.6.16 initrd=/boot/initrd.img video=ps3fb:mode:5"

Make sure not to put it at a resolution which your monitor doesn't support. If you get stuck, you'll have to waste another 10 minutes going back to the command line mode and doing the changes.

If you want to test the different resolutions before you use one, open a terminal and type this:
ps3videomode -v <mode id>
eg: ps3videomode -v 3

There are other options when using that command, type ps3videomode --help to look at the list of different switches it accepts.
Dr.Gringo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-15-2007, 04:43 PM   #9
 
Join Date: Apr 2007
Posts: 9
Trader Feedback: 0
Default

Thanx Alot It Worked It All Loads Up And Takes Me To A "welcome to local host Screen" The New Problem is I Don't Know My User Name I Only Setup A Password.Is There Some Sort Of Default User Name?
matt6457 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-15-2007, 04:50 PM   #10
 
Join Date: Sep 2005
Location: meh
Posts: 2,799
Trader Feedback: 0
Default

root
cyanide is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-15-2007, 09:48 PM   #11
 
Dr.Gringo's Avatar
 
Join Date: Aug 2006
Posts: 106
Trader Feedback: 0
Default

I'm glad it worked, now go have some fun installing software.
Dr.Gringo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-16-2007, 03:44 AM   #12
 
Join Date: Apr 2007
Posts: 9
Trader Feedback: 0
Default

thanx for all the help i'm finally on linux.there is another problem i'm having,at first things seemed ok but now after i type most things this comes up
!!! No closing quotation in /etc/make.conf
!!! Incorrect multiline literals can cause this, Do not use them.

Does any1 know what i should do?
matt6457 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-16-2007, 04:07 AM   #13
 
Join Date: Sep 2005
Location: meh
Posts: 2,799
Trader Feedback: 0
Default

Paste the full contents of your /etc/make.conf file.
cyanide is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-16-2007, 05:31 AM   #14
 
Join Date: Apr 2007
Posts: 9
Trader Feedback: 0
Default

Sorry To Be A Pain But Can You Elaborate Please I Don't Know How To Paste the full contents of your /etc/make.conf file.
matt6457 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-16-2007, 10:15 AM   #15
 
Join Date: Sep 2005
Location: meh
Posts: 2,799
Trader Feedback: 0
Default

Copy the contents of the make.conf from the /etc folder and paste them here? Don't think I can elaborate more on that :\
cyanide is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-18-2007, 01:23 PM   #16
 
Join Date: Apr 2007
Posts: 9
Trader Feedback: 0
Default

when i enter /etc/make.conf it says permission denied
matt6457 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-18-2007, 04:55 PM   #17
 
Dr.Gringo's Avatar
 
Join Date: Aug 2006
Posts: 106
Trader Feedback: 0
Default

Don't do it in the terminal, do it in a text editor from the Gui.
Dr.Gringo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-21-2007, 10:19 AM   #18
 
Join Date: Apr 2007
Posts: 9
Trader Feedback: 0
Default

I Figured Out The Problem Hopefuly I Won't Need More Help But I Proberbly Will Lol Thanx For All The Help

Last edited by matt6457; 04-21-2007 at 10:52 AM..
matt6457 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
or etc or fstab

Thread Tools

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -8. The time now is 11:19 PM.



Use of this Web site constitutes acceptance of the TERMS & CONDITIONS and PRIVACY POLICY
Copyright © 2009, QJ.NET. All Rights Reserved.
Contact Us