Skip to content

Instantly share code, notes, and snippets.

@btakita
Created October 25, 2008 19:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save btakita/19771 to your computer and use it in GitHub Desktop.
Save btakita/19771 to your computer and use it in GitHub Desktop.
/dev/sda1 / ext3 relatime,errors=remount-ro 0 1
ubuntu@ubuntu:~$ cat /etc/fstab
unionfs / unionfs rw 0 0
tmpfs /tmp tmpfs nosuid,nodev 0 0
/dev/sda5 swap swap defaults 0 0
ubuntu@ubuntu:~$ cat /etc/fstab
unionfs / unionfs rw 0 0
tmpfs /tmp tmpfs nosuid,nodev 0 0
/dev/sda1 / ext3 relatime,errors=remount-ro 0 1
/dev/sda5 swap swap defaults 0 0
ubuntu@ubuntu:~$ sudo fdisk -l
Disk /dev/sda: 100.0 GB, 100030242816 bytes
255 heads, 63 sectors/track, 12161 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 11661 93666951 83 Linux
/dev/sda2 11662 12161 4016250 5 Extended
/dev/sda5 11662 12161 4016218+ 82 Linux swap / Solaris
Disk /dev/sdb: 4022 MB, 4022337536 bytes
12 heads, 4 sectors/track, 163669 cylinders
Units = cylinders of 48 * 512 = 24576 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 23 163670 3927516 b W95 FAT32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment