Linux - Laptop and NetbookHaving a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).
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.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Thank you for all your help. I was wondering if you could answer me just one more question -
How do I write to/from a device? Like, for instance, if I wanted to write to /dev/fd0, would I use a cp command? I am unsure how to use these devices, as UNIX treates them like files, so it is a little different.
with the floppy (/dev/fd0) you'll need to mount it first, take a look at "man mount". a generic command for that would be "mount /dev/fd0 /mnt/floppy", assuming there's a directory named "/mnt/floppy". Once mounted you move files in and out of or edit the files in the mount directory (in this case /mnt/floppy). When finished you need to "umount /mnt/floppy", which will flush any file caches and allow the proper removal of the media.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.