2

I need to access db file, which is mounted via mount -t cifs on linux to windows file system. I also mounted my computer to this windows file system. If I want to write something to this database from my computer, it works. No problem. But when I want to write something to this database from linux machine, it always sais that database is locked. I can't figure it out. Thanks for help.

edy
  • 31
  • 4

1 Answers1

7

Add the option nobrl to your mount command.

Stephen Rauch
  • 44,696
  • 30
  • 102
  • 125
Eric Lin
  • 99
  • 1
  • 3