oh no! SFS-Load-on-the-fly doesnt work!!! [SOLVED]
Posted: Wed Dec 22, 2021 6:32 pm
Hi,
I had problem with SFS loading and all GUI's that manages SFS files. If that modules doesnt work in your puppy here you will find (maybe) solution :
First of all open terminal super(windows)key + t than type :
Code: Select all
sfs_load
you should have simmilar error in console :
Code: Select all
root# sfs_load
/etc/rc.d/BOOTCONFIG: line 4: unexpected EOF while looking for matching `''
/etc/rc.d/BOOTCONFIG: line 5: syntax error: unexpected end of file
To solve problem, type in terminal :
Code: Select all
geany /etc/rc.d/BOOTCONFIG
check if there is no strange entries or copy paste following code
Code: Select all
EXTRASFSLIST=''
PREVUNIONRECORD='fossapup64save puppy_fossapup64_9.5.sfs fdrv_fossapup64_9.5.sfs zdrv_fossapup64_9.5.sfs adrv_fossapup64_9.5.sfs'
LASTUNIONRECORD='fossapup64save puppy_fossapup64_9.5.sfs fdrv_fossapup64_9.5.sfs zdrv_fossapup64_9.5.sfs adrv_fossapup64_9.5.sfs'
Error starts after breaking load of sfs file.
I hope it will help you guys in the future.
My puppy is fossapup64.
best regards
Kwasik
PS. Merry Christmas!