Ventoy Forums
Extending Persistence Size fails - Printable Version

+- Ventoy Forums (https://forums.ventoy.net)
+-- Forum: Ventoy General Use —— Ventoy 使用交流 (https://forums.ventoy.net/forumdisplay.php?fid=1)
+--- Forum: Ventoy Discussion Forum (https://forums.ventoy.net/forumdisplay.php?fid=2)
+--- Thread: Extending Persistence Size fails (/showthread.php?tid=2626)



Extending Persistence Size fails - Neo - 08-18-2023

Hi

Trying to extend persistence size by ExtendPersistentImg.sh, command ends in error as given below:

pop-os@pop-os:~/Downloads$ sudo bash ExtendPersistentImg.sh persistence_pop-os_osint.dat 16384

persistence_pop-os_osint.dat not exist.

Also, tried giving full pathname to the persistence file.

Thanks
Neo

Hi

Tried from a separate Unix machine:

root@localhost:~/Documents # sudo bash ExtendPersistentImg.sh /media/da0s1/ventoy/persistence_pop-os_osint.dat 16384
ExtendPersistentImg.sh: line 29: /bin/bash: No such file or directory

Thanks

Neo


RE: Extending Persistence Size fails - longpanda - 08-18-2023

1. The script does not support Unix.
2. In Linux, firstly cd to the directory where the .dat file locate, then run  sudo bash ./ExtendPersistentImg.sh ./persistence_pop-os_osint.dat 16384


RE: Extending Persistence Size fails - Neo - 08-21-2023

(08-18-2023, 09:40 AM)longpanda Wrote: 1. The script does not support Unix.
2. In Linux, firstly cd to the directory where the .dat file locate, then run  sudo bash ./ExtendPersistentImg.sh ./persistence_pop-os_osint.dat 16384
Hi

Cannot locate persistence (.dat) file in ubuntu.

Search yields no results.

See, screenshot:[attachment=833]