* [gentoo-user] fixing fstab @ 2005-11-14 20:58 Mark 2005-11-14 21:02 ` John Jolet ` (2 more replies) 0 siblings, 3 replies; 27+ messages in thread From: Mark @ 2005-11-14 20:58 UTC (permalink / raw To: gentoo-user I made a mistake while creating my fstab on a new install, and I can't boot. If I use my Universal CD to boot up, what command(s) will I have to run to get access to the fstab to fix it? (I'm assuming I have to re-mount & chroot but I don't know specifically what to do). Thanks! - Mark [unwieldy legal disclaimer would go here - feel free to type your own] -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [gentoo-user] fixing fstab 2005-11-14 20:58 [gentoo-user] fixing fstab Mark @ 2005-11-14 21:02 ` John Jolet 2005-11-14 21:04 ` Petteri Räty 2005-11-14 21:17 ` Dale 2 siblings, 0 replies; 27+ messages in thread From: John Jolet @ 2005-11-14 21:02 UTC (permalink / raw To: gentoo-user you don't even need to chroot. just mount / on /mnt/gentoo, etc should be there, edit the file and sync;unmount; reboot On Nov 14, 2005, at 2:58 PM, Mark wrote: > I made a mistake while creating my fstab on a new install, and I can't > boot. If I use my Universal CD to boot up, what command(s) will I have > to run to get access to the fstab to fix it? (I'm assuming I have to > re-mount & chroot but I don't know specifically what to do). Thanks! > > - > Mark > [unwieldy legal disclaimer would go here - feel free to type your own] > > -- > gentoo-user@gentoo.org mailing list > -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [gentoo-user] fixing fstab 2005-11-14 20:58 [gentoo-user] fixing fstab Mark 2005-11-14 21:02 ` John Jolet @ 2005-11-14 21:04 ` Petteri Räty 2005-11-14 21:23 ` Mark 2005-11-16 1:13 ` Bryan Whitehead 2005-11-14 21:17 ` Dale 2 siblings, 2 replies; 27+ messages in thread From: Petteri Räty @ 2005-11-14 21:04 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 476 bytes --] Mark wrote: > I made a mistake while creating my fstab on a new install, and I can't > boot. If I use my Universal CD to boot up, what command(s) will I have > to run to get access to the fstab to fix it? (I'm assuming I have to > re-mount & chroot but I don't know specifically what to do). Thanks! You only need to mount your root partition to /mnt/gentoo and then execute nano /mnt/gentoo/etc/fstab -w. You can change nano to another editor if you like. Regards, Petteri [-- Attachment #2: OpenPGP digital signature --] [-- Type: application/pgp-signature, Size: 256 bytes --] ^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [gentoo-user] fixing fstab 2005-11-14 21:04 ` Petteri Räty @ 2005-11-14 21:23 ` Mark 2005-11-14 21:35 ` Renat Golubchyk ` (3 more replies) 2005-11-16 1:13 ` Bryan Whitehead 1 sibling, 4 replies; 27+ messages in thread From: Mark @ 2005-11-14 21:23 UTC (permalink / raw To: gentoo-user Well, I thought so too. So I booted to the Universal CD. Then I did mount /dev/hda3 /mnt/gentoo Then I did cd /mnt/gentoo and did a ls all I see is boot and lost+found Did I make a bigger mess than I thought? On 11/14/05, Petteri Räty <petteri.raty@saunalahti.fi> wrote: > Mark wrote: > > I made a mistake while creating my fstab on a new install, and I can't > > boot. If I use my Universal CD to boot up, what command(s) will I have > > to run to get access to the fstab to fix it? (I'm assuming I have to > > re-mount & chroot but I don't know specifically what to do). Thanks! > > You only need to mount your root partition to /mnt/gentoo and then > execute nano /mnt/gentoo/etc/fstab -w. You can change nano to another > editor if you like. > > Regards, > Petteri > > > -- Mark [unwieldy legal disclaimer would go here - feel free to type your own] -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [gentoo-user] fixing fstab 2005-11-14 21:23 ` Mark @ 2005-11-14 21:35 ` Renat Golubchyk 2005-11-14 21:39 ` John Jolet ` (2 subsequent siblings) 3 siblings, 0 replies; 27+ messages in thread From: Renat Golubchyk @ 2005-11-14 21:35 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 529 bytes --] On Mon, 14 Nov 2005 16:23:41 -0500 Mark <whitetr6@gmail.com> wrote: > Well, I thought so too. So I booted to the Universal CD. Then I did > mount /dev/hda3 /mnt/gentoo > > Then I did cd /mnt/gentoo and did a ls > > all I see is boot and lost+found > > Did I make a bigger mess than I thought? What is the output of "fdisk -l /dev/hda"? Cheers, Renat -- Probleme kann man niemals mit derselben Denkweise loesen, durch die sie entstanden sind. (Einstein) [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [gentoo-user] fixing fstab 2005-11-14 21:23 ` Mark 2005-11-14 21:35 ` Renat Golubchyk @ 2005-11-14 21:39 ` John Jolet 2005-11-14 21:57 ` Mark 2005-11-14 21:39 ` Mariusz Pękala 2005-11-14 21:43 ` Allan Gottlieb 3 siblings, 1 reply; 27+ messages in thread From: John Jolet @ 2005-11-14 21:39 UTC (permalink / raw To: gentoo-user On Nov 14, 2005, at 3:23 PM, Mark wrote: > Well, I thought so too. So I booted to the Universal CD. Then I did > mount /dev/hda3 /mnt/gentoo > > Then I did cd /mnt/gentoo and did a ls > > all I see is boot and lost+found > you sure /dev/hda3 is your correct partition? > Did I make a bigger mess than I thought? > > On 11/14/05, Petteri Räty <petteri.raty@saunalahti.fi> wrote: >> Mark wrote: >>> I made a mistake while creating my fstab on a new install, and I >>> can't >>> boot. If I use my Universal CD to boot up, what command(s) will I >>> have >>> to run to get access to the fstab to fix it? (I'm assuming I have to >>> re-mount & chroot but I don't know specifically what to do). Thanks! >> >> You only need to mount your root partition to /mnt/gentoo and then >> execute nano /mnt/gentoo/etc/fstab -w. You can change nano to another >> editor if you like. >> >> Regards, >> Petteri >> >> >> > > > -- > Mark > [unwieldy legal disclaimer would go here - feel free to type your own] > > -- > gentoo-user@gentoo.org mailing list > -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [gentoo-user] fixing fstab 2005-11-14 21:39 ` John Jolet @ 2005-11-14 21:57 ` Mark 0 siblings, 0 replies; 27+ messages in thread From: Mark @ 2005-11-14 21:57 UTC (permalink / raw To: gentoo-user hmmm. I think I'll start over on this one. I must have gone astray in the instructions somewhere. Thanks for trying to help guys! Mark On 11/14/05, John Jolet <john@jolet.net> wrote: > > On Nov 14, 2005, at 3:23 PM, Mark wrote: > > > Well, I thought so too. So I booted to the Universal CD. Then I did > > mount /dev/hda3 /mnt/gentoo > > > > Then I did cd /mnt/gentoo and did a ls > > > > all I see is boot and lost+found > > > you sure /dev/hda3 is your correct partition? > > > Did I make a bigger mess than I thought? > > > > On 11/14/05, Petteri Räty <petteri.raty@saunalahti.fi> wrote: > >> Mark wrote: > >>> I made a mistake while creating my fstab on a new install, and I > >>> can't > >>> boot. If I use my Universal CD to boot up, what command(s) will I > >>> have > >>> to run to get access to the fstab to fix it? (I'm assuming I have to > >>> re-mount & chroot but I don't know specifically what to do). Thanks! > >> > >> You only need to mount your root partition to /mnt/gentoo and then > >> execute nano /mnt/gentoo/etc/fstab -w. You can change nano to another > >> editor if you like. > >> > >> Regards, > >> Petteri > >> > >> > >> > > > > > > -- > > Mark > > [unwieldy legal disclaimer would go here - feel free to type your own] > > > > -- > > gentoo-user@gentoo.org mailing list > > > > > -- > gentoo-user@gentoo.org mailing list > > -- Mark [unwieldy legal disclaimer would go here - feel free to type your own] -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [gentoo-user] fixing fstab 2005-11-14 21:23 ` Mark 2005-11-14 21:35 ` Renat Golubchyk 2005-11-14 21:39 ` John Jolet @ 2005-11-14 21:39 ` Mariusz Pękala 2005-11-14 21:43 ` Allan Gottlieb 3 siblings, 0 replies; 27+ messages in thread From: Mariusz Pękala @ 2005-11-14 21:39 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 800 bytes --] On 2005-11-14 16:23:41 -0500 (Mon, Nov), Mark wrote: > Well, I thought so too. So I booted to the Universal CD. Then I did > mount /dev/hda3 /mnt/gentoo > > Then I did cd /mnt/gentoo and did a ls > > all I see is boot and lost+found > > Did I make a bigger mess than I thought? > Just pick another partition I suppose. fdisk -l /dev/hda will tell you which ones are on your disk. Mount each of them (if they are of suitable type - it's of no use to mount your swap partition) and see what is there. As /dev/hda3 is usually the root partition, and you have /boot there then you may have your root on /dev/hda1 (it would have to be really big boot...) or on some other one. HTH -- No virus found in this outgoing message. Checked by "grep -i virus $MESSAGE" [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [gentoo-user] fixing fstab 2005-11-14 21:23 ` Mark ` (2 preceding siblings ...) 2005-11-14 21:39 ` Mariusz Pękala @ 2005-11-14 21:43 ` Allan Gottlieb 2005-11-14 21:49 ` John Jolet 3 siblings, 1 reply; 27+ messages in thread From: Allan Gottlieb @ 2005-11-14 21:43 UTC (permalink / raw To: gentoo-user (I prefer bottom posting but am following the prev poster.) I looks as though you had /boot on a separate partition from / (in you new install). So instead of mount /dev/hda3 /mnt/gentoo you need mount /dev/hdax /mnt/gentoo where x is 1 or 2 or whichever partition you used for /. HTH, allan At Mon, 14 Nov 2005 16:23:41 -0500 Mark <whitetr6@gmail.com> wrote: > Well, I thought so too. So I booted to the Universal CD. Then I did > mount /dev/hda3 /mnt/gentoo > > Then I did cd /mnt/gentoo and did a ls > > all I see is boot and lost+found > > Did I make a bigger mess than I thought? > > On 11/14/05, Petteri Räty <petteri.raty@saunalahti.fi> wrote: >> Mark wrote: >> > I made a mistake while creating my fstab on a new install, and I can't >> > boot. If I use my Universal CD to boot up, what command(s) will I have >> > to run to get access to the fstab to fix it? (I'm assuming I have to >> > re-mount & chroot but I don't know specifically what to do). Thanks! >> >> You only need to mount your root partition to /mnt/gentoo and then >> execute nano /mnt/gentoo/etc/fstab -w. You can change nano to another >> editor if you like. -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [gentoo-user] fixing fstab 2005-11-14 21:43 ` Allan Gottlieb @ 2005-11-14 21:49 ` John Jolet 2005-11-14 22:54 ` darren kirby 0 siblings, 1 reply; 27+ messages in thread From: John Jolet @ 2005-11-14 21:49 UTC (permalink / raw To: gentoo-user On Nov 14, 2005, at 3:43 PM, Allan Gottlieb wrote: > (I prefer bottom posting but am following the prev poster.) > > I looks as though you had /boot on a separate partition from / (in you > new install). > > So instead of > > mount /dev/hda3 /mnt/gentoo > > you need > > mount /dev/hdax /mnt/gentoo > > where x is 1 or 2 or whichever partition you used for /. > umm, did I miss a memo? he was trying to fix fstab, which is in /etc, not /boot. > HTH, > allan > > At Mon, 14 Nov 2005 16:23:41 -0500 Mark <whitetr6@gmail.com> wrote: > >> Well, I thought so too. So I booted to the Universal CD. Then I did >> mount /dev/hda3 /mnt/gentoo >> >> Then I did cd /mnt/gentoo and did a ls >> >> all I see is boot and lost+found >> >> Did I make a bigger mess than I thought? >> >> On 11/14/05, Petteri Räty <petteri.raty@saunalahti.fi> wrote: >>> Mark wrote: >>>> I made a mistake while creating my fstab on a new install, and I >>>> can't >>>> boot. If I use my Universal CD to boot up, what command(s) will >>>> I have >>>> to run to get access to the fstab to fix it? (I'm assuming I >>>> have to >>>> re-mount & chroot but I don't know specifically what to do). >>>> Thanks! >>> >>> You only need to mount your root partition to /mnt/gentoo and then >>> execute nano /mnt/gentoo/etc/fstab -w. You can change nano to >>> another >>> editor if you like. > > -- > gentoo-user@gentoo.org mailing list > -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [gentoo-user] fixing fstab 2005-11-14 21:49 ` John Jolet @ 2005-11-14 22:54 ` darren kirby 2005-11-14 23:23 ` John Jolet 0 siblings, 1 reply; 27+ messages in thread From: darren kirby @ 2005-11-14 22:54 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 852 bytes --] quoth the John Jolet: > On Nov 14, 2005, at 3:43 PM, Allan Gottlieb wrote: > > (I prefer bottom posting but am following the prev poster.) > > > > I looks as though you had /boot on a separate partition from / (in you > > new install). > > > > So instead of > > > > mount /dev/hda3 /mnt/gentoo > > > > you need > > > > mount /dev/hdax /mnt/gentoo > > > > where x is 1 or 2 or whichever partition you used for /. > > umm, did I miss a memo? > he was trying to fix fstab, which is in /etc, not /boot. Right, which is why Allen said to mount whichever partition is '/', rather than /boot. Read his post again ;) -d -- darren kirby :: Part of the problem since 1976 :: http://badcomputer.org "...the number of UNIX installations has grown to 10, with more expected..." - Dennis Ritchie and Ken Thompson, June 1972 [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [gentoo-user] fixing fstab 2005-11-14 22:54 ` darren kirby @ 2005-11-14 23:23 ` John Jolet 0 siblings, 0 replies; 27+ messages in thread From: John Jolet @ 2005-11-14 23:23 UTC (permalink / raw To: gentoo-user On Monday 14 November 2005 16:54, darren kirby wrote: > quoth the John Jolet: > > On Nov 14, 2005, at 3:43 PM, Allan Gottlieb wrote: > > > (I prefer bottom posting but am following the prev poster.) > > > > > > I looks as though you had /boot on a separate partition from / (in you > > > new install). > > > > > > So instead of > > > > > > mount /dev/hda3 /mnt/gentoo > > > > > > you need > > > > > > mount /dev/hdax /mnt/gentoo > > > > > > where x is 1 or 2 or whichever partition you used for /. > > > > umm, did I miss a memo? > > he was trying to fix fstab, which is in /etc, not /boot. > > Right, which is why Allen said to mount whichever partition is '/', rather > than /boot. Read his post again ;) my bad. Misunderstood what he was saying. > > -d -- John Jolet Your On-Demand IT Department 512-762-0729 www.jolet.net john@jolet.net -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [gentoo-user] fixing fstab 2005-11-14 21:04 ` Petteri Räty 2005-11-14 21:23 ` Mark @ 2005-11-16 1:13 ` Bryan Whitehead 2005-11-16 1:31 ` Nick Rout ` (3 more replies) 1 sibling, 4 replies; 27+ messages in thread From: Bryan Whitehead @ 2005-11-16 1:13 UTC (permalink / raw To: gentoo-user [-- Warning: decoded text below may be mangled, UTF-8 assumed --] [-- Attachment #1: Type: TEXT/PLAIN; charset=X-UNKNOWN; format=flowed, Size: 695 bytes --] I still don't understand the logic of not having vi installed by default over nano... On Mon, 14 Nov 2005, Petteri Räty wrote: > Mark wrote: >> I made a mistake while creating my fstab on a new install, and I can't >> boot. If I use my Universal CD to boot up, what command(s) will I have >> to run to get access to the fstab to fix it? (I'm assuming I have to >> re-mount & chroot but I don't know specifically what to do). Thanks! > > You only need to mount your root partition to /mnt/gentoo and then > execute nano /mnt/gentoo/etc/fstab -w. You can change nano to another > editor if you like. > > Regards, > Petteri > -- Bryan Whitehead Email:driver@megahappy.net ^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [gentoo-user] fixing fstab 2005-11-16 1:13 ` Bryan Whitehead @ 2005-11-16 1:31 ` Nick Rout 2005-11-16 2:06 ` Iain Buchanan 2005-11-16 9:16 ` Neil Bothwick 2005-11-16 1:42 ` John Jolet ` (2 subsequent siblings) 3 siblings, 2 replies; 27+ messages in thread From: Nick Rout @ 2005-11-16 1:31 UTC (permalink / raw To: gentoo-user On Tue, 15 Nov 2005 17:13:15 -0800 (PST) Bryan Whitehead wrote: > I still don't understand the logic of not having vi installed by default > over nano... easier for newbies. -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [gentoo-user] fixing fstab 2005-11-16 1:31 ` Nick Rout @ 2005-11-16 2:06 ` Iain Buchanan 2005-11-16 2:28 ` Nick Rout 2005-11-16 9:16 ` Neil Bothwick 1 sibling, 1 reply; 27+ messages in thread From: Iain Buchanan @ 2005-11-16 2:06 UTC (permalink / raw To: gentoo-user On Wed, 2005-11-16 at 14:31 +1300, Nick Rout wrote: > On Tue, 15 Nov 2005 17:13:15 -0800 (PST) > Bryan Whitehead wrote: > > > I still don't understand the logic of not having vi installed by default > > over nano... > > easier for newbies. since when was gentoo a "newbie distro"? -- Iain Buchanan <iaindb@netspace.net.au> -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [gentoo-user] fixing fstab 2005-11-16 2:06 ` Iain Buchanan @ 2005-11-16 2:28 ` Nick Rout 2005-11-16 4:00 ` ellotheth rimmwen 2005-11-16 6:00 ` Alexander Skwar 0 siblings, 2 replies; 27+ messages in thread From: Nick Rout @ 2005-11-16 2:28 UTC (permalink / raw To: gentoo-user On Wed, 16 Nov 2005 11:36:44 +0930 Iain Buchanan wrote: > On Wed, 2005-11-16 at 14:31 +1300, Nick Rout wrote: > > On Tue, 15 Nov 2005 17:13:15 -0800 (PST) > > Bryan Whitehead wrote: > > > > > I still don't understand the logic of not having vi installed by default > > > over nano... > > > > easier for newbies. > > since when was gentoo a "newbie distro"? I am quite experienced with linux, used it a long time. never got completely to grips with vi. Should gentoo be a mystery to me too just because of an editor issue? Frankly I don't like nano much either, but at least I don't need any resource other than is what on the screen in front of me to understand it. -- Nick Rout <nick@rout.co.nz> -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [gentoo-user] fixing fstab 2005-11-16 2:28 ` Nick Rout @ 2005-11-16 4:00 ` ellotheth rimmwen 2005-11-16 4:41 ` Iain Buchanan 2005-11-16 6:00 ` Alexander Skwar 1 sibling, 1 reply; 27+ messages in thread From: ellotheth rimmwen @ 2005-11-16 4:00 UTC (permalink / raw To: gentoo-user On 11/15/05, Nick Rout <nick@rout.co.nz> wrote: > I am quite experienced with linux, used it a long time. never got > completely to grips with vi. Should gentoo be a mystery to me too just > because of an editor issue? Heh, and on the other hand, I'm hardly a Linux guru (I did a stage 2 out of sheer ignorance), but I emerged vi in the middle of the installation because I just couLDN'T TAKE ANY MORE. -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [gentoo-user] fixing fstab 2005-11-16 4:00 ` ellotheth rimmwen @ 2005-11-16 4:41 ` Iain Buchanan 2005-11-16 8:28 ` Mariusz Pękala 0 siblings, 1 reply; 27+ messages in thread From: Iain Buchanan @ 2005-11-16 4:41 UTC (permalink / raw To: gentoo-user On Tue, 2005-11-15 at 23:00 -0500, ellotheth rimmwen wrote: > because I just couLDN'T TAKE ANY MORE. And you're obviously using vi to compose mail :) Still haven't figured out the backspace and caps? Now, if you were using emacs, from the end of the line you could just ctrl-leftarrow, ctrl-leftarrow, ctrl-leftarrow, ctrl-leftarrow, ctrl-leftarrow, alt-l, alt-l, alt-l, alt-l, alt-l. Could it be any simpler?!! -- Iain Buchanan <iaindb@netspace.net.au> -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [gentoo-user] fixing fstab 2005-11-16 4:41 ` Iain Buchanan @ 2005-11-16 8:28 ` Mariusz Pękala 2005-11-16 12:37 ` Iain Buchanan 0 siblings, 1 reply; 27+ messages in thread From: Mariusz Pękala @ 2005-11-16 8:28 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 895 bytes --] On 2005-11-16 14:11:28 +0930 (Wed, Nov), Iain Buchanan wrote: > On Tue, 2005-11-15 at 23:00 -0500, ellotheth rimmwen wrote: > > because I just couLDN'T TAKE ANY MORE. > > And you're obviously using vi to compose mail :) Still haven't figured > out the backspace and caps? Now, if you were using emacs, from the end > of the line you could just ctrl-leftarrow, ctrl-leftarrow, > ctrl-leftarrow, ctrl-leftarrow, ctrl-leftarrow, alt-l, alt-l, alt-l, > alt-l, alt-l. Could it be any simpler?!! Maybe: <ESC>gu0 (in vim, from the end of the line) Could it be any simpler ? :-)))))) On the other hand, if you want to yell, and haven't tuned CapsLock ON you may just press: <ESC>gU0A and continue typing. You know that ellotheth just wanted to scream, and it was not a mistake? ;-) -- No virus found in this outgoing message. Checked by 'grep -i virus $MESSAGE' Trust me. [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [gentoo-user] fixing fstab 2005-11-16 8:28 ` Mariusz Pękala @ 2005-11-16 12:37 ` Iain Buchanan 2005-11-16 13:36 ` ellotheth rimmwen 0 siblings, 1 reply; 27+ messages in thread From: Iain Buchanan @ 2005-11-16 12:37 UTC (permalink / raw To: gentoo-user On Wed, 2005-11-16 at 09:28 +0100, Mariusz Pękala wrote: > You know that ellotheth just wanted to scream, and it was not a mistake? Yes, I was just making an attempt at humour... > ;-) :-7 -- Iain Buchanan <iaindb@netspace.net.au> -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [gentoo-user] fixing fstab 2005-11-16 12:37 ` Iain Buchanan @ 2005-11-16 13:36 ` ellotheth rimmwen 0 siblings, 0 replies; 27+ messages in thread From: ellotheth rimmwen @ 2005-11-16 13:36 UTC (permalink / raw To: gentoo-user On 11/16/05, Iain Buchanan <iaindb@netspace.net.au> wrote: > On Wed, 2005-11-16 at 09:28 +0100, Mariusz Pękala wrote: > > > You know that ellotheth just wanted to scream, and it was not a mistake? > > Yes, I was just making an attempt at humour... Hey, I laughed. =D -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [gentoo-user] fixing fstab 2005-11-16 2:28 ` Nick Rout 2005-11-16 4:00 ` ellotheth rimmwen @ 2005-11-16 6:00 ` Alexander Skwar 1 sibling, 0 replies; 27+ messages in thread From: Alexander Skwar @ 2005-11-16 6:00 UTC (permalink / raw To: gentoo-user Nick Rout schrieb: > I am quite experienced with linux, used it a long time. never got > completely to grips with vi. You don't need to. > Should gentoo be a mystery to me too just > because of an editor issue? No. And Gentoo wouldn't, even if it had vi as a default. > Frankly I don't like nano much either, but at least I don't need any > resource other than is what on the screen in front of me to understand > it. Same with vi - :help exists. Alexander Skwar -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [gentoo-user] fixing fstab 2005-11-16 1:31 ` Nick Rout 2005-11-16 2:06 ` Iain Buchanan @ 2005-11-16 9:16 ` Neil Bothwick 1 sibling, 0 replies; 27+ messages in thread From: Neil Bothwick @ 2005-11-16 9:16 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 288 bytes --] On Wed, 16 Nov 2005 14:31:01 +1300, Nick Rout wrote: > > I still don't understand the logic of not having vi installed by > > default over nano... > easier for newbies. And ethically acceptable to emacs users :) -- Neil Bothwick Top Oxymorons Number 31: Small crowd [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [gentoo-user] fixing fstab 2005-11-16 1:13 ` Bryan Whitehead 2005-11-16 1:31 ` Nick Rout @ 2005-11-16 1:42 ` John Jolet 2005-11-16 1:53 ` Eric Bliss 2005-11-16 7:26 ` Schleimer, Ben 3 siblings, 0 replies; 27+ messages in thread From: John Jolet @ 2005-11-16 1:42 UTC (permalink / raw To: gentoo-user On Tuesday 15 November 2005 19:13, Bryan Whitehead wrote: > I still don't understand the logic of not having vi installed by default > over nano... amen, brother. > > On Mon, 14 Nov 2005, Petteri Räty wrote: > > Mark wrote: > >> I made a mistake while creating my fstab on a new install, and I can't > >> boot. If I use my Universal CD to boot up, what command(s) will I have > >> to run to get access to the fstab to fix it? (I'm assuming I have to > >> re-mount & chroot but I don't know specifically what to do). Thanks! > > > > You only need to mount your root partition to /mnt/gentoo and then > > execute nano /mnt/gentoo/etc/fstab -w. You can change nano to another > > editor if you like. > > > > Regards, > > Petteri -- John Jolet Your On-Demand IT Department 512-762-0729 www.jolet.net john@jolet.net -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [gentoo-user] fixing fstab 2005-11-16 1:13 ` Bryan Whitehead 2005-11-16 1:31 ` Nick Rout 2005-11-16 1:42 ` John Jolet @ 2005-11-16 1:53 ` Eric Bliss 2005-11-16 7:26 ` Schleimer, Ben 3 siblings, 0 replies; 27+ messages in thread From: Eric Bliss @ 2005-11-16 1:53 UTC (permalink / raw To: gentoo-user On Tuesday 15 November 2005 05:13 pm, Bryan Whitehead wrote: > I still don't understand the logic of not having vi installed by default > over nano... > Ummm.... Maybe because it's so dirt simple to figure out that you don't need to have a manual on how to use it when you first get started? I mean, there's a lot to be said for having an onscreen reference for how to invoke commands. vi and emacs are both POWERFUL, but they aren't very friendly to someone who doesn't use them often enough to know the commands by heart. I know I should learn emacs and vi, but it's always just easier to pop open nano (or pico) real fast and make changes there. And if I'm doing anything larger, I'm using Kate or something else like it. Or if I'm on a Windoze machine, Crimson Editor or something similar. While you can get versions of vi and emacs for Windoze, they aren't the editors of choice by any means. And if you want to attract converts from the Evil Empire, you can't be expecting them to know the cryptic commands of vi on day one. Nano, while not as powerful as the others, is very simple to use - allowing you to actually make it through an install to the point where you can get something better working. Just my .02c on the matter. -- Eric Bliss systems design and integration, CreativeCow.Net -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [gentoo-user] fixing fstab 2005-11-16 1:13 ` Bryan Whitehead ` (2 preceding siblings ...) 2005-11-16 1:53 ` Eric Bliss @ 2005-11-16 7:26 ` Schleimer, Ben 3 siblings, 0 replies; 27+ messages in thread From: Schleimer, Ben @ 2005-11-16 7:26 UTC (permalink / raw To: gentoo-user Because it;s more WYSIWYG then vi? The most useful commands are printed at the bottom and ^h shows the rest... Cheers, Ben --- Bryan Whitehead <driver@megahappy.net> wrote: > I still don't understand the logic of not having vi > installed by default > over nano... > > On Mon, 14 Nov 2005, Petteri Räty wrote: > > > Mark wrote: > >> I made a mistake while creating my fstab on a new > install, and I can't > >> boot. If I use my Universal CD to boot up, what > command(s) will I have > >> to run to get access to the fstab to fix it? (I'm > assuming I have to > >> re-mount & chroot but I don't know specifically > what to do). Thanks! > > > > You only need to mount your root partition to > /mnt/gentoo and then > > execute nano /mnt/gentoo/etc/fstab -w. You can > change nano to another > > editor if you like. > > > > Regards, > > Petteri > > > > -- > Bryan Whitehead > Email:driver@megahappy.net "Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." - Brian W. Kernighan -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [gentoo-user] fixing fstab 2005-11-14 20:58 [gentoo-user] fixing fstab Mark 2005-11-14 21:02 ` John Jolet 2005-11-14 21:04 ` Petteri Räty @ 2005-11-14 21:17 ` Dale 2 siblings, 0 replies; 27+ messages in thread From: Dale @ 2005-11-14 21:17 UTC (permalink / raw To: gentoo-user Mark wrote: >I made a mistake while creating my fstab on a new install, and I can't >boot. If I use my Universal CD to boot up, what command(s) will I have >to run to get access to the fstab to fix it? (I'm assuming I have to >re-mount & chroot but I don't know specifically what to do). Thanks! > >- >Mark >[unwieldy legal disclaimer would go here - feel free to type your own] > > > To just change the fstab, boot the CD, mount the root partition then nano -w /mnt/gentoo/etc/fstab should do it. Assuming you mounted to /mnt/gentoo like in the install. You should NOT have to chroot or anything to do that. Make sure you do the -w option on nano. I didn't the other day and it booted but it gave me a lot of errors. It put the 0 0 on the very end on the next line. Dale -- To err is human, I'm most certainly human. -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 27+ messages in thread
end of thread, other threads:[~2005-11-16 13:41 UTC | newest] Thread overview: 27+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2005-11-14 20:58 [gentoo-user] fixing fstab Mark 2005-11-14 21:02 ` John Jolet 2005-11-14 21:04 ` Petteri Räty 2005-11-14 21:23 ` Mark 2005-11-14 21:35 ` Renat Golubchyk 2005-11-14 21:39 ` John Jolet 2005-11-14 21:57 ` Mark 2005-11-14 21:39 ` Mariusz Pękala 2005-11-14 21:43 ` Allan Gottlieb 2005-11-14 21:49 ` John Jolet 2005-11-14 22:54 ` darren kirby 2005-11-14 23:23 ` John Jolet 2005-11-16 1:13 ` Bryan Whitehead 2005-11-16 1:31 ` Nick Rout 2005-11-16 2:06 ` Iain Buchanan 2005-11-16 2:28 ` Nick Rout 2005-11-16 4:00 ` ellotheth rimmwen 2005-11-16 4:41 ` Iain Buchanan 2005-11-16 8:28 ` Mariusz Pękala 2005-11-16 12:37 ` Iain Buchanan 2005-11-16 13:36 ` ellotheth rimmwen 2005-11-16 6:00 ` Alexander Skwar 2005-11-16 9:16 ` Neil Bothwick 2005-11-16 1:42 ` John Jolet 2005-11-16 1:53 ` Eric Bliss 2005-11-16 7:26 ` Schleimer, Ben 2005-11-14 21:17 ` Dale
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox