cancel
Showing results for 
Search instead for 
Did you mean: 
Nomee
Cadet
Cadet
  • 9,799 Views

Mount: block device is write-protected, mounting-read-only

RImage at work

I built the Linux workstation and I have windows 7 PC connected with Rimage connected to it.
Rimage is basically burn cds for clients to view some information etc.
I have used cross over cable to connect from Linux workstation to windows PC because my client does not to have windows PC on the network. I am able to ping to windows Pc but on Linux workstation I am getting this error please see below,

Mount: block device //99.99.99.99/rimage is write-protected, mounting-read-only
Mount: cannot mount block device //99.99.99.99/rimage read-only

Do you have any advise?

0 Kudos
1 Reply
JangoJeff
Flight Engineer Flight Engineer
Flight Engineer
  • 9,785 Views

On the Windows PC you need to make sure that both the Windows share permissions are set as well as the Windows file permissions. Additionally is the Windows firewall up or do you have the correct ports set to allow? Also on the Linux client do you have cifs-utils installed as I assume this is a Samba share you are using? Lastly what command are you using to mount?

You can use the command below to show the Samba share you created, the parts in ALL CAPS are variables for your set up.

smbclient -L //WINDOWSSERVER

If the above does not show your share you need to fix that before you proceed. Example below on how to mount.

mount -o username=WINDOWSUSERNAME //WINDOWSSERVER/SAMBASHARE /PATH/TO/LINUXMOUNTPOINT

0 Kudos
Join the discussion
You must log in to join this conversation.