Operating Systems 2017F Lecture 20: Difference between revisions
Line 5: | Line 5: | ||
<br> | <br> | ||
Inode numbers completely changed when you use ssh. It starts with 1 from "." (root) and increments from there. <br> | Inode numbers completely changed when you use ssh. It starts with 1 from "." (root) and increments from there. <br> | ||
Inodes come from filesystem you are acessing <br> | |||
He used df to find filesystem info <br> | |||
The used Commands: mount | grep ubuntu and mount | grep vda1 to find type of filesystem <br> | |||
In the SSH there is the filesystem type "fuse.sshfs" <br> |
Revision as of 18:19, 28 November 2017
Additional Notes
Assignment 4 will be autograded and in fill in the blank form. This will not be like the final exam.
You should think about who is doing what? Otherwise FUSE won't make much sense
Inode numbers completely changed when you use ssh. It starts with 1 from "." (root) and increments from there.
Inodes come from filesystem you are acessing
He used df to find filesystem info
The used Commands: mount | grep ubuntu and mount | grep vda1 to find type of filesystem
In the SSH there is the filesystem type "fuse.sshfs"