Do you actually have a Wacom tablet connected to your pc?
Put the floppy in, then try something like
This should tell you what folder the floppy was mounted into.Code:mount /dev/fd0 mount | grep /dev/fd0
Then you can do
or wherever the floppy was mounted on.Code:cp /var/log/Xorg.0.log /mnt/floppy
Finally dismount the floppy
Code:umount /dev/fd0


Reply With Quote


Bookmarks