DMM---DataManagerMount

command module
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 20, 2020 License: Apache-2.0 Imports: 7 Imported by: 0

README

DMM - DataManagerMount

Mount your datamanager files into your filesystem.

Prerequisites

  1. A linux kernel with FUSE support
  2. A compiled binary.
  3. A vaild config and session. You can create one using the cli client

Get started

You can mount your dataManager files into your local filesystem using <dmount> mountPoint. Thats it.

Opions

--config use a different configuration file, created by the CLI client or GUI client
--debug view more informations about the client server process
--debug-fs view logs for the mount process

Mapping

Since the way the datamanager stores your files is different than your Operating Systems fs does, the mapping between Dmanager and your OS filetree isn't that easy.
The DManager is built to store files assigned to multiple folders (groups) and your FS (usually) allows to store a file in one folder only. In addition, you (usually) can't have multiple files with the same name in one folder.
The DmanagerFS supports that. This is one of the main differences between Filesystems like ext4 or NTFS and the DataManagerFS.

The mapping:
MountPoint
│
├── default # The default namespace. Equal to <username>_default
│   ├── all_files # all files in the default namespace
│   │   ├── file_in_group1_and_ns_default
│   │   ├── some other file
│   │   ├── settings.json
│   │   ├── Shortcuts
│   │   ├── settings.json
│   │   └── shareShortcuts
│   ├── group1 # Group 1
│   │   ├── file_in_group1_and_ns_default
│   │   └── some other file
│   ├── condig_files
│   │   ├── settings.json
│   │   └── Shortcuts
│   └── Projects
│       ├── settings.json
│       └── shareShortcuts
└── androidApps # androidApps namespace
    └── all_files
        └── Whatsapp.apk

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL