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
- 178 LFX Mentorship
- 178 LFX Mentorship: Linux Kernel
- 775 Linux Foundation IT Professional Programs
- 384 Cloud Engineer IT Professional Program
- 175 Advanced Cloud Engineer IT Professional Program
- 75 DevOps IT Professional Program - Discontinued
- 7 DevOps & GitOps IT Professional Program
- 103 Cloud Native Developer IT Professional Program
- 7.7K Training Courses & Learning Paths
- 13 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 35 Cloud & Containers Training
- 3 Cybersecurity Training
- 3 DevOps & Site-Reliability Training
- 2 Linux Kernel Development Training
- 2 Networking Training
- 2 Open Source Best Practice Training
- 5 System Administration Training
- 1 System Engineering Training
- 6 Web & Application Development Training
- 798 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 96 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 92 Storage
- 773 Linux Distributions
- 81 Debian
- 68 Fedora
- 24 Linux Mint
- 13 Mageia
- 24 openSUSE
- 151 Red Hat Enterprise
- 32 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 472 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 103 Linux Security
- 79 Network Management
- 102 System Management
- 46 Web Management
- 166 Mobile Computing
- 32 Android
- 119 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 407 Off Topic
- 128 Introductions
- 35 Study Material
- 1.1K Programming and Development
- 311 Kernel Development
- 723 Software Development
- 1K Software
- 418 Applications
- 183 Command Line
- 5 Compiling/Installing
- 71 Games
- 320 Installation
- Archived
- 183 Small Talk
- 2 LFD140 Class Forum
- 1.4K LFS258 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)