| View previous topic :: View next topic |
| Author |
Message |
Saferin n00b


Joined: 13 Dec 2002 Posts: 58 Location: Sweden
|
Posted: Sun Dec 22, 2002 10:04 pm Post subject: fstab is setuped wrong, and linux wont boot rw |
|
|
hello!
I edited the /etc/fstab but made a mistake. Now when booting the kernel it says it is wrongly setuped on line XX...
Then it asks for root pass, so i log in. But i cant save my changes to the /etc/fstab becouse it is read-only or something like that.
Any ideas on how to get linux back up again without doing anything drastic??
Would be nice  |
|
| Back to top |
|
 |
Saferin n00b


Joined: 13 Dec 2002 Posts: 58 Location: Sweden
|
Posted: Sun Dec 22, 2002 10:52 pm Post subject: Solved it myself! :) |
|
|
I used a program called LTOOLS... wich made write to ext2/3 partionen from windows.. and it is back as it was before so... no problem anymore.
BUT it would be nice to know how to solve this problem via non_windows .... if you know a way to do it. email me at: leif_aguy@yahoo.se
i probobly wont check this post anymore, so mail if any. |
|
| Back to top |
|
 |
krazo Tux's lil' helper


Joined: 19 Oct 2002 Posts: 90
|
Posted: Sun Dec 22, 2002 11:42 pm Post subject: |
|
|
Boot from the Gentoo CD, mount your / and edit the fstab. _________________ Hey--hey how are ya? |
|
| Back to top |
|
 |
rac Bodhisattva


Joined: 30 May 2002 Posts: 6553 Location: Japanifornia
|
Posted: Mon Dec 23, 2002 12:35 am Post subject: |
|
|
To elaborate on krazo's suggestion, see delta407's description here. _________________ For every higher wall, there is a taller ladder |
|
| Back to top |
|
 |
rtn Guru

Joined: 15 Nov 2002 Posts: 427
|
Posted: Mon Dec 23, 2002 5:07 am Post subject: |
|
|
Using the LiveCD as a boot cd might be your best option. However,
if you can get into your filesystem and it's read only, you might be able
to just remount it writable.
| Code: | | mount -o remount,rw / |
--rtn |
|
| Back to top |
|
 |
|