From 84a14baa00a9467b926e4a9b5586a415802687d8 Mon Sep 17 00:00:00 2001 From: Vitalii Cherkashyn Date: Wed, 11 Nov 2020 17:50:02 +0100 Subject: [PATCH] issue with mounting --- linux.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/linux.md b/linux.md index a03b5b29..0e3156cd 100755 --- a/linux.md +++ b/linux.md @@ -179,6 +179,14 @@ USER_DOMAIN='ZUR' USER_SERVER='//u015029.ubsbank.net/home$/x453337/' sudo mount -t cifs -o auto,gid=$(id -g),uid=$(id -u),username=$USER_NAME,domain=$USER_DOMAIN,vers=2.1 $USER_SERVER /mnt/windows-computer ``` +#### mount issue +``` +bad option; for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount. helper program. +``` +``` +sudo apt-get install nfs-common +sudo apt-get install cifs-utils +``` ### mount usb drive permanently ```sh