Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - H index
The Linux kernel configuration item CONFIG_HOSTFS
has multiple definitions:
arch/um/Kconfig
The configuration item CONFIG_HOSTFS:
(none)
hostfs
, hostfs
While the User-Mode Linux port uses its own root file system for booting and normal file access, this module lets the UML user access files stored on the host. It does not require any network connection between the Host and UML. An example use of this might be:
mount none /tmp/fromhost -t hostfs -o /tmp/umlshare
where /tmp/fromhost is an empty directory inside UML and /tmp/umlshare is a directory on the host with files the UML user wishes to access.
For more information, see http://user-mode-linux.sourceforge.net/hostfs.html.
If you'd like to be able to work with files stored on the host, say Y or M here; otherwise say N.
arch/um/Kconfig.um
The configuration item CONFIG_HOSTFS:
(none)
hostfs
, hostfs
While the User-Mode Linux port uses its own root file system for booting and normal file access, this module lets the UML user access files stored on the host. It does not require any network connection between the Host and UML. An example use of this might be:
mount none /tmp/fromhost -t hostfs -o /tmp/umlshare
where /tmp/fromhost is an empty directory inside UML and /tmp/umlshare is a directory on the host with files the UML user wishes to access.
For more information, see http://user-mode-linux.sourceforge.net/hostfs.html.
If you'd like to be able to work with files stored on the host, say Y or M here; otherwise say N.
Raw data from LKDDb:
lkddb fs "hostfs" : CONFIG_HOSTFS : fs/hostfs/hostfs_kern.c # in 2.6.9–2.6.39, 3.0–3.19, 4.0–4.20, 5.0–5.19, 6.0–6.12, 6.13-rc+HEAD
lkddb module hostfs CONFIG_HOSTFS : arch/um/Kconfig : "Host filesystem" # in 2.6.9–2.6.27, 4.19–4.20, 5.0–5.19, 6.0–6.12, 6.13-rc+HEAD
lkddb module hostfs CONFIG_HOSTFS : arch/um/Kconfig.um : "Host filesystem" # in 2.6.28–2.6.39, 3.0–3.19, 4.0–4.18
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - H index
Automatically generated (in year 2024). See also LKDDb sources on GitLab