You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Introduction

With the 1.7 series clients of OpenAFS for Windows, OpenAFS is implemented as a native file system.

The Windows "Explorer" file management GUI has a bug resulting in an out of space error when copying or moving files into AFS. With CNF managed Windows computers, this will affect folders in the X: drive.

Technical Details

The bug is that the Shell queries the root directory of the UNC Path or Drive Letter for free space instead of the path in which the Paste is being performed.

WorkArounds:

#1

Select another folder in a different AFS "volume" and then return to the original intended target folder and try the Paste again. While there is no indication in the GUI of whether or not a particular folder is a different volume...

  • "home" is its own volume
  • "home\users" is its own volume
  • "home\staff" is its own volume
  • "shares" is its own volume
  • each folder directly under "shares" is its own volume
  • each user and staff home folder is its own volume

#2

The bug is usually triggered by attempting to Paste using Ctrl-V. Instead try performing the Paste using the Context (right click) Menu.

#3

Unmap and remap the X: drive.

  1. From the Start menu, choose "Computer"
  2. Right click on the X: drive and choose Disconnect
  3. Click Map network drive from the top of the window
  4. In the Map Network Drive wizard..
    1. Set the Drive to X:
    2. Set the Folder to: \\afs\cnf.cornell.edu
    3. Check the box labeled Reconnect at logon
    4. Click Finish
  5. Browse to the folder in which you are pasting files and paste in the files either by dragging them in or using the Context (right click) menu as detailed in WorkAround #2 above.
  • No labels