Ticket #1921: fstab
| File fstab, 478 bytes (added by , 20 years ago) |
|---|
| Line | |
|---|---|
| 1 | # /etc/fstab: static file system information. |
| 2 | # |
| 3 | # <file system> <mount point> <type> <options> <dump> <pass> |
| 4 | proc /proc proc defaults 0 0 |
| 5 | /dev/sda1 / ext3 defaults,errors=remount-ro 0 1 |
| 6 | /dev/mapper/myth-myth /myth jfs defaults 0 2 |
| 7 | /dev/sda2 none swap sw 0 0 |
| 8 | /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0 |
