All public logs

Jump to navigation Jump to search

Combined display of all available logs of CLONWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 14:04, 10 September 2025 Boiarino talk contribs created page Fdisk (Created page with "'''How to add new disk to Linux machine''' As root: fdisk /dev/sdb Press 'n', then 'p' and follow instructions. In the end, press 'w'. To format: mkfs -t ext4 /dev/sdb1 Add new entry to ''/etc/fstab'': /dev/sdb1 /data ext4 defaults 0 0 Mount new partition: mount -a")