@@ -7,7 +7,7 @@ import Link from '@docusaurus/Link';
77
88This page covers disk quota management for EXT4/XFS.
99
10- Both EXT4 and XFS use the built in quota management services in linux.
10+ Both EXT4 and XFS use the built- in quota management services in linux.
1111
1212<Admonition type = " warning" >
1313 Please read <Link to = " /docs/guides/disk-quotas/about" >About Quotas</Link > before continuing
@@ -26,7 +26,7 @@ How to format and mount a device for use with quotas
2626</Admonition >
2727
2828These examples use the following:
29- ` /dev/sdb ` as the device formated as EXT4 enabling only project quotas.
29+ ` /dev/sdb ` as the device formatted as EXT4 enabling only project quotas.
3030` /var/lib/pelican/volumes/ ` as the mount point and data directory
3131
3232<Tabs >
@@ -35,7 +35,7 @@ These examples use the following:
3535 ` mkfs.ext4 ` will format the disk with the ext4 filesystem
3636 * The ` O ` flag is the enable Feature Options
3737 - enable quotas while formatting
38- * The ` E ` flag is for Extented Options
38+ * The ` E ` flag is for Extended Options
3939 - set the quota type as project
4040 ```bash
4141 mkfs.ext4 -O quota -E quotatype=prjquota /dev/sdb
@@ -85,7 +85,7 @@ These examples use the following:
8585 ```
8686
8787 ## Unmount disk
88- Use ` umount ` to unmount Pelicans volume mount.
88+ Use ` umount ` to unmount Pelican's volume mount.
8989 ```bash
9090 umount /var/lib/pelican/volumes/
9191 ```
@@ -137,7 +137,7 @@ These examples use the following:
137137<summary >I agree and Pelican is not Liable for anything that breaks</summary >
138138
139139## Manually Manage Quotas
140- Limits for the servers are managed on a "project" level so they can be assinged per-directory.
140+ Limits for the servers are managed on a "project" level so they can be assigned per-directory.
141141
142142### Add A New Project
143143To add a new project 2 files must be edited.
0 commit comments