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)
Sun, Apr 19, 5:17 AM
Unknown Object (File)
Thu, Apr 16, 7:54 PM
Unknown Object (File)
Thu, Apr 16, 2:31 PM
Unknown Object (File)
Thu, Apr 16, 12:42 PM
Unknown Object (File)
Wed, Apr 15, 6:48 PM
Unknown Object (File)
Wed, Apr 15, 6:37 PM
Unknown Object (File)
Wed, Apr 15, 1:04 PM
Unknown Object (File)
Wed, Apr 15, 1:00 PM
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