Skip to content

Commit

Permalink
Merge pull request alperakcan#104 from vanreece/testFix
Browse files Browse the repository at this point in the history
Small fix to test section in readme
  • Loading branch information
alperakcan authored Jun 21, 2020
2 parents 0d41378 + 2225cee commit 00a90fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ cd
dd if=/dev/zero of=/tmp/test-fs.ext4 bs=1024 count=102400
/opt/gnu/sbin/mkfs.ext4 /tmp/test-fs.ext4
mkdir -p ~/mnt/fuse-ext2.test-fs.ext4
fuse-ext2 /tmp/fuse-ext2.test-fs.ext4 -o rw+,allow_other,uid=501,gid=20
fuse-ext2 /tmp/fuse-ext2.test-fs.ext4 ~/mnt/fuse-ext2.test-fs.ext4 -o rw+,allow_other,uid=501,gid=20
```

To verify the **UID** and **GID** of the user mounting the file system:
Expand Down

0 comments on commit 00a90fb

Please sign in to comment.