LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   howto? reiser fs in /etc/fstab (https://www.linuxquestions.org/questions/linux-newbie-8/howto-reiser-fs-in-etc-fstab-162244/)

Schmurff 03-25-2004 10:50 AM

howto? reiser fs in /etc/fstab
 
Sometimes somebody has one of those days...

My system crashed on a corrupted filesystem, and I had to reinstall the whole thing.
My root partition and all the other stuff are located on one disk, the systemdisk.
The second disk exists of one partition in reiser fs and this disk contains my mp3-collection and my saved data.
After the reinstall Linux does not recognize the reiser fs and considers it to be a vfat or win partition.
How should I edit my /etc/fstab to tell Linux what I want?

Thnx in advance for your reply and with kind regards,

Schmurff :scratch:

bnice 03-25-2004 11:23 AM

Code:

/dev/hdb1        /                reiserfs    defaults        1  0
replace the `/` with your mount point, e.g. `/mnt/data` or whatever...
make sure the mount point exists first.


All times are GMT -5. The time now is 04:37 PM.