In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-09-26 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.
The market share of Chrome browser on the desktop has exceeded 70%, and users are complaining about
The world's first 2nm mobile chip: Samsung Exynos 2600 is ready for mass production.According to a r
A US federal judge has ruled that Google can keep its Chrome browser, but it will be prohibited from
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
About us Contact us Product review car news thenatureplanet
More Form oMedia: AutoTimes. Bestcoffee. SL News. Jarebook. Coffee Hunters. Sundaily. Modezone. NNB. Coffee. Game News. FrontStreet. GGAMEN
© 2024 shulou.com SLNews company. All rights reserved.