nodeos-mount icon indicating copy to clipboard operation
nodeos-mount copied to clipboard

How to pass user name and password ?

Open VikramBPurohit opened this issue 8 years ago • 3 comments

I am using below command manually to mount windows drive on linux box.

mount.cifs <mountDevice> <tmpDir> -o username=,password=

VikramBPurohit avatar Mar 21 '16 19:03 VikramBPurohit

Please explain in more detail what you're trying to achieve and how you're doing it.

On Mon, Mar 21, 2016, 1:06 PM Vikram Purohit [email protected] wrote:

I am using below command manually to mount windows drive on linux box.

mount.cifs -o username=,password=

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/NodeOS/nodeos-mount/issues/6

mitsukaki avatar Apr 12 '16 06:04 mitsukaki

I think he's trying to pass arguments to mount the filesystem, in this case the credentials of the remote drive. You can set them on the options object. El 12/4/2016 8:26, "Lite McFish" [email protected] escribió:

Please explain in more detail what you're trying to achieve and how you're doing it.

On Mon, Mar 21, 2016, 1:06 PM Vikram Purohit [email protected] wrote:

I am using below command manually to mount windows drive on linux box.

mount.cifs -o username=,password=

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/NodeOS/nodeos-mount/issues/6

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/NodeOS/nodeos-mount/issues/6#issuecomment-208728428

piranna avatar Apr 12 '16 06:04 piranna

That would make sense. My bad! On Apr 12, 2016 12:32 AM, "Jesús Leganés Combarro" [email protected] wrote:

I think he's trying to pass arguments to mount the filesystem, in this case the credentials of the remote drive. You can set them on the options object. El 12/4/2016 8:26, "Lite McFish" [email protected] escribió:

Please explain in more detail what you're trying to achieve and how you're doing it.

On Mon, Mar 21, 2016, 1:06 PM Vikram Purohit [email protected] wrote:

I am using below command manually to mount windows drive on linux box.

mount.cifs -o username=,password=

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/NodeOS/nodeos-mount/issues/6

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/NodeOS/nodeos-mount/issues/6#issuecomment-208728428

— You are receiving this because you commented. Reply to this email directly or view it on GitHub https://github.com/NodeOS/nodeos-mount/issues/6#issuecomment-208730287

mitsukaki avatar Apr 12 '16 17:04 mitsukaki