mkfs Flashcards

1
Q

mkfs

A

mkfs is used to build a Linux filesystem on a device, usually a hard disk partition. This mkfs frontend is deprecated in favour of filesystem specific mkfs.utils.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

mkfs

-t, –type=<type></type>

fs-options

<device></device>

<size></size>

-V, –verbose

A

-t, –type=<type>, filesystem type; when unspecified, ext2 is used.</type>

fs-options, parameteres for the real filesystem builder.

<device>, path to the device to be used.</device>

<size>, number of blocks to be used on the device.</size>

-V, –verbose

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

File Systems

ext - extention of the minix filesystem

ext2 - high performance system used by Linux

ext3 - Journaling version of ext2

ext4 - Performance upgrade of ext3

hpfs - High performance filesystem used in OS/2

iso9660 - is a CD-ROM filesystem [High Sierra, Rock Ridge]

A

JFS - Journaling filesystem developed by IBM

minix - Filesystem used by the Minix operating system.

msdos - Filesystem used by DOS, Windows, and some OS/2 computers.

ncpfs - Network filesystem that supports NCP. Novell Netware.

nfs - Network filesystem, used to access disks on remote PCs.

ntfs - Replaces Windows FAT filesystems with upgrades.

proc - psuedo filesystem that is used as an interface to kernel data structures.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

File systems

Reiserfs - is a journaling filesystem by Hans Reiser

smb - Network filesystem that supports SMB protocol.

sysv - Is an implementation of the SystemV filesystem for linux.

umsdos - Extended DOS compatible filesystem.

A

tmpfs - Filesystem whose contents reside in virtual memory.

vfat - Extended FAT filesystem that adds performance capabilities.

XFS - Journaling filesystem developed by SGI

xiafs - Designed to be a extended Minix filesystem with better performance.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly