LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   block device is write-protected, mounting read-only (https://www.linuxquestions.org/questions/linux-networking-3/block-device-is-write-protected-mounting-read-only-4175597562/)

hack3rcon 01-16-2017 05:08 AM

block device is write-protected, mounting read-only
 
Hello.
I like to mount a remote location on my PC but I got below error:
Code:

test@wrestled:~$ sudo mount -t cifs -o username=Domain\\username //IP/D$/ /home/test/Public/
mount: block device //IP/D$/ is write-protected, mounting read-only
mount: cannot mount block device //IP/D$/ read-only
test@wrestled:~$

Why?

Thank you.

TheEzekielProject 01-16-2017 11:42 AM

Try with the
Code:

-o remount
option

hack3rcon 01-22-2017 09:46 AM

Quote:

Originally Posted by TheEzekielProject (Post 5655749)
Try with the
Code:

-o remount
option

When I use "-o remount" at the end of command then show me "mount: /home/test/Public/ not mounted or bad option".


All times are GMT -5. The time now is 05:23 AM.