Skip to content

Commit

Permalink
issue with mounting
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalii Cherkashyn authored Nov 11, 2020
1 parent 1115a41 commit 84a14ba
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.<type> helper program.
```
```
sudo apt-get install nfs-common
sudo apt-get install cifs-utils
```

### mount usb drive permanently
```sh
Expand Down

0 comments on commit 84a14ba

Please sign in to comment.