Tell me more ×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.

well , I'm using pmount for mounting usb devices .
I had made virtual hard disk on my virtual servers to check backup operations on them .
here's the problem :
pmount is not accepting to mount those virtual hard disks since it sees them as non-removable drivers ! is there's a trick to come over this problem ? I really need those virtual usbs (VHDs) because I have ten virtual servers and I can't provide ten usb flash or usb hard disk to every one of them .
mount was working successfully but I needed to do this mounting with pmount to let non- root user mount usbs .
waiting for your answers to complete my coding . because I had stopped because I can't test my code now !! Thanks in advance .

share|improve this question
Which OS are you using and which virtualization system? As a work around, can you put the virtual drives in fstab with noauto,user? – depquid Mar 16 at 15:58

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.