08. Storage in linux
Storage basics
Note: Block devices stores in sdk directory.
lsblk to see the list of block devices in the system.
ls -l /dev/ | grep “^b” look files that has ‘b’ as the first character.
Traditional spinning hard-disk and SSD are called as block devic...
linuxfromscratch.hashnode.dev10 min read