In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly explains "how to limit the size of a single folder in Linux system". The explanation in this article is simple and clear, easy to learn and understand. Please follow the ideas of Xiaobian and go deep into it together to study and learn "how to limit the size of a single folder in Linux system"!
Under Linux, due to certain uses, it is necessary to limit the size of individual folders, which can be implemented in the form of image file mount.
Create a disk image file of the specified size: dd if=/dev/zero of=/root/disk.img bs=2M count=10. This creates a disk image of 20 megabytes in size.
2. Mount as device: losetup /dev/loop0 /root/disk.img
3. Format device: mkfs.ext3 /dev/loop0
4. Mount as a folder
Copy content to clipboard
mkdir /test
mount -t ext3 /dev/loop0 /test
The/mnt/disk1 folder can only use 20 MB of space.
5, uninstall method, first uninstall the folder: mount/test
6. Uninstall device: losetup -d /dev/loop0
7. If you no longer use it, you can delete the image file directly: rm -f /root/disk.img
Note: If loop0 is unavailable, it can be mounted to loop1/loop2/loop3, etc.
Thank you for reading, the above is "Linux system how to limit the size of a single folder" content, after the study of this article, I believe we have a deeper understanding of how to limit the size of a single folder Linux system, the specific use of the situation also needs to be verified by practice. Here is, Xiaobian will push more articles related to knowledge points for everyone, welcome to pay attention!
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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.