using /dev/stdin as an ISO 9660 FS
Sat, 2006-05-27 06:36
root@arthur[0:videos]$ mkisofs 2>/dev/null -r -o /dev/stdout foo bar>test.iso&&mount -o loop test.iso test root@arthur[0:videos]$ umount test root@arthur[0:videos]$ mkisofs 2>/dev/null -r -o /dev/stdout foo bar|mount -o loop /dev/stdin test ioctl: LOOP_SET_FD: Invalid argument
What's wrong with /dev/stdin?









