Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Aug 2024 03:48:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 279308] mdmfs does not work as documented
Message-ID:  <bug-279308-227-swoyKav3Q4@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-279308-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-279308-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D279308

--- 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)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-279308-227-swoyKav3Q4>