User Tools

Site Tools


linux:distros:server:fedora_server

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:distros:server:fedora_server [2024/10/20 12:36] – [ext4] Sean Rhonelinux:distros:server:fedora_server [2024/10/30 03:39] (current) – [TODOs] Sean Rhone
Line 4: Line 4:
   * 41   * 41
   * https://fedoraproject.org/server/   * https://fedoraproject.org/server/
 +
 +===== TODOs =====
 +
 +  * ''e2fsck'' ext4 generic notes on separate page for LiveUSB
 +  * [[linux:distros:fedora_workstation_gnome#dracut|Dracut/GRUB tweaks]]
 +  * dnf update -> distro-sync
  
 ====== Download ====== ====== Download ======
  
   * https://fedoraproject.org/en/server/download   * https://fedoraproject.org/en/server/download
-  * [[https://download.fedoraproject.org/pub/fedora/linux/releases/test/41_Beta/Server/x86_64/iso/Fedora-Server-dvd-x86_64-41_Beta-1.2.iso|F41 Beta ISO]]+  * [[https://download.fedoraproject.org/pub/fedora/linux/releases/41/Server/x86_64/iso/Fedora-Server-dvd-x86_64-41-1.4.iso|F41 ISO]]
  
 ====== Installation Notes ====== ====== Installation Notes ======
Line 16: Line 22:
   - :!: Delete ''/''   - :!: Delete ''/''
   - Re-create ''/'' without specifying a size ((this uses all available remaining space))   - Re-create ''/'' without specifying a size ((this uses all available remaining space))
-  - ''/boot'' and ''/'' should default to XFS+  - ''/boot'' and ''/'' to ext4 
 + 
 +====== Repositories ====== 
 + 
 +**** 
 + 
 +  sudo dnf repolist 
 + 
 +===== Disable ===== 
 + 
 +  * [[https://discussion.fedoraproject.org/t/openh264-repo-enabled-by-default-on-server/134531|openh264 repo discussion]] 
 + 
 +  sudo dnf config-manager 'setopt' 'fedora-cisco-openh264'.'enabled'='0'
  
 ====== Software ====== ====== Software ======
Line 117: Line 135:
   sync && sudo umount '/dev/sdb1'   sync && sudo umount '/dev/sdb1'
  
-  sudo e2fsck -C '0' -D -f --v '/dev/sdb1'+  sudo e2fsck -C '0' -D -E 'discard,optimize_extents,inode_count_fullmap,check_encoding' -f --v '/dev/sdb1'
  
-  sudo e2fsck -C '0' -c -c -k -D -E 'discard,optimize_extents,inode_count_fullmap,check_encoding' -f -p -v '/dev/sdb1'+<code>-c -c -k</code>
  
 === Defrag === === Defrag ===
/srv/www/wiki/data/attic/linux/distros/server/fedora_server.1729442191.txt.gz · Last modified: by Sean Rhone