Module fsys

Module fsys 

Source
Expand description

An Acme style filesystem interface for ad

§Mount Point

https://www.pathname.com/fhs/pub/fhs-2.3.html#VARLIBLTEDITORGTEDITORBACKUPFILESAN

/var/lib/ad feels like it would be the “correct” place to mount the filesystem but this would need to be created with something like:

$ sudo mkdir /var/lib/ad
$ sudo chown $(whoami) /var/lib/ad

So instead we mount to $HOME/.ad/mnt/

§Filesystem contents

$HOME/.ad/mnt/
  ctl
  minibuffer
  log
  buffers/
    [n]/
      filename
      dot
      addr
      body
      event

Structs§

FsHandle
A join handle for the filesystem thread