* On 21.05. Florian Dorpmueller (dorpmueller@hotmail.com) muttered: > Schonmal versucht, eine Datei auf dem Drucker zu speichern? Vielleicht > druckt er sie dann... /etc # mount /dev/usb/lp0 /mnt mount: you must specify the filesystem type /etc # mount -text2 /dev/usb/lp0 /mnt mount: /dev/usb/lp0 is not a block device ;-) Til