LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   newbie that did something real dumb (https://www.linuxquestions.org/questions/linux-software-2/newbie-that-did-something-real-dumb-190981/)

rnmartinez 06-08-2004 12:46 AM

newbie that did something real dumb
 
I was trying to get everything working and had some probs mounting drives. So I used an old fstab. Only problem is that my old fstab says my /dev/hda3 is ext3 and it is now reiserfs. So it keeps mounting as read only. Can I use the mount command to re mount / as reiser and read-write? Thanks for any suggestions

PS are there any live cds or otherwise live boot discs that will let me alter existing linux partitions? seems they wont let me enter as root

FLOODS 06-08-2004 01:11 AM

most distributions have a live-cd you can boot from.

rnmartinez 06-08-2004 07:44 AM

Yes they do, but they don't allow me root access on existing drives. So I can't write any changes to my fstab. I did pretty good didn't I?

Rudwardt 06-08-2004 07:57 AM

You might want to try Knoppix. It runs completely from CD. I always use it when I have screwed up my system.
__
Rud

stickman 06-08-2004 07:57 AM

Booting from a rescue CD or floppy should give you the proper access to the system. Don't confuse this with simply attempting to log in as root.

jcspray 06-08-2004 08:40 AM

[list=1][*]Boot knoppix, tomsrtbt, whatever rescue system you like[*]mount -t reiserfs /dev/hda3 /mnt/[*]vi /mnt/etc/fstab[/list=1]

Bam.


All times are GMT -5. The time now is 01:50 AM.