Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to configure CentOS to support reiserFS

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly explains "how to configure CentOS to support reiserFS". The content in the article is simple and clear, easy to learn and understand. Please follow the editor's train of thought to study and learn "how to configure CentOS to support reiserFS".

CentOS does not support reiserFS by default, but it supports reiserFS by using the CentOS Plus kernel. The methods are as follows:

One: update the kernel:

Vi / etc/yum.repos.d/CentOS-Base.repo

In the [centosplus] section of the file

Enabled=0

Change to

Enabled=1

Then execute yum update and restart the computer.

Check to see if the reiserFS kernel is loaded:

Modprobe-l | grep reiserFS

If you see something like b/modules/2.6.18-53.1.14.el5.centos.plus/kernel/fs/reiserFS/reiserFS.ko, the system already supports reiserFS.

Otherwise, modprobe reiserFS can be executed manually.

Another alternative to updating the system kernel is to execute yum update-enablerepo=centosplus.

Second, the management tools of reiserfs under centos:

# tar xzvf reiserfsprogs-3.x.0j.tar.gz

# cd reiserfsprogs-3.x.0j

#. / configure

# make

# make install

Three: create any new partitions as needed and restart your system.

Four: after rebooting, you can create a ReiserFS file system on an empty partition, as shown below:

# mkreiserfs / dev/hdxy

# mount / dev/hdxy / mnt/reiser

Five: also, if you want to add a ReiserFS file system to your / etc/fstab file, simply set the "freq" and "passno" fields to "0", as follows:

/ dev/hdc1 / home reiserfs defaults 0 0

Thank you for reading, the above is the content of "how to configure CentOS to support reiserFS". After the study of this article, I believe you have a deeper understanding of how to configure CentOS to support reiserFS, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report