zip I/O error with mint 21.3 VM

Questions about virtualization software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Post Reply
anmac1789
Level 1
Level 1
Posts: 2
Joined: Mon Mar 11, 2024 3:55 pm

zip I/O error with mint 21.3 VM

Post by anmac1789 »

hello, I am using webdav server pro (https://play.google.com/store/apps/deta ... n_US&gl=US) to mount my android as webdav in linux mint 21.3 VM and ubuntu 20.04 VM. I used this command to make a zip file find . -mindepth 1 -maxdepth 1 -type f | zip -@ -0 -v "/home/mint/Downloads/test.zip" but it results in:

zip I/O error:Bad address
zip I/O error: Output file write failure (write error on zip file)

If I do the same command with ubuntu 20.04 VM, then I get no errors. What has changed ? Why is this error occuring ?
Last edited by SMG on Mon Mar 11, 2024 4:37 pm, edited 1 time in total.
Reason: Moved from Software & Applications to Virtual Machines because the issue is happening in a VM.
User avatar
Grayfox
Level 4
Level 4
Posts: 333
Joined: Sun May 21, 2017 5:10 am
Location: In a hole

Re: zip I/O error with mint 21.3 VM

Post by Grayfox »

What is the username of your install.

You have /home/mint but this is normally what the live environment uses, unless your username is mint, then the command should be fine on the output side.
PC: Intel i5 6600K @4.5Ghz, 1TB NVMe SSD, 32GiB 3000Mhz DDR4, GTX1080 running Mint 21.3
Laptop: Asus UM425UAZ running LMDE 6
anmac1789
Level 1
Level 1
Posts: 2
Joined: Mon Mar 11, 2024 3:55 pm

Re: zip I/O error with mint 21.3 VM

Post by anmac1789 »

Grayfox wrote: Wed Mar 27, 2024 4:41 am What is the username of your install.

You have /home/mint but this is normally what the live environment uses, unless your username is mint, then the command should be fine on the output side.
The name that I chose is mint to keep it simple lol
Post Reply

Return to “Virtual Machines”