-
Notifications
You must be signed in to change notification settings - Fork 2
Getting Started Guide
harshad91 edited this page Apr 6, 2013
·
2 revisions
- Compile using JDK 7 or higher.
- Login into the system using default user
root
androot123
as password. - New User can be created by entering unique username and password and a group name.
- Default Group is
none
. - Only text files and directories are supported.
- Start using system as any regular file manager.
- System opens up default text editor while editing a file. Please make your favorite text editor as default for editing
.txt
files to use it while editing files inside this system.
- Create new File/Directory.
- Edit File.
- Delete File/Directory.
- Copy File/Directory.
- Paste File/Directory.
- Rename File/Directory.
- Change File/Directory permissions.
chmod
like. - Change File/Directory owner.
chown
like. - View File/Directory properties.
- Console on the right hand side shows
Inode Information
of the File/Directory selected. - Console has clickable buttons which opens up host system default text editor to show the contents of
Data Block
of the selected file. - You can view the status of
Free Blocks
andFree Inodes
in the system by clicking on respective buttons in the console. - You can see the raw filesystem in terms of disk blocks as text files in the folder
TransDisk
created in home directory of logged in user on host machine.