Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
1. Plug it in.
2. Check dmesg to see if the device is recognised and to see what dev it uses.
3. mount it. (plenty of posts here about mounting devices no need to repeat it)
4. Use it.
5. unmount it.
6. remove it.
dmesg:
hub.c: new USB device 00:1f.4-2, assigned address 3
WARNING: USB Mass Storage data integrity not assured
USB Mass Storage device found at 3
/var/log/messages
Jan 23 09:01:54 localhost kernel: hub.c: new USB device 00:1f.4-2, assigned address 3
Jan 23 09:01:57 localhost /etc/hotplug/usb.agent: Setup usb-storage for USB product 781/5150/20
Jan 23 09:01:57 localhost devlabel: devlabel service started/restarted
Have a look where your floppy (fd0) will be mounted. You can find this in /etc/fstab. The directory name might vary, but will be something like /mnt or /media. Create the mountpoint usb (or stick or whatever name you like) and use that name (so e.g. /media/stick).
Once you have it working, add the 'command' to /etc/fstab. After a reboot, mounting can be done by typing something like mount /media/stick (saves you some typing).
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.