Files
amILearningEnough/docs/resources/operatingSystem/diskFragmentation.md
2024-12-21 01:23:20 +05:30

54 lines
3.0 KiB
Markdown

# Disk Defragmentation
## Official Documentation
- **Microsoft Docs on Disk Defragmentation**
- [Link](https://learn.microsoft.com/en-us/windows-server/storage/fsrm/fsrm-overview)
- **Linux Kernel Documentation on File Systems**
- [Link](https://www.kernel.org/doc/html/latest/filesystems/index.html)
- **Oracle Documentation on File System Administration**
- [Link](https://docs.oracle.com/cd/E19253-01/817-5093/fsadmin-1/index.html)
## Research Papers
- **"Defragmentation for Efficient Query Processing over Raw Data" by Ioannis Alagiannis et al. (2015)**
- [Link](https://ieeexplore.ieee.org/document/7113285)
- **"Improving Disk I/O Performance on Linux" by Mingming Cao et al. (2005)**
- [Link](https://www.usenix.org/legacy/events/usenix05/tech/general/full_papers/cao/cao.pdf)
## Additional Online Resources
- **IBM Knowledge Center on Disk Fragmentation**
- [Link](https://www.ibm.com/docs/en/aix/7.2?topic=management-disk-fragmentation)
- **Red Hat Customer Portal on File System Fragmentation**
- [Link](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/managing_file_systems/assembly_reducing-file-system-fragmentation_managing-file-systems)
- **Symantec Tech Community on Disk Defragmentation**
- [Link](https://community.broadcom.com/symantecenterprise/communities/community-home/librarydocuments/viewdocument?DocumentKey=82457c50-b003-4f1c-a336-2e98a140d16a)
## Books
- **"Windows Internals, Part 1" by Pavel Yosifovich et al.**
- ISBN: 9780735684188
- Provides detailed information about Windows file systems and disk management, including defragmentation.
- **"File System Forensic Analysis" by Brian Carrier**
- ISBN: 9780321268174
- While focused on forensics, this book provides insights into file system structures and fragmentation.
- **"The Art of Computer Systems Performance Analysis" by Raj Jain**
- ISBN: 9780471503361
- Includes discussions on disk performance and the impact of fragmentation.
## For Deep Dive into Implementation
- **"Operating Systems: Design and Implementation" by Andrew S. Tanenbaum and Albert S. Woodhull**
- ISBN: 9780131429383
- Provides detailed explanations of file system implementation, including issues related to fragmentation.
- **"The Design and Implementation of the FreeBSD Operating System" by Marshall Kirk McKusick et al.**
- ISBN: 9780321968975
- Offers insights into FreeBSD's file system implementation and maintenance, including defragmentation considerations.
## Standards
- **POSIX.1-2017 (IEEE Std 1003.1-2017)**
- While not directly addressing defragmentation, this standard defines file system operations that impact fragmentation.
- Not freely available, but it's an authoritative source on standardized file system interfaces.
- **ISO/IEC 9945:2009 - Information technology -- Portable Operating System Interface (POSIX®)**
- This international standard is based on POSIX and includes specifications for file system operations.
- Not freely available, but useful for understanding standardized file system interfaces that may impact fragmentation.