Files beginning with ‘.’ are skipped as macOS creates '.DS_Store' and many other '.' files. Windows Desktop.ini are also skipped.
Case sensitivity affects cross platform compatibility such as .O_Ace path alias names.
Atmo O FS runs on x86 64 bit Windows 10 and related server editions.
Atmo O FS will not install with Windows 10 feature "Controlled Folder Access" switched on as it protects "My Documents" by default.
Atmo O FS requires a free Windows plug-in called Dokany. Download DokanSetup.exe 1.5.0.3000 or later from Dokany on GitHub.
Download and run the Windows Atmo O FS installer and complete the installation process.
<img src="X">
via O_Type.xml visitor.
Once Dokan and Atmo-O-FS are both installed, type:
C:\Program Files\Atmo-O-FS\Atmo-O-FS.exe -d -f O ( Sometimes this erroneously returns immediately. If so, try again. )
This will run the file system creating an "O:\" drive which echoes the C:\ and is browsable via the file explorer.
Now browse through the O:\ drive to find "O:\Users\{username}\Documents\Example webpage O_Type\webpage.html". It should now appear as an assembled file instead of the source folder collection.
PS>./DokanCtl.exe /u O
<
for untrusted O_Types. This is the default.atom-o.exe assemble —binary o_type.bin > output.bin
doesn’t make an exact duplicate with PowerShell neither does cat.exe & type.exe but under CMD.exe they do. Use PS>cmd /c ‘.atmo-o.exe assemble —binary “C:\source.bin” > output.bin’
PS>& 'C:\Program Files\Dokan\Dokan Library-1.4.0\dokanctl.exe' /u O
New-Item -ItemType SymbolicLink -Path “C:\” -Name “E_Drive -Value "E:\”
Atmo O FS file system runs on most x86 64 bit Macs.
Atmo O FS requires Mac OS X macFuse at OSX Fuse FS. Download and install this free plug-in.
Once installed the plug-in can be found in macOS->Settings->macFuse at the bottom of the window.
Download and run the macOS Atmo O FS installer and complete the installation process.
<img src="X">
via O_Type.xml visitor.
Once 'Mac OS X Fuse' and Atmo-O-FS are installed,
Open a new Terminal window so the updated PATH environment variable is used.
type:
Atmo-O-FS/bin/Atmo-O-FS -d -f /Volumes/Atmo-O-FS
- to start the file system.
Browse through /Volumes/Atmo-O-FS to echo the root "/".
Try the browsing for the bundled "/Volumes/Atmo-O-FS/Users/Shared/Example webpage O_Type/webpage.html" and it should now appear as an assembled file instead of the source folder.
umount /Volumes/Atmo-O-FS
if started without -d -f otherwise use Ctrl-C to quit.Atmo O FS runs on x86_64 Linux. Atom O FS file system includes the command line tool "atmo-o" & FUSE file system "Atmo-O-FS".
Atmo O FS requires the FUSE file system. "sudo apt-get install fuse_2.9.9-5ubuntu2" . May not use the latest version.
Download the Linux Atmo O FS installer.
To extract the downloaded *.tar.gz file and put it in a directory:
mkdir -p ./Atmo-O-FS && tar -xzf "Atmo O FS Linux"*.tar.gz -C ./Atmo-O-FS
To install type:
cd Atmo-O-FS
chmod +x atmo-o-install.sh
sudo ./atmo-o-install.sh
The ~/.profile PATH environment variable will only update on next login.
sudo apt-get install fuse_2.9.9-1ubuntu1
may not the latest version
sudo mkdir /mnt/Atmo-O-FS
sudo chmod 777 /mnt/Atmo-O-FS
export PATH=PATH$:/opt/Atmo-O-FS/bin
This will only affect the current Terminal
sudo Atmo-O-FS -d -f /mnt/Atmo-O-FS
<img src="X">
via O_Type.xml visitor.
Once FUSE is installed, "cd" into the correct directory containing this package and type:
This will run the file system which echoes the root "/" & browsable is via the file explorer.
Use "/mnt/Atmo-O-FS" to browse through root and find "/opt/Atmo-O-FS/Example webpage O_Type/webpage.html" and it should now appear as an assembled file instead of the source folder & files.
For command line tool type:
atmo-o assemble <path>
and point the path to the bundled "/opt/Atmo-O-FS/Example webpage O_Type/webpage.html" folder.
sudo umount -f ~/Atmo-O-FS