Hello! On Sat, Mar 01, 2003 at 11:26:20PM -0800, Elias Ignacio Contreras wrote:
> cause this one is the trouble apparently, my assign table is fucked, i can mount > dev/hde like without a defined partition, oh my god :( > plz tell me a tip :( > i can mount the disk but...i wanna fix the trouble of fdisk tell kme about no > partition defined Well, since you apparently created the FS on /dev/hde (entire device), if you need partition table now, you should first backup all the data off the filesystem to some other place, then create valid partition table, create reiserfs partition, mkfs it, mount it and then copy the data back. Don't forget to change /etc/fstab to mount correct thing at boot after that. Bye, Oleg