• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Linux: Reiserfs in fstab

Travail

Member
Hopefully this is an easy question... I fdisk'd a partition in Red Hat 7.3 and then ran mkreiserfs on the partition. No problems so far!

Now here's my question: how should I set the last two parameters in /etc/fstab? Here's what I have set up now; I don't want to reboot until I'm certain nothing is going to go "bad"

/dev/hdf1 /SHARED reiserfs defaults 0 0

 
That should be fine, make sure it looks just like the other entries except ext2 or auto will be reiserfs. And remember case matters.

Also I would recommend that you use either ext3 (since it's probably in RH73) or XFS (oss.sgi.com/projects/xfs), reiserfs development is a little too unstable for my tastes.
 
Back
Top