views:

50

answers:

0

Hi,

I'm using RedHat on a Hyper-V virtual machine. I need to copy files from the CD (captured to the Redhat VM) into a Windows shared network folder. After copying some files, the windows side pops up an "Invalid MS-DOS function" message, although everything looks fine from the Linux side.

What could be the reason for that? Do I need to specify special flags in the open() call? Currently I use only O_RDONLY.

Any help will be appreciated...

Thanks!