Hi guys... I have a linux box with rhel 5. How do i mount thumb drive in rhel5? When i attach a thumb drive, there is no detection like it does automatically in ubuntu? Did i screw something..? Please help...![]()
Hi guys... I have a linux box with rhel 5. How do i mount thumb drive in rhel5? When i attach a thumb drive, there is no detection like it does automatically in ubuntu? Did i screw something..? Please help...![]()
Use this command from console and execute it as root :
Change the device parameters according to your device...Code:mount /dev/sda1 /media/usbdisk![]()
Try this command :
Where user is your username, thbdrv is a folder that you must create sda is your thumb driveCode:mount -t vfat -o uid=user,gid=users /dev/sda /home/user/Desktop/thbdrv![]()
Bookmarks