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