Page MenuHomeFreeBSD

tarfs_mount allow control of vfs_mountedfrom
ClosedPublic

Authored by sjg on Mar 26 2023, 5:46 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Dec 26, 8:44 PM
Unknown Object (File)
Nov 7 2024, 4:37 AM
Unknown Object (File)
Nov 6 2024, 12:38 AM
Unknown Object (File)
Oct 28 2024, 4:59 AM
Unknown Object (File)
Oct 13 2024, 7:04 AM
Unknown Object (File)
Oct 13 2024, 7:04 AM
Unknown Object (File)
Oct 13 2024, 7:04 AM
Unknown Object (File)
Oct 13 2024, 7:02 AM
Subscribers

Details

Summary

We default to passing the path of the tar file to vfs_mountedfrom
so we can tell where a filesystem was mounted from.
However this can make the output of mount(8) hard to read.

Allow things like:

mount -t tarfs -o as=basename $tar $tar /mnt

so "as" is recorded instead of $tar

Sponsored by: Juniper Networks

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable