Mailinglist Archive: opensuse-security (226 mails)
| < Previous | Next > |
smbmount NTFS partition
- From: "Andrei Bintintan" <klodoma@xxxxxxxxx>
- Date: Fri, 1 Apr 2005 13:59:21 +0300
- Message-id: <01b401c536a9$dca91a90$0b00a8c0@forge>
Hi,
I want to make a backup scritp which just copies some files from a linux system to a windows system.
I made the mount with smbmount and I want to copy the files with cp.
But, when I copy the files I get for each file the following message:
cp: setting attribute `user.DOSATTRIB' for `/mnt/share/file': Operation not supported
I didn't find the solution.
The mount I make it this way:
smbmount //192.168.0.168/test /mnt/share/ -o username=user,password=pass
The copy
cp -uR ./dir/ /mnt/share/
Why is this error? Share problem?
Andy.
I want to make a backup scritp which just copies some files from a linux system to a windows system.
I made the mount with smbmount and I want to copy the files with cp.
But, when I copy the files I get for each file the following message:
cp: setting attribute `user.DOSATTRIB' for `/mnt/share/file': Operation not supported
I didn't find the solution.
The mount I make it this way:
smbmount //192.168.0.168/test /mnt/share/ -o username=user,password=pass
The copy
cp -uR ./dir/ /mnt/share/
Why is this error? Share problem?
Andy.
| < Previous | Next > |