Displaying 1 result from an estimated 1 matches for "54long".
Did you mean:
4log
2004 Aug 18
0
[Bug 1605] New: Copy from NTFS to VFAT produces mkstemp and stat errors
...I get tons of errors from "mkstemp" like these:
mkstemp "/mnt/backup/lisa/g/Work/Mac_Home/CONFERENCE PAPERS/ISSPR/HLM ATT RUNS/\
.att19 out.m31kTI" failed: No such file or directory
mkstemp "/mnt/backup/lisa/g/Work/Mac_Home/CONFERENCE PAPERS/ISSPR/HLM ATT RUNS/\
.att2 out.54lonG" failed: No such file or directory
The NTFS partition is on a real Windows XP machine elsewhere on the network,
mounted on the Linux box via samba. The copy command is:
rsync -rtv /mnt/xp/machine /mnt/backup/lisa
where /mnt/xp/machine is the samba-mounted XP NTFS disk and
/mnt/backup/lisa i...