Jump to content

USB Configuration


Guest Tomcat
 Share

Recommended Posts

Hello everyone,

 

How can I use my USB key on Mandrake 10.0...When I look in the /mnt directory all I have is the CDRom and Floppy directories and not usbkey.

 

What should I do???

 

Thank you in advance.

Tomcat

Link to comment
Share on other sites

Hello, welcome aboard!

I'm not sure about 10.0, but if you haven't got an automatic hotplug service which recognises that something's been attached and mounts it for you, then you should be able to mount it yourself, you just need to know where in /dev/ the corresponding device is.

In my case the USB key appeared on /dev/sda1 so to manually mount it from the console I did

mount -w /dev/sda1 /mnt/usbkey

where the directory /mnt/usbkey had been previously created using mkdir. The -w flag means make it writable too.

Link to comment
Share on other sites

  • 2 weeks later...

Hi,

Thanks for your help, actually I don't have a /dev/sda1but /dev/usb/hid

which is empty, I tried :

 

mount -w /dev/usb /mnt/usbkey

 

The result was :

mount: vous devez spécifier le type de système de fichiers

 

Which means that I have to specify the system type of the files...What to do next???

 

 

Anyway thanks for your help.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...