Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhanced Project Structure, Added Docker Compile, Makefile #7

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

aukgit
Copy link

@aukgit aukgit commented Mar 16, 2022

Enhanced Project Structure, Added Docker Compile, Makefile

  • Project mod file added
  • Gitignore updated
  • Git attributes added
  • Docker Compile Script added
  • Make file added
  • Enhance Reame.md

Developer's Assistance Required

sudo chmod -R 777 /mnt/quota_test # will give error ignore.
cd /mnt/quota_test && \
ls -lah
➜  /mnt cd /mnt/quota_test && \
ls -lah
total 13M
drwxrwxrwx 3 root root 4.0K Mar 16 22:53 .
drwxr-xr-x 4 root root 4.0K Mar 16 22:33 ..
-rw------- 1 root root 7.0K Mar 16 22:34 aquota.group
-rw------- 1 root root 7.0K Mar 16 22:34 aquota.user
drwxrwxrwx 2 root root  16K Mar 16 22:33 lost+found

Now creating random files that will not stop the user, not sure why developer may correct here:

dd if=/dev/urandom of=somefile.bin bs=1M count=1 && \
dd if=/dev/urandom of=somefile_x1.bin bs=1M count=1 && \
dd if=/dev/urandom of=somefile_x2.bin bs=1M count=1

@lechuhuuha
Copy link

thanks for the PR mate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants