Sergey Bugaev
0cb0f54783
Kernel: Implement bind mounts
...
You can now bind-mount files and directories. This essentially exposes an
existing part of the file system in another place, and can be used as an
alternative to symlinks or hardlinks.
Here's an example of doing this:
# mkdir /tmp/foo
# mount /home/anon/myfile.txt /tmp/foo -o bind
# cat /tmp/foo
This is anon's file.
2020-01-11 18:57:53 +01:00
..
2020-01-02 00:50:09 +01:00
2020-01-09 18:02:01 +01:00
2020-01-09 16:23:45 +01:00
2020-01-11 18:57:53 +01:00
2019-11-27 14:06:24 +01:00
2020-01-11 12:07:45 +01:00
2020-01-02 21:45:04 +01:00
2020-01-04 12:30:55 +01:00
2020-01-10 19:24:01 +01:00
2019-08-06 21:09:24 +02:00
2019-11-03 13:11:43 +01:00
2019-11-26 12:54:33 +01:00
2020-01-02 21:03:53 +01:00
2020-01-09 21:57:52 +01:00
2019-11-04 14:03:14 +01:00
2019-11-04 14:03:14 +01:00
2019-10-18 15:58:06 +02:00
2019-10-18 15:58:06 +02:00
2019-08-18 07:40:02 +02:00
2019-12-29 19:08:02 +01:00
2019-12-29 19:08:02 +01:00
2020-01-10 23:14:04 +01:00
2019-07-13 08:00:24 +02:00
2019-07-09 15:04:43 +02:00
2019-12-25 22:41:34 +01:00
2019-12-25 22:41:34 +01:00
2019-09-06 15:36:54 +02:00
2019-12-15 21:29:26 +01:00
2019-12-31 19:31:42 +01:00
2019-07-24 10:25:43 +02:00
2019-09-06 15:36:54 +02:00
2019-11-27 14:06:24 +01:00
2020-01-06 12:08:27 +01:00
2019-12-20 22:59:11 +01:00
2020-01-05 18:14:51 +01:00
2019-11-28 21:30:20 +01:00
2020-01-06 13:55:39 +01:00
2019-12-01 16:02:58 +01:00
2019-12-26 11:43:23 +01:00
2020-01-09 18:07:21 +01:00
2020-01-06 13:04:11 +01:00
2019-11-28 21:30:20 +01:00
2019-11-28 21:07:22 +01:00
2020-01-11 18:57:53 +01:00
2020-01-11 12:47:47 +01:00
2019-11-04 14:03:14 +01:00
2019-12-12 21:59:47 +01:00
2019-12-12 21:59:47 +01:00
2020-01-03 12:43:07 +01:00
2020-01-03 12:43:07 +01:00
2019-09-28 13:59:49 +02:00
2020-01-02 21:45:04 +01:00
2020-01-09 18:02:01 +01:00
2020-01-01 16:54:21 +01:00
2019-12-19 19:15:27 +01:00
2019-12-09 20:06:47 +01:00
2020-01-06 13:05:40 +01:00
2020-01-11 10:27:37 +01:00
2020-01-06 10:43:00 +01:00
2020-01-09 18:02:01 +01:00
2020-01-11 18:57:53 +01:00
2019-11-29 21:31:17 +01:00
2020-01-10 19:23:45 +01:00
2020-01-10 19:23:45 +01:00
2019-12-27 02:15:45 +01:00
2019-12-27 02:15:45 +01:00
2019-12-29 13:16:53 +01:00
2019-12-22 12:38:01 +01:00
2019-12-22 12:38:01 +01:00