K
K
keeplod2019-04-30 11:04:49
linux
keeplod, 2019-04-30 11:04:49

There is a grid all on windows, AD, DC, terminal, file. How to access file from debiana?

I've tried everything and nothing works :(

Answer the question

In order to leave comments, you need to log in

3 answer(s)
K
keeplod, 2019-04-30
@keeplod

apt install gvfs-backends gvfs-fuse -y solved the problem.

I
Ingvar, 2019-04-30
@take

or in the file manager through the search or in the address bar smb:// server address by name or ip
or mount via cli:

mount -t cifs -o username=имя,password=пароль,iocharset=utf8,ip=такой-то //имя_сервера:/путь/к/папке /mnt/имя_папки

D
Dmitry Aleksandrov, 2019-04-30
@jamakasi666

put in fstab
//server_ip/resource/where/mount cifs user,noauto,credentials=/etc/.creds
in /etc/.creds enter the following

username=узернейм_доменный
password=пароль юзера
domain=домен

thus a user on debian, even a non-domain user, can mount a share even without sudo, simply by entering
mount /куда/смонтировать 
##путь /куда/смонтировать обязательно тот же что указан в fstab

, while standard de plugins, such as xfce4-mount-plugin in xfce, work fine.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question