OSWikiHK: 请协力 GPLv3 的中文翻译工作。
格式化存儲裝置成為 ReiserFS
OSWikiHK,自由中文開源知識庫
要格式化存儲裝置成為 ReiserFS,可以用系統管理員帳戶 (即 root) 身份打「mkfs -t reiserfs 儲存裝置」:
mkfs -t reiserfs /dev/sdb5
亦可以直接使用命令 mkfs.reiserfs 或 mkreiserfs,例如:
mkfs.reiserfs /dev/sdb5
或者:
mkreiserfs /dev/sdb5
[编辑]
格式化畫面
# mkreiserfs /dev/sdb1 mkreiserfs 3.6.19 (2003 www.namesys.com) A pair of credits: Chris Mason wrote the journaling code for V3, which was enormously more useful to users than just waiting until we could create a wandering log filesystem as Hans would have unwisely done without him. Jeff Mahoney optimized the bitmap scanning code for V3, and performed the big endian cleanups. Vladimir Demidov wrote the parser for sys_reiser4(), the V3 alpha port, part of the V3 journal relocation code, and helped Hans keep the business side of things running. Guessing about desired format.. Kernel 2.6.27-7-generic is running. Format 3.6 with standard journal Count of blocks on the device: 2096464 Number of blocks consumed by mkreiserfs formatting process: 8275 Blocksize: 4096 Hash function used to sort names: "r5" Journal Size 8193 blocks (first block 18) Journal Max transaction length 1024 inode generation number: 0 UUID: 7b8ea46e-02d9-41bf-8e75-47febc2694c5 ATTENTION: YOU SHOULD REBOOT AFTER FDISK! ALL DATA WILL BE LOST ON '/dev/sdb1'! Continue (y/n):y Initializing journal - 0%....20%....40%....60%....80%....100% Syncing..ok Tell your friends to use a kernel based on 2.4.18 or later, and especially not a kernel based on 2.4.9, when you use reiserFS. Have fun. ReiserFS is successfully created on /dev/sdb1.
[编辑]
相關頁面
- 格式化存儲裝置 - 包括格式化成為 Ext2、Ext3、Ext4、JFS、XFS、FAT 和 NTFS。
- 檢查檔案系統
- 設定常規檔案系統檢查
- 顯示檔案系統標簽
- 改變檔案系統標簽
- 使用 UUID 管理檔案系統
[编辑]
相關連結
- reiserfsprogs (Feb 2004). “ mkreiserfs(8)”. Linux. - GNU/Linux 中 reiserfsprogs 3.6.19 的 mkreiserfs(8) 說明文件
- reiserfsprogs (Feb 2004). “mkreiserfs(8) - create a ReiserFS formatted partition”. Ubuntu 9.04. - Ubuntu 9.04 中 reiserfsprogs 3.6.19 的 mkreiserfs(8) 說明文件
页面分类: 未完成小作品 | Filesystem

