I recently replaced my router. As a result, the IP address has changed and the nas configuration is gone in the player. I added the nas in the configuration to match the new IP address but the mount fails. Here is the content of the nas.txt:
pi@raspberrypi:~/Peppy/nas $ cat nas.txt
[nas.1]
name = DLINK2
ip.address = 192.168.68.50
folder = Volume_1-1/my_music
filesystem = cifs
username = xxxxx
password = xxxxxxx
mount.options = vers=1.0,uid=1000,gid=1000,dir_mode=0700,file_mode=0700
Here is the content of the log file:
[2025-09-09 23:20:29,257] {nasmanager.py:66} DEBUG - is nas mounted: {'name': 'DLINK2', 'ip.address': '192.168.68.50', 'folder': 'Volume_1-1/my_music', 'filesystem': 'cifs', 'username': 'xxxxx', 'password': 'xxxxxxx', 'mount.options': 'vers=1.0,uid=1000,gid=1000,dir_mode=0700,file_mode=0700', 'mounted': False}
[2025-09-09 23:20:29,257] {nasmanager.py:85} DEBUG - command: ['mount', '-t', 'cifs']
[2025-09-09 23:20:29,265] {nasmanager.py:88} DEBUG - b''
[2025-09-09 23:20:29,266] {nasmanager.py:90} DEBUG -
[2025-09-09 23:20:29,266] {nasmanager.py:92} DEBUG - lines: ['']
[2025-09-09 23:20:29,266] {nasmanager.py:94} DEBUG - device name: //192.168.68.50/Volume_1-1/my_music
[2025-09-09 23:20:29,267] {nasmanager.py:103} DEBUG - nas unmounted
pi@raspberrypi:~/Peppy/nas $ cat nas.txt
[nas.1]
name = DLINK2
ip.address = 192.168.68.50
folder = Volume_1-1/my_music
filesystem = cifs
username = xxxxx
password = xxxxxxx
mount.options = vers=1.0,uid=1000,gid=1000,dir_mode=0700,file_mode=0700
Here is the content of the log file:
[2025-09-09 23:20:29,257] {nasmanager.py:66} DEBUG - is nas mounted: {'name': 'DLINK2', 'ip.address': '192.168.68.50', 'folder': 'Volume_1-1/my_music', 'filesystem': 'cifs', 'username': 'xxxxx', 'password': 'xxxxxxx', 'mount.options': 'vers=1.0,uid=1000,gid=1000,dir_mode=0700,file_mode=0700', 'mounted': False}
[2025-09-09 23:20:29,257] {nasmanager.py:85} DEBUG - command: ['mount', '-t', 'cifs']
[2025-09-09 23:20:29,265] {nasmanager.py:88} DEBUG - b''
[2025-09-09 23:20:29,266] {nasmanager.py:90} DEBUG -
[2025-09-09 23:20:29,266] {nasmanager.py:92} DEBUG - lines: ['']
[2025-09-09 23:20:29,266] {nasmanager.py:94} DEBUG - device name: //192.168.68.50/Volume_1-1/my_music
[2025-09-09 23:20:29,267] {nasmanager.py:103} DEBUG - nas unmounted
Statistics: Posted by y2kats65 — Wed Sep 10, 2025 3:32 am