Supporting materials for tutorial 2 for system administration course
- WHATS the difference between filesystem and partition type
- Partition type is just a specification in the partiion table so OS could read the formated filesystem. Thus if we use ntfs . We choos type ntfs and format with ntfs. (2 steps)
- Also to understand this Its better to perform these 2 steps (gdisk and mkfs. - )
- Clear guide to what links in linux are,links1, Links2,practical tutorial on links
- inode2
- mount – bind
A bind mount is an alternate view of a directory tree. Classically, mounting creates a view of a storage device as a directory tree. A bind mount instead takes an existing directory tree and replicates it under a different point. The directories and files in the bind mount are the same as the original. Any modification on one side is immediately reflected on the other side, since the two views show the same data. For example, after issuing the Linux command mount –bind /some/where /else/where the directories /some/where and /else/where have the same content. Unlike a hard link or symbolic link, a bind mount doesn’t affect what is stored on the filesystem. It’s a property of the live system.
- Important directories in the file system
- proc - https://www.linux.com/news/discover-possibilities-proc-directory
- dev - http://www.linux-databook.info/?page_id=5108
- sys https://askubuntu.com/questions/720471/whats-the-sys-directory-for
Errors you might encounter
-
The guest is trying to switch to the PAE mode which is currently disabled by default in VirtualBox. PAE support can be enabled using the VM settings (System/Processor). - enable it in VirtualBox
- Cant write to the filesystem after removing the iso fail from drive -> /etc/fstab configured wrong. This is the likeliest reason for other errooors as well.
- CRYPSETUP 22 FAIL