sec. 16 : linux Filesystems and the VFS Flashcards
the filesystem is the ______ _____ of your hard drive
street grid
the filesystem is a map of addresses to where _____ is located on your drive
data
the operation system uses the _________ to store date on the hard drive.
filesystem
what command could I use to find the name of the current working directory?
pwd
I can see a list of files and directories using what command ?
ls
filesystems create a _____ _______ on a physical partition
usable format
every path or node is under ______ in the filesystem tree q
root directory
files and their names are an ……?
abstraction comaoflaging the physical I/O layer
linux uses a virtual filesystem layer to ……?
communicate w/ the filesystem software
applications read and write files rather than…..?
dealing w/ the physical location on the hardware
multiple filesystems may be merged together into…..?
a single tree structure
where do local filesystem usually reside?
in a disk partition
a disk partition coud be …..?
- a physical partition
or
- a logical partition controlled by LVM
an inode is a ______?
a data structure on a disk that describes and stores file attributes , including location
filesystems can be also of a …..?
network nature
every file is connected to a ….?
inode
the info stored in an indoe inludes……? q
-permissions
user and group ownership
size
timie stamps
are files names stored in the inode?
no
where are files names stored ?
in the directory file
If I have I/O output wrt a file usually it will also involve the file’s …….?
inode
what are the two ways to associate a file name w/ an inode ?
- hard link
- soft link
a directory file is used for what?
used to associate file names and inodes
describe what a hard link is :
a hard link points to an inode
hard link files must be ______?
must be in the same filesystem.
If I change the content of a hard link in one place will it nessary change the content in the other locations ?
no
describe what a soft link is :
soft links point to a file name which is connected to a file inode
soft links files may be on …..?
different filesystems
the name fo a file is just a property of its ….?
inode
each association of a directory file contents and an inode is known as a ….?
link
becuase it is possible for two or more directory entires to point to the same inode , a file can be known by ……?
multiple names