Here is the previous /etc/fstab:

# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name
devices
# that works even if disks are added and removed. See fstab(5).
#
# systemd generates mount units based on this file, see
systemd.mount(5).
# Please run 'systemctl daemon-reload' after making changes here.
#
# <file system>                                   <mount point> <type>
<options>        <dump> <pass>
# / was on /dev/nvme0n1p2 during installation
UUID=4fdd4399-6267-404a-a292-cdc7761df3c9         /             ext4  
errors=remount-ro  0    1
# /boot/efi was on /dev/nvme0n1p1 during installation
UUID=26EE-0EF5                                    /boot/efi     vfat  
umask=0077         0    1
# /home was on /dev/nvme0n1p6 during installation
UUID=00f0c2db-0490-4354-b949-f9af11a7f001         /home         ext4  
defaults           0    2
# /tmp was on /dev/nvme0n1p5 during installation
UUID=6a105a72-f5d5-441b-b926-1e405151ee84         /tmp          ext4  
defaults           0    2
# /var was on /dev/nvme0n1p3 during installation
UUID=8bfeee23-9c09-45b7-a73e-bd2ff43e207c         /var          ext4  
defaults           0    2
# swap was on /dev/nvme0n1p4 during installation
UUID=e2a56ec3-99d4-4b40-9aa4-24975143cdc7         none          swap  
sw                 0    0



And here is the /etc/fstab after the upgrade.

# <file system>                            <mount point> <type>
<options>          <dump> <pass>

UUID=4fdd4399-6267-404a-a292-cdc7761df3c9  /            
ext4    errors=remount-ro  0      1
UUID=26EE-0EF5                             /boot/efi    
vfat    umask=0077         0      1
UUID=00f0c2db-0490-4354-b949-f9af11a7f001  /home        
ext4    defaults           0      2
UUID=8bfeee23-9c09-45b7-a73e-bd2ff43e207c  /var         
ext4    defaults           0      2
UUID=e2a56ec3-99d4-4b40-9aa4-24975143cdc7  none         
swap    sw                 0      0

This has a date created of 2025-08-09 21:08:58.

Reply via email to