Linux - Hardware This 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
|
 |
04-01-2004, 07:33 AM
|
#1
|
Member
Registered: Apr 2004
Location: Greece (Elladara!!)
Distribution: Debian
Posts: 59
Rep:
|
Mount points on usb devices (dig. camera, zip drive, external hard disk)
Hi! I have some problems using my USB devices.I am using Mandrake 9.2 and I want to make a mout point for my digital camera.
The system recognises my camera and I can download the data with some grafic
programs but it would be much more convinient to make a mount point for that.
Do you know generaly where can I locate my usb devices inside the system so I can make some mount points for more "easy to use" environment?
|
|
|
05-29-2006, 07:13 PM
|
#2
|
LQ Newbie
Registered: May 2006
Posts: 5
Rep:
|
Hello all,
In my case I had to recompile the kernel in order to add scsi device support (scsi cdrom support), which adds module sr_mod (check with modprobe -l or lsmod if you already have it), since usb devices are accessed via scsi devices.
After that (make xconfig, make modeles_install) , reboot and mounted /dev/scd0 on /mdeia/dvdrecorder (or any other mount point).
mount -t iso9660 /dev/scd0 <mountpoint>
In some cases, depending on the number of usb devices attached, the device id may differ from scd0, being another number. In such case, use lsusb (figure out bus and device ids), /proc/scsi files, /var/log/messages.
regards,
F.
|
|
|
05-29-2006, 10:50 PM
|
#3
|
LQ Guru
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524
|
You can plug in the camera, type:
dmesg | tail
and read what device designation linux has given the flash memory. Then, make a directory, and mount it there with:
mount /dev/sdb1 /mnt/camera
Go there:
cd /mnt/camera
see if the files are there:
ls
|
|
|
05-29-2006, 11:08 PM
|
#4
|
LQ 5k Club
Registered: Aug 2005
Distribution: OpenSuse, Fedora, Redhat, Debian
Posts: 5,399
|
You can only 'mount' a camera that uses the USB Mass Storage interface method. If your camera only supports PTP (or some other proprietary protocol), you will have to use a program with built-in knowledge of the protcol (ie drivers). If your camera does support USB mass storage, you can create arbitrary mount-points. There may standard locations used by USB hotplug or other systems of automatic mounting. If you don't want to use those, you can manully mount the camera at any mountpoint you choose.
--- rod.
|
|
|
All times are GMT -5. The time now is 11:58 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|