On 8/1/26 15:48, Felix Miata via tde-users wrote:
To start, give us some useful information to work with:
1-Content of /etc/fstab 2-output of lsblk -f 3-output from parted -l 4-output from ls -n /home 5-output from ls -l /home
# /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). # # <file system> <mount point> <type> <options> <dump> <pass> # / was on /dev/nvme0n1p3 during installation UUID=d87fd1b5-06a0-421b-8eea-3faf33cfda3f / btrfs defaults,subvol=@ 0 1 # /boot/efi was on /dev/nvme0n1p1 during installation UUID=EC90-393D /boot/efi vfat umask=0077 0 1 # /home was on /dev/nvme0n1p4 during installation UUID=0a256b0a-2b1d-427e-aa85-86db9be87f42 /home btrfs defaults,subvol=@home 0 2 # swap was on /dev/nvme0n1p2 during installation UUID=9fc37ded-0686-4d93-8ab2-01c57516ac04 none swap sw 0 0
chris@LENOVO:~$ lsblk -f NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS nvme0n1 ├─nvme0n1p1 vfat FAT32 EC90-393D 1.9G 0% /boot/efi ├─nvme0n1p2 swap 1 9fc37ded-0686-4d93-8ab2-01c57516ac04 [SWAP] ├─nvme0n1p3 btrfs d87fd1b5-06a0-421b-8eea-3faf33cfda3f 79.1G 19% / ├─nvme0n1p4 btrfs 0a256b0a-2b1d-427e-aa85-86db9be87f42 173.5G 6% /home └─nvme0n1p5 ext4 1.0 DATA 31dde14c-86bf-4b5a-92a9-b0d2d1a472e2 414G 4% /media/chris/DATA chris@LENOVO:~$
chris@LENOVO:~$ parted -l chris@LENOVO:~$ sudo parted -l Model: WD Blue SN570 1TB (nvme) Disk /dev/nvme0n1: 1000GB Sector size (logical/physical): 512B/512B Partition Table: gpt Disk Flags:
Number Start End Size File system Name Flags 1 1049kB 2000MB 1999MB fat32 boot, esp 2 2000MB 27.0GB 25.0GB linux-swap(v1) swap 3 27.0GB 137GB 110GB btrfs 4 137GB 337GB 200GB btrfs 5 337GB 837GB 500GB ext4
chris@LENOVO:~$
chris@LENOVO:~$ ls -n /home total 0 drwxr-x--- 1 1000 1000 688 Aug 1 15:00 chris drwxr-x--- 1 1001 1001 436 Aug 1 15:00 chrisontde chris@LENOVO:~$
chris@LENOVO:~$ ls -l /home total 0 drwxr-x--- 1 chris chris 688 Aug 1 15:00 chris drwxr-x--- 1 chrisontde chrisontde 436 Aug 1 15:00 chrisontde chris@LENOVO:~$