Re: What's the weirdest filesystem out there?



Ian Pilcher wrote:

>
> Is there any platform out there that uses something than its directory
> separator to signify a root directory? (To put it another way, what's
> the weirdest hierarchical filesystem out there?)
>

Well, amiga's current directory was the null string i.e. the bit between
the quotes in "" (compare unix "."), and extra "/" meant parent
directory (compare unix "..", but only sortof)

so unix "projects/interociter/../deathray"
would be amiga "projects/interociter//deathray"
and unix "cd ../deathray" would be amiga "cd /deathray"

The root of the current volume was called ":"
there were multiple volumes, the volume name being the part preceding
the ":" in an amiga absolute path. Unlike MSDOS, however, the current
volume was part of the current directory (i.e. current directory was
not per-volume).

For porting unix applications, the ixemul.library (amiga cygwin-like)
just stuck a virtual single root one level above the volumes, so
amiga-native work:projects would just become unix /work/projects

Actually, parsing of the path in AmigaOS could be filesystem driver
dependent: When "multimedia cdroms" started coming out in the 1990s
with HTML with embedded unix-style or msdos-style relative pathnames in
links, mount options were added to allow such alien paths for access
within cdrom filesystems so that the embedded relative links would
work.






.



Relevant Pages

  • Re: Read-only root (/) except /et
    ... in other words, again root is compromised. ... That means that in a standard config the root filesystem cannot be made ... backup, and fewer writes means less likelihood of corruption eg if power ... Note that all my live partitions are rsync'd with identical ...
    (Debian-User)
  • Re: Read-only root (/) except /et
    ... in other words, again root is compromised. ... That means that in a standard config the root filesystem cannot be made ... backup, and fewer writes means less likelihood of corruption eg if power ... Note that all my live partitions are rsync'd with identical ...
    (Debian-User)
  • Re: UFS Bug: FreeBSD 6.1/6.2/7.0: MOKB-08-11-2006, CVE-2006-5824, MOKB-03
    ... They can simply mount a filesystem with any number of SUID ... root binaries on it and have their way with the box. ... I don't think anyone is arguing whether or not this is a bug. ...
    (FreeBSD-Security)
  • Re: Disk Druid - Fedora flame #1
    ... What I do as root, ... Root's home directory should contain very little: ... part of a minimal boot environment. ... And the root filesystem should be as small as reasonably possible, ...
    (Fedora)
  • Re: Disk Druid - Fedora flame #1
    ... >Gene Heskett wrote: ... > be part of a minimal boot environment. ... >And the root filesystem should be as small as reasonably possible, ... as long as root is trusted. ...
    (Fedora)