User Tools

Site Tools


systems:media_server:hard_drive_setup

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
systems:media_server:hard_drive_setup [2025/05/29 23:29] – [Format the drives (Optional)] petersystems:media_server:hard_drive_setup [2025/05/29 23:31] (current) – [Format the drives (Optional)] peter
Line 82: Line 82:
 sudo parted -a optimal -s /dev/sdX -- mklabel gpt mkpart primary 0% 100% sudo parted -a optimal -s /dev/sdX -- mklabel gpt mkpart primary 0% 100%
 sudo mkfs.ext4 -m 0 -T largefile4 -L diskp01 /dev/sdX1 sudo mkfs.ext4 -m 0 -T largefile4 -L diskp01 /dev/sdX1
 +</code>
 +
 +returns:
 +
 +<code>
 +mke2fs 1.47.0 (5-Feb-2023)
 +Creating filesystem with 3906469376 4k blocks and 3814912 inodes
 +Filesystem UUID: 9aa03862-f1c9-4c5c-8b26-7bbbaad6ff16
 +Superblock backups stored on blocks: 
 + 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208, 
 + 4096000, 7962624, 11239424, 20480000, 23887872, 71663616, 78675968, 
 + 102400000, 214990848, 512000000, 550731776, 644972544, 1934917632, 
 + 2560000000, 3855122432
 +
 +Allocating group tables: done                            
 +Writing inode tables: done                            
 +Creating journal (262144 blocks): done
 +Writing superblocks and filesystem accounting information: done         
 </code> </code>
  
Line 87: Line 105:
 **NOTE:** "-m 0" here reserves 0% of the filesystem, ensuring that the parity disks are slightly larger than the data disks. **NOTE:** "-m 0" here reserves 0% of the filesystem, ensuring that the parity disks are slightly larger than the data disks.
 </WRAP> </WRAP>
- 
  
 ---- ----
systems/media_server/hard_drive_setup.1748561389.txt.gz · Last modified: 2025/05/29 23:29 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki