I am trying to use this to connect to my old IOMEGA zip 1oo, parallel port:
http://linuxbasics.org/tutorials/usi...rev=1172445738
using sdb (corrected) as the position, and sdb4 as the correct partition.
But nothing happens.
I have to type this in terminal:
- and the zip drive "wakes up."
But still no drive present.
Then I do:
- and am told that
Anyone got some idea what I do wrong?
http://linuxbasics.org/tutorials/usi...rev=1172445738
using sdb (corrected) as the position, and sdb4 as the correct partition.
But nothing happens.
I have to type this in terminal:
Code:
sudo modprobe ppa
But still no drive present.
Then I do:
Code:
sudo mount -a
mount: mount point vfat is not found
mount: /dev/sda4 does not exist
mount: /dev/sda4 does not exist
Comment