nodeos-mount
nodeos-mount copied to clipboard
How to pass user name and password ?
I am using below command manually to mount windows drive on linux box.
mount.cifs <mountDevice> <tmpDir> -o username=
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
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
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