> Can anybody tell me what is usb port in linux slackware called as & > where is it located i mean the path. like in mandrake it > is /dev/tts/USB0 .
do following on root shell #lsmod this command will give you list of inserted modules. genarally [usb-core] & [uhci] & [usb-storage] modules are already installed.if they are in output #mkdir /mnt/pen #mount /dev/sda1 /mnt/pen #ls /mnt/pen sometimes u need to change sda1 to sdb1 in previous command to work. -- yogesh [EMAIL PROTECTED] -- ______________________________________________________________________ Pune GNU/Linux Users Group Mailing List: ([email protected]) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
