05-09-2026, 11:17 PM
(05-09-2026, 05:43 AM)longpanda Wrote: vtoy_persistent (252:1)
so run the cmds:
Code:mkdir -p /tmp/test
sudo mount /dev/dm-1 /tmp/test
sudo df -h /tmp/test
vtoy_persistent is a virtual device which mapped to the persistence file.
If the persistence take affect, the system should mount /dev/dm-1 to someware and use it as the persistence space.
The /dev/mapper/sda1 (Linux Remount feature) is not for persistence.
As always, I appreciate the continued support/guidance. I apologize that you have to "spoon-feed" this to me, but I still do not get it (and, I'd like to think, I know some of this stuff - I am former: 25yrs Bell Labs;8 yrs NASA; 6 yrs Raytheon;MCSE;CCNA;CLAD;RHCSA on RHEL 7). After my last email, I have started to learn about Copy-On-Write (COW). I also checked my Shell, and it's "bash" (so leaving out that argument from ExtendPersistentImg.sh should be OK).
I entered the three commands you suggested above, and I see that "/tmp/test" seems to "mirror" "/". See the "df" output below. My problem persists, though. I was able to successfully bring up Thunderbird email. When I went to "Compact Folders", I got a low disk space error. So, I must assume, that my persistence did NOT take affect (as you mentioned above). I, seriously, appreciate the help, but I am asking for more...any suggestions on how to make my persistence take affect???
DF COMMAND OUTPUT
===================
mint@mint:~$ df -h
Filesystem Size Used Avail Use% Mounted on
tmpfs 1.6G 2.1M 1.6G 1% /run
efivarfs 438K 225K 209K 52% /sys/firmware/efi/efivars
/dev/mapper/ventoy 2.9G 2.9G 0 100% /cdrom
/cow 3.8G 3.6G 34M 100% /
tmpfs 7.7G 4.0K 7.7G 1% /dev/shm
tmpfs 5.0M 8.0K 5.0M 1% /run/lock
tmpfs 7.7G 40K 7.7G 1% /tmp
tmpfs 1.6G 2.6M 1.6G 1% /run/user/1000
/dev/mapper/sda1 233G 33G 201G 14% /mnt
/dev/mapper/vtoy_persistent 3.8G 3.6G 34M 100% /tmp/test
/dev/sdb1 58G 6.7G 51G 12% /media/mint/0E92-4A7E
mint@mint:~$ echo $SHELL
/bin/bash
mint@mint:~$

