Welcome to the Linux Foundation Forum!
Lab 13.2: Creating "bigfile2" that passes quota doesn't print warning on Ubuntu 14.04
dkarr
Posts: 40
Following Lab 13.2 on Ubuntu 14.04, I noticed that when I create a file that passes my "quota" (the soft limit, I guess), I saw no warning about passing my quota. The output from "quota" reflects my passing the quota. Creating the file that passes the hard limit does properly report the error message.
Does Ubuntu allow reporting the quota warning as an option, or does it just not do it?
0
Comments
-
Hi,
I have Ubuntu 15.10, so it may not be the same if I try on my system. Can you make sure if passing the soft limit is not sending any message? Please also paste here all the commands you are executing (and the outputs you are getting).
Thanks,
Luis.0 -
After creating a a file with "dd", I added it to fstab with the following line:
/tmp/imgfile /mnt/tempdir ext4 loop,usrquota 1 1
I then ran the exact "quota..." commands specified in step "2" of the lab solution (except for the user name being different).
I ran the specified "edquota" line and set soft/hard limits of 500 & 1000.
I then ran the following as the user:
opnfv@opnfv-VirtualBox:/mnt/tempdir$ dd if=/dev/zero of=bigfile1 bs=1024 count=200
200+0 records in
200+0 records out
204800 bytes (205 kB) copied, 0.000873362 s, 234 MB/s
opnfv@opnfv-VirtualBox:/mnt/tempdir$ dd if=/dev/zero of=bigfile2 bs=1024 count=400
400+0 records in
400+0 records out
409600 bytes (410 kB) copied, 0.00128732 s, 318 MB/s
opnfv@opnfv-VirtualBox:/mnt/tempdir$ quota opnfv
Disk quotas for user opnfv (uid 1000):
Filesystem blocks quota limit grace files quota limit grace
/dev/loop0 604* 500 1000 7days 3 0 0
opnfv@opnfv-VirtualBox:/mnt/tempdir$ dd if=/dev/zero of=bigfile3 bs=1024 count=600
dd: error writing ‘bigfile3’: Disk quota exceeded
397+0 records in
396+0 records out
405504 bytes (406 kB) copied, 0.00130946 s, 310 MB/s
0 -
Hi,
From the man page of mount:
'The sixth field, (fs_passno), is used by the fsck(8) program to determine the order in which filesystem checks are done at reboot time. The root filesystem should be specified with a fs_passno of 1, and other filesystems should have a fs_passno of 2'.
In fact it's 2 in the lab file. Can you modify that and try again, please?
For another hand, what distro and version are you using?
Thanks,
Luis.0 -
No change (I didn't have the impression that "filesystem checks" would include quota processing).
The new /etc/fstab line is this:
/tmp/imgfile /mnt/tempdir ext4 loop,usrquota 1 2
Here's an excerpt from the "uname -a" output: "3.19.0-43-generic #49~14.04.1-Ubuntu".
0 -
Hi,
I'll need to get that Ubuntu version and try it. I'll get back to you as soon as possible.
Thanks,
Luis.0
Categories
- All Categories
- 175 LFX Mentorship
- 175 LFX Mentorship: Linux Kernel
- 745 Linux Foundation IT Professional Programs
- 372 Cloud Engineer IT Professional Program
- 168 Advanced Cloud Engineer IT Professional Program
- 73 DevOps IT Professional Program - Discontinued
- 3 DevOps & GitOps IT Professional Program
- 98 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- AI & ML Training
- Blockchain & Decentralized Identity Training
- Cloud & Containers Training
- Cybersecurity Training
- DevOps & Site-Reliability Training
- Linux Kernel Development Training
- Networking Training
- Open Source Best Practice Training
- System Administration Training
- System Engineering Training
- Web & Application Development Training
- 2 LFD103-JP クラス フォーラム
- 4 LFD210-CN Class Forum
- 764 LFD259 Class Forum
- 681 LFS101 Class Forum
- 2 LFS158-JP クラス フォーラム
- 162 LFS207 Class Forum
- 3 LFS207-DE-Klassenforum
- 4 LFS207-JP クラス フォーラム
- 61 LFS241 Class Forum
- 52 LFS242 Class Forum
- 42 LFS243 Class Forum
- 19 LFS244 Class Forum
- 4 LFS250-JP クラス フォーラム
- 166 LFS253 Class Forum
- 19 LFS256 Class Forum
- 1.4K LFS258 Class Forum
- 165 LFS261 Class Forum
- 26 LFS267 Class Forum
- 792 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 87 Storage
- 768 Linux Distributions
- 81 Debian
- 67 Fedora
- 22 Linux Mint
- 13 Mageia
- 24 openSUSE
- 150 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 465 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 98 Linux Security
- 78 Network Management
- 101 System Management
- 46 Web Management
- 106 Mobile Computing
- 18 Android
- 73 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 392 Off Topic
- 121 Introductions
- 181 Small Talk
- 29 Study Material
- 945 Programming and Development
- 310 Kernel Development
- 617 Software Development
- 977 Software
- 369 Applications
- 182 Command Line
- 5 Compiling/Installing
- 68 Games
- 317 Installation
- Archived
- 2 LFD140 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)