M BUZZ CRAZE NEWS
// news

Is there a difference between using pmount and mount?

By Mia Morrison

Is there any difference between using pmount to mount a device (e.g., USB drive) and using mount with user in the 4th column of /etc/fstab?

Essentially, is the only purpose of pmount to allow the mounting of a device as user, either without an fstab entry or to a mount point not specified by fstab... or are there greater differences?

Thank You.

2

1 Answer

From

pmount is a wrapper around the standard mount program which permits normal users to mount removable devices without a matching /etc/fstab entry.

So yes its only purpose is to allow normal users to mount removable drives.

0

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy