[Bug 279308] mdmfs does not work as documented
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 279308] mdmfs does not work as documented"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Aug 2024 03:48:44 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279308 --- Comment #3 from Michael Proto <mike@jellydonut.org> --- Just one more note here that when specifying UFS1 as the filesystem to mdmfs (-v 1) it does work as expected: # mdmfs -v 1 -M -S -o async -s 16m md1 /mnt # mount /dev/md1 on /mnt (ufs, asynchronous, local) # tunefs -p /dev/md1 tunefs: POSIX.1e ACLs: (-a) disabled tunefs: NFSv4 ACLs: (-N) disabled tunefs: MAC multilabel: (-l) disabled tunefs: soft updates: (-n) disabled tunefs: soft update journaling: (-j) disabled tunefs: gjournal: (-J) disabled tunefs: trim: (-t) disabled tunefs: maximum blocks per file in a cylinder group: (-e) 4096 tunefs: average file size: (-f) 16384 tunefs: average number of files in a directory: (-s) 64 tunefs: minimum percentage of free space: (-m) 8% tunefs: space to hold for metadata blocks: (-k) 40 tunefs: optimization preference: (-o) time tunefs: volume label: (-L) -- You are receiving this mail because: You are the assignee for the bug.