- Code: Select all
ps -ef | grep smbd
ps -ef | greo nmbd
You should get output like this
- Code: Select all
# ps -ef | grep smbd
root 1954 1 0 Sep17 ? 00:00:22 /usr/sbin/smbd -D -l /var/log/samba
root 1969 1954 0 Sep17 ? 00:00:19 /usr/sbin/smbd -D -l /var/log/samba
root 1971 1954 0 Sep17 ? 00:00:07 /usr/sbin/smbd -D -l /var/log/samba
root 14461 14450 0 23:21 pts/0 00:00:00 grep smbd
root@2bignas:/ # ps -ef | grep nmbd
root 1949 1 0 Sep17 ? 00:04:54 /usr/sbin/nmbd -D -l /var/log/samba
root 14469 14450 0 23:22 pts/0 00:00:00 grep nmbd
root@2bignas:/ #
If samba is running then your files should be possible to access via windows 10 unless the samba configuration file is not correctly configured. Could happen if the the nas main database is corrupt (not likely)