bobafetthotmail / folder2ram

mount those folders to ram without losing access to their counterpart on disk!
GNU General Public License v3.0
110 stars 21 forks source link

folder2ram -mountall fails with error: chmod: fehlender Operand + chown: fehlender Operand #11

Closed cmonty14 closed 6 years ago

cmonty14 commented 6 years ago

After creating config file with folder2ram -configure I want to mount all folders in the config file.

However I get this errors: root@ld4464:/home/folder2ram# folder2ram -mountall will now start all mountpoints chmod: fehlender Operand „chmod --help“ liefert weitere Informationen. chown: fehlender Operand „chown --help“ liefert weitere Informationen. umount: /var/log: not mounted umount: /var/folder2ram/var/log: not mounted chmod: fehlender Operand „chmod --help“ liefert weitere Informationen. chown: fehlender Operand „chown --help“ liefert weitere Informationen. umount: /var/spool: not mounted umount: /var/folder2ram/var/spool: not mounted chmod: fehlender Operand „chmod --help“ liefert weitere Informationen. chown: fehlender Operand „chown --help“ liefert weitere Informationen. umount: /var/tmp: not mounted umount: /var/folder2ram/var/tmp: not mounted

How can I fix this?

bobafetthotmail commented 6 years ago

That's weird, I just tried here and I got that error, but doing a second time

folder2ram -mountall

works fine and things are mounted correctly.

And I can't reproduce the error again, all times I mount or unmount the folders it works correctly.

Does that work for you too?

cmonty14 commented 6 years ago

True. Executing folder2ram -mountall second time work w/o issues.