Comment 3 for bug 146225

Revision history for this message
Szabolcs Szakacsits (szaka) wrote : Re: bunzip2 cannot extract files

Using strace bunzip2 ... you can see why the kernel doesn't allow you to do what you want. Bunzip2 wants to set the owner or a permission it's not authorized to do according to your mount parameters. Set the uid= to the user you're bunzip2'ing and it will work.