Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What to do when some clients have no floppy drive

Status
Not open for further replies.

gbl

MIS
Sep 6, 2001
262
CA
We are using Metaframe XP FR2. We will have some workstations connecting both using Program Neighborhood (when in our office), and using NFuse (when accessing the citrix server over the internet). Some notebooks are also connecting both ways and they don't all have floppy drives. In the Citrix Connection Configuration tool under Client Settings I have selected "Connect client drives at logon" to allow those workstations and notebooks that do have floppy drives to be able to use them when a citrix based application requires them to use the floppy drive. The A: drive is not hidden on the server. (The clients also may have need to access their local hard drives this way too).
Two users have no floppy drives on their notebooks and when they attempt Windows explorer functions such as "Save as" they experience a delay during which the machine appears to freeze for about three to five minutes (presumably while the explorer function tries to find the floppy drive). How can I address this problem? There should not be an A drive for these machines unless the drive has been plugged in by the user. How do I handle this for PN and Nfuse when (1) the workstation has no floppy but has a Zip disk or LS120, and (2) when it is a thin client with no drives of any kind?

Thanks for any help.
 
If you don't need users to have access to their A: drive you can disable it in the module.ini file on the client PC, find the [ClientDrive] section.
DisableDrives = A

You can specify any drive you want disabled on a client by client basis. If you need to roll this out to multipal clients you can use a logon script to do this and you can also modify your client install software to include this by default. The slowness will be seen by all users that map a local A: drive as Citrix will attempt to enumerate the drive upon launching each and every app. No one really need access to the A: because they can just save to there C: drive and then move it to A: Unless of course they only have an A: drive...

Hope this helps,
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top