SCIENTIFIC-LINUX-USERS Archives

December 2007

SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Akemi Yagi <[log in to unmask]>
Reply To:
Akemi Yagi <[log in to unmask]>
Date:
Thu, 27 Dec 2007 08:00:27 -0800
Content-Type:
text/plain
Parts/Attachments:
text/plain (29 lines)
On Dec 27, 2007 7:23 AM, Emanuele Leonardi
<[log in to unmask]> wrote:
> I just installed SL5 on a file server with pre-existing reiserfs partitio
> ns
> which I want to preserve.
>
> According to the man page, reiserfs is supported by mount but when I give
>
> the command I get the following error:
>
> > mount -t reiserfs /dev/sda1 /mnt
> mount: unknown filesystem type 'reiserfs'
>
> Also, if I issue the lsmod command, reiserfs is not listed.
>
> What is the correct way to enable reiserfs support under SL5?
>
> Thank you
>
>             Emanuele Leonardi

The upstream's kernel does not have reiserfs enabled. You will need to
enable it and recompile the kernel.  In make menuconfig (or make
xconfig), go to File systems and check Reiserfs support (M).  Or, edit
the .config file and change the "# CONFIG_REISERFS_FS is not set" line
to "CONFIG_REISERFS_FS=m"

Akemi

ATOM RSS1 RSS2