Mount: cannot mount block device //172.19.165.205/d read-only
rajeshkumar created the topic: mount: cannot mount block device //172.19.165.205/d read-only Issues [code language=”css”] root@rkumar11-usa:~/data/share# sudo mount -t cifs //172.19.165.205/d /home/rkumar11/data/share –verbose -o user=rkumar11 mount: block device //172.19.165.205/d is write-protected, mounting read-only mount: cannot mount block device //172.19.165.205/d read-only [/code] Solution – [code language=”css”] sudo apt-get install cifs-utils [/code] Regards, Rajesh Kumar Twitt me @…
