Chapter 3 Lab Boot Disk
Chapter 3 Lab Boot Disk
Boot Disk
Getting Started
TinyNet
• Comes in two parts
Base.iso (base image)
Config.iso (configuration
and applications)
• Usually unique to OS
windows: FAT, FAT32, NTFS
linux: ext2, ext4,
linux is one huge computer science
project!
• Physical sectors grouped into allocation units
called blocks in Unix and clusters in Windows
• Building File System - mkfs or format
boot sector, data area, free list
FAT32 NTFS
Maximum file size 4 GB Supports Exabyte size files
Max partition size 2 TB and partitions
Provides only Folder-level File-level and Folder-level
security security
3 permissions: Read, 6 standard plus “advanced”
Change, Full Control permission combinations
Data compression support
FAT32 is Encrypted File System support
common on Disk quota management
USB drives
Allowable
Maximum Maximum
File characters in Maximum Maximum
filename MBR pathname
system directory file size volume size
length length
entries
Any byte
No limit
ext3 255 bytes 0x83 except NUL 2 TB 32 TB
defined
and /
Any byte
No limit
ext4 255 bytes 0x83 except NUL 16 TB 1 EB
defined
and /
• umount /mnt/hostshare
– cannot unmount a busy filesystem
– show open files on a filesystem: lsof
cd /etc
cd foo
cd ..
mv foo ofo rename
mv ofo /var/opt move
cd /var/opt/ofo
./myscript.sh execute a file stored here
• The master boot record (MBR) is the first sector of a hard disk
It includes The
a table that diagram
contains shows a
information disk with
about each two primary
partition partitions
The MBR also includes a program that reads the boot sector
record of the partition containing the operating system into RAM.
System & Network Administration
Multiple Operating Systems –
Boot Managers