

InterviewSolution
Saved Bookmarks
1. |
Solve : mount usb port with memory drive? |
Answer» USING RedHat had MOUNT setup running for years with mounting usb memory DRIVE: 'mount /dev/sda1 /mnt/usbflash' and importing/exporting files. Suddenly can't mount usb port with error '/dev/sda1 not valid'. Any suggestions? TRIED to mount to /dev/sda2 instead but not allowed. dbhertscan you see it using Code: [Select]fdisk -l if you cant idk whats up with it. do you have superuser privelages? use sudo while using a sudoer's login. failing that its probably hardware related. |
|