View previous topic :: View next topic |
Author |
Message |
jimihieu
Joined: 05 May 2006 Posts: 51
|
Posted: Sun May 14, 2006 7:47 am Post subject: how to mount USB on DSL-N? |
|
|
hi
im pretty new to linux
Thanx to DSL-N !!! it was GREATTTTTTTTT!!!!
hmm my usb stick works fine on DSL but i cant see it on DSL-N
normally if i want to see what device name is it i used fidsk -l to see.....in DSL
however in DSL-N i cant see my USB stick name when use such command.
i tried "lsusb" and can see the USB is there:
Bus 001 Device 004: ID 0d7d:1923 Phison Electronics Corp.
someone please give me more hints on how to mount USB stick in DSL-N please
thank you. |
|
Back to top |
|
|
roberts
Joined: 17 Apr 2006 Posts: 320 Location: OC CA USA
|
Posted: Sun May 14, 2006 5:42 pm Post subject: |
|
|
The device name starts with ub.
For example in DSL your pendrive might be sda1 in DSL-N it would be uba1
You can still use the mount tool in the LRC to mount and umount pendrives. Just cycle through looking for uba1 |
|
Back to top |
|
|
jimihieu
Joined: 05 May 2006 Posts: 51
|
Posted: Mon May 15, 2006 8:44 am Post subject: |
|
|
[quote="roberts"]The device name starts with ub.
For example in DSL your pendrive might be sda1 in DSL-N it would be uba1
You can still use the mount tool in the LRC to mount and umount pendrives. Just cycle through looking for uba1[/quote]
hi thanx for the reply
yeah i know the device is read as uba1 if i boot under LiveCD however in HDD install it cant regconised at all!
i even use fdisk -l to see its name but no luck!
however in the end the problem were solved by:
[code:1]modprobe usb_storage [/code:1]
Thanx. |
|
Back to top |
|
|
|