![]() |
2009-02-04
, 21:54
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#2
|
umount /media/mmc1 mount /dev/xxx /media/mmc1
![]() |
2009-02-05
, 00:16
|
Posts: 40 |
Thanked: 3 times |
Joined on Nov 2008
|
#3
|
mount /dev/patriot /media/mmc1
|
2009-02-05
, 00:23
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#4
|
The Following User Says Thank You to For This Useful Post: | ||
![]() |
2009-02-05
, 03:01
|
Posts: 1,213 |
Thanked: 356 times |
Joined on Jan 2008
@ California and Virginia
|
#5
|
#umount /dev/sda1 #mount /dev/sda1 /media/mmc2/usb/ mount: mounting /dev/sda1/ on /media/mmc2/usb/ failed
![]() |
2009-02-05
, 15:01
|
Posts: 631 |
Thanked: 837 times |
Joined on May 2007
@ Milton, Ontario, Canada
|
#6
|
for me the USB was /dev/sda1/ I think. However, when I do...
I also tried ln -s, which gave a permission denied error...Code:#umount /dev/sda1 #mount /dev/sda1 /media/mmc2/usb/ mount: mounting /dev/sda1/ on /media/mmc2/usb/ failed
![]() |
2009-02-05
, 20:17
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#7
|
![]() |
2009-02-05
, 23:20
|
|
Posts: 900 |
Thanked: 273 times |
Joined on Aug 2008
@ Fresno CA USA
|
#8
|
I have a patriot 32gb usb drive. i'm trying to get the drive to mount as an mmc so canola can read the directories. i already have usb host mode installed and file manager can see the drive. It's just that some media apps don't recognize the flash drive as an mmc, or have an option to read external drives.
BTW, i'm a super noob to linux. so i might have ran across this fix but probably didn't understand it.
i'd appreciate any help.
TIA