Denver, here’s the output for all of the questions in https://forums.opensuse.org/english/get-technical-help-here/applications/486051-files-home-directory-being-deleted-reverting-old-version.html
$df -hlT
$cat /etc/fstab
$zypper se -i snapper
$mount
$sudo /sbin/fdisk -l
$df -hlT
Filesystem Type Size Used Avail Use% Mounted on
devtmpfs devtmpfs 482M 12K 482M 1% /dev
tmpfs tmpfs 498M 96K 498M 1% /dev/shm
tmpfs tmpfs 498M 2.8M 495M 1% /run
/dev/sda6 ext4 19G 4.8G 13G 28% /
tmpfs tmpfs 498M 0 498M 0% /sys/fs/cgroup
tmpfs tmpfs 498M 2.8M 495M 1% /var/lock
tmpfs tmpfs 498M 2.8M 495M 1% /var/run
/dev/sda7 ext4 29G 1.2G 26G 5% /home
$cat /etc/fstab
/dev/disk/by-id/ata-TOSHIBA_MK1637GSX_57TET1VGT-part5 swap swap defaults 0 0
/dev/disk/by-id/ata-TOSHIBA_MK1637GSX_57TET1VGT-part6 / ext4 acl,user_xattr 1 1
/dev/disk/by-id/ata-TOSHIBA_MK1637GSX_57TET1VGT-part7 /home ext4 acl,user_xattr 1 2
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
$zypper se -i snapper
Loading repository data...
Reading installed packages...
No packages found.
$mount
devtmpfs on /dev type devtmpfs (rw,relatime,size=493480k,nr_inodes=123370,mode=755)
tmpfs on /dev/shm type tmpfs (rw,relatime)
tmpfs on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755)
devpts on /dev/pts type devpts (rw,relatime,gid=5,mode=620,ptmxmode=000)
/dev/sda6 on / type ext4 (rw,relatime,data=ordered)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /sys/fs/cgroup type tmpfs (rw,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpuacct,cpu)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/net_cls type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=24,pgrp=1,timeout=300,minproto=5,maxproto=5,direct)
mqueue on /dev/mqueue type mqueue (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
tmpfs on /var/lock type tmpfs (rw,nosuid,nodev,relatime,mode=755)
tmpfs on /var/run type tmpfs (rw,nosuid,nodev,relatime,mode=755)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
/dev/sda7 on /home type ext4 (rw,relatime,data=ordered)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=100)
gvfsd-fuse on /var/run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=100)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
$sudo /sbin/fdisk -l
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders, total 312581808 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xda228d45
Device Boot Start End Blocks Id System
/dev/sda1 2048 3074047 1536000 27 Hidden NTFS WinRE
/dev/sda2 3074048 152141181 74533567 7 HPFS/NTFS/exFAT
/dev/sda3 159363072 210594355 25615642 7 HPFS/NTFS/exFAT
/dev/sda4 * 210595840 312580095 50992128 f W95 Ext'd (LBA)
/dev/sda5 210595841 213648435 1526297+ 82 Linux swap / Solaris
/dev/sda6 213649408 252798975 19574784 83 Linux
/dev/sda7 252801024 312561663 29880320 83 Linux
Jack