Users browsing this thread: 1 Guest(s)
venam
Administrators
(This is part of the podcast discussion extension)

After a long hiatus, here it is:

Data Storage on Unix.


Link of the recording [ https://github.com/nixers-projects/podca...3?raw=true http://podcast.nixers.net/feed/download....10-151.mp3 ]

How is data is represented and read from permanent storage.

* https://en.wikipedia.org/wiki/File:IO_st...kernel.svg
* https://en.wikipedia.org/wiki/File_system
* https://help.ubuntu.com/community/LinuxF...sExplained
* http://linuxfinances.info/info/fs.html
* https://msreekan.com/2012/06/07/file-sys...odule-lkm/
* https://msreekan.com/2015/04/24/linux-storage-cache/
* http://www.ufsexplorer.com/und_fs.php
* http://www.cs.cmu.edu/~410-s07/lectures/...system.pdf
* https://jkmaterials.yolasite.com/resourc...IT-III.pdf
* http://www.netbsd.org/docs/internals/en/...ile-system
* http://www.porcupine.org/forensics/foren...pter3.html
* https://en.wikipedia.org/wiki/Cylinder-head-sector
* http://www.yolinux.com/TUTORIALS/LinuxTutorialSCSI.html
* http://www.tldp.org/HOWTO/html_single/SC...WTO/#intro
* https://unix.stackexchange.com/questions...si-and-ata
* https://www.kernel.org/doc/htmldocs/libata/
* https://www.linuxquestions.org/questions...308-print/
* https://www.freebsd.org/doc/handbook/geom-glabel.html
* https://www.cyberciti.biz/faq/freebsd-ha...formation/
* https://www.freebsd.org/cgi/man.cgi?quer...ormat=html
* http://nixdoc.net/man-pages/FreeBSD/ata.4.html
* https://www.freebsd.org/cgi/man.cgi?query=da&sektion=4
* http://www.webopedia.com/DidYouKnow/Comp...s_sata.asp
* https://insidehpc.com/2006/04/what-is-th...i-and-ata/
* https://en.wikipedia.org/wiki/SCSI
* http://linuxmafia.com/faq/Hardware/sata.html
* https://en.wikipedia.org/wiki/Serial_Attached_SCSI
* https://en.wikipedia.org/wiki/Parallel_ATA
* https://en.wikipedia.org/wiki/Serial_ATA
* https://en.wikipedia.org/wiki/Industry_S...chitecture
* https://en.wikipedia.org/wiki/Logical_block_addressing
* https://www.freebsd.org/doc/en/books/arc...block.html
* https://en.wikipedia.org/wiki/Device_mapper
* https://en.wikipedia.org/wiki/Disk_partitioning
* https://en.wikipedia.org/wiki/Partition_type
* https://en.wikipedia.org/wiki/Partition_table
* https://en.wikipedia.org/wiki/Master_boot_record
* https://en.wikipedia.org/wiki/BSD_disklabel
* https://wiki.archlinux.org/index.php/LVM#Introduction
* https://wiki.archlinux.org/index.php/Sof...ID_and_LVM
* http://www.tldp.org/HOWTO/Linux+FreeBSD-2.html
* https://en.wikipedia.org/wiki/Logical_Vo...er_(Linux)
* https://en.wikipedia.org/wiki/Virtual_file_system
* https://en.wikipedia.org/wiki/Fragmentat...gmentation
* http://www.tldp.org/LDP/lki/lki-3.html
* http://learnlinuxconcepts.blogspot.com/2...ystem.html
* http://www.tldp.org/LDP/sag/html/buffer-cache.html
* https://www.ibm.com/developerworks/libra...index.html
* https://en.wikipedia.org/wiki/Data_scrubbing
* https://en.wikipedia.org/wiki/Copy-on-write
* http://www.goop.org/~jeremy/userfs/
* https://en.wikipedia.org/wiki/File_descriptor
* http://linuxfinances.info/info/defrag.html
* http://www.tldp.org/LDP/tlk/fs/filesystem.html
* http://www.tldp.org/LDP/sag/html/filesystems.html
* http://man7.org/linux/man-pages/man5/filesystems.5.html
* http://edusagar.com/articles/view/22/Uni...-internals
* http://www.cs.pomona.edu/~markk/filesystems/bsd.html
* https://en.wikipedia.org/wiki/Ext2
* http://e2fsprogs.sourceforge.net/ext2intro.html
* http://teaching.csse.uwa.edu.au/units/CI...2fs_1.html
* http://xpt.sourceforge.net/techdocs/nix/...01s06.html
* http://perl.plover.com/yak/ext2fs/
* https://en.wikipedia.org/wiki/Log-struct...stem_(BSD)
* https://en.wikipedia.org/wiki/Procfs
* http://www.tldp.org/LDP/intro-linux/html...03_01.html
* https://en.wikipedia.org/wiki/List_of_file_systems
* http://www.shub-internet.org/brad/FreeBSD/postmark.html
* https://en.wikipedia.org/wiki/Disk_sector
* https://en.wikipedia.org/wiki/Hard_disk_...#Seek_time
* https://en.wikipedia.org/wiki/Block_suballocation
* https://en.wikipedia.org/wiki/Inode_pointer_structure
* https://en.wikipedia.org/wiki/Inode
* https://dlorch.github.io/hammer-linux/fi...-lorch.pdf
* http://www.osdevcon.org/2009/slides/zfs_..._graef.pdf
* https://en.wikipedia.org/wiki/ReiserFS
* https://en.wikipedia.org/wiki/HAMMER
* https://www.dragonflybsd.org/hammer/
* https://www.princeton.edu/~unix/Solaris/...t/zfs.html
* https://en.wikipedia.org/wiki/QNX4FS
* https://en.wikipedia.org/wiki/XFS
* https://en.wikipedia.org/wiki/ZFS
* scsitools-gui
* Installation: https://docs.freebsd.org/doc/7.4-RELEASE...disks.html
* http://www.tutorialspoint.com/unix/pdf/u...system.pdf
* https://en.wikipedia.org/wiki/PhotoRec
* https://en.wikipedia.org/wiki/GNU_Parted
* http://freecode.com/projects/fstransform
* http://www.cis.upenn.edu/~bcpierce/unison/
* https://en.wikipedia.org/wiki/Unix_File_System
* http://pages.cs.wisc.edu/~remzi/OSTEP/fi...tation.pdf
* http://www.scylladb.com/2017/10/05/io-ac...ds-scylla/
* https://www.nextplatform.com/2017/09/11/...-posix-io/
* http://www.campus64.com/digital_learning...alysis.pdf
* https://opensource.com/article/18/4/ext4-filesystem


If you want to contribute check this thread.

Music:
Mosquito by Pk jazz Collective http://store.southerncitylab.net/track/mosquito


Messages In This Thread
Data Storage On Unix - by venam - 15-10-2017, 12:50 PM
RE: Data Storage On Unix - by venam - 15-10-2017, 01:11 PM
RE: Data Storage On Unix - by josuah - 15-10-2017, 06:23 PM
RE: Data Storage On Unix - by venam - 16-10-2017, 12:46 AM
RE: Data Storage On Unix - by budRich - 16-10-2017, 09:48 PM
RE: Data Storage On Unix - by venam - 19-10-2017, 02:52 AM
RE: Data Storage On Unix - by venam - 21-10-2017, 08:58 AM
RE: Data Storage On Unix - by josuah - 23-10-2017, 03:01 AM
RE: Data Storage On Unix - by venam - 23-10-2017, 04:17 AM
RE: Data Storage On Unix - by Mrat - 05-03-2018, 10:00 PM