Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
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.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
I have a problem with mounting pen drive using udev. I am working in an arm development platform and installed udev successfully. My udev rules are as follow.
BUS=="usb", ID=="1-1", KERNEL=="sd?1", NAME="pen1"
What I want here is to assign node "pen1" whenever a pen is mounted to port "1-1". udev works fine but when I mount using "mount /dev/pen1 /mnt" and access the content, the filenames appear corrupted and show only 8 bits.
eg: myfilename.mp3 is replaced with myfile~e.mp3
apparently I can't use other fs. anyway I used udev-110 which is a quite older version. Can't it be a problem?
Yeah I noticed that and wondered why. It's usually not necessary to write udev rules to mount an external drive. The older version could be the problem. I'm using version 172-1. Are you using a very old version of Ubuntu? You ought to be able to install a more recent version and see if that fixes the problem. Updating udev may involve updating a lot of its dependencies.
What makes you think you can't use another fs on the pen drive?
ciao,
jdk
It was a problem with mount command.After adding -vfat argument in to my mount command problem solved.so thank you very much for your advices. I learnt a lot from you.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.