CODE
sudo mount -t usbdevfs none /proc/bus/usb
sudo mount -t usbdevfs usbdevfs /proc/bus/usb
sudo mount -t usbfs none /proc/bus/usb
sudo mount -t usbfs usbfs /proc/bus/usb
(i donot know exactly which command but i use them all)
Than i go to filemanager (eml)
CODE
/mnt/sd*1
(sd*1= really i hate this it changes e.g sdb1 sde1 etc as we remove insert it) right click and Mount and that is it i have a MEMORY CARD MOUNTED.
Now i can access it.. But the main this is that. It is really complicated can u please make it more convient as i am the only one in the house who knows how to access most of the time my family member will use it to transfer when i am not around i want a solution like a desktop icon for accessing the drive.
1) the usb device must and should automount
2) should create a drive icon one the desktop
I do not have a USB Keyboard to do this.. I want it to be comfortable. Is there is any thing i can do ?
can u please help me out with this i am not a pro in this but firgured that above command by reading online
more thing i discovered
CODE
#!/bin/bash
#Mount the usb's script (need to run manually) want it automatically
sudo mount -t usbdevfs none /proc/bus/usb
sudo mount -t usbdevfs usbdevfs /proc/bus/usb
chmod 755 mounting.sh
or
chmod +x mounting.sh
than to run ./mounting.sh
What is the path to the Desktop ?