LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

mkreiserfs

creates ReiserFS filesystems

TLDR

Create ReiserFS filesystem
$ mkreiserfs [/dev/sdb1]
copy
Force creation
$ mkreiserfs -f [/dev/sdb1]
copy
Set label
$ mkreiserfs -l "[label]" [/dev/sdb1]
copy
Set UUID
$ mkreiserfs -u [uuid] [/dev/sdb1]
copy
Quiet mode
$ mkreiserfs -q [/dev/sdb1]
copy

SYNOPSIS

mkreiserfs [options] device

DESCRIPTION

mkreiserfs creates ReiserFS filesystems. ReiserFS is a journaling filesystem.The tool formats partitions with ReiserFS. Known for handling small files efficiently.

PARAMETERS

DEVICE

Block device to format.
-f
Force creation.
-l LABEL
Volume label.
-u UUID
Set UUID.
-q
Quiet mode.
--help
Display help information.

INSTALL

sudo apt install reiserfsprogs
copy

CAVEATS

ReiserFS is legacy. Use ext4 or btrfs instead. Destroys existing data.

HISTORY

mkreiserfs was part of ReiserFS tools, a journaling filesystem created by Hans Reiser.

SEE ALSO

mkfs(8)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid