Notes for Windows users: Difference between revisions

From Earlham CS Department
Jump to navigation Jump to search
Craigje (talk | contribs)
mNo edit summary
Craigje (talk | contribs)
mNo edit summary
Line 6: Line 6:


Some quirks of interfacing Windows with Linux:
Some quirks of interfacing Windows with Linux:
* It's common for a Linux operating system to appear to mount the main Windows filesystem under /drives, usually /drives/c/, and within /drives/c directories and filenames observe such Windows conventions as capitalizing (e.g.) "Users" and "Documents".
* It's common for a Linux operating system to appear to mount the main Windows filesystem under /drives, usually /drives/c/.
* Within /drives/c, directories and filenames observe such Windows conventions as capitalizing (e.g.) "Users" and "Documents".
* If you're in a Linux environment, the Windows "\" becomes a Linux "/".
* If you're in a Linux environment, the Windows "\" becomes a Linux "/".

Revision as of 15:51, 30 January 2019

Windows is not a UNIX or UNIX-like operating system, so there are extra steps to interfacing a Windows computer with our servers.

You have a few options for software to enable this kind of connection.

Some quirks of interfacing Windows with Linux:

  • It's common for a Linux operating system to appear to mount the main Windows filesystem under /drives, usually /drives/c/.
  • Within /drives/c, directories and filenames observe such Windows conventions as capitalizing (e.g.) "Users" and "Documents".
  • If you're in a Linux environment, the Windows "\" becomes a Linux "/".