I have an internal SCSI zip drive, but mzip can't handle it. The setting in my mtools.conf looks like: drive z: file="/dev/sdc" partition=4 scsi=1 nodelay The mzip -r z: command results a similar error message: mzip: open(stat): No such file or directory
Using scsi=1 expects the relevant scsi generic device. Using scsi=0 file=/dev/sdc4 should be fine
The solution above not helps. The error message is: mzip: stat(none) failed: No such file or directory
It works here in the lab if you give it the right partition number...