Difference between revisions of "Helpful information to know"

From DCWiki
Jump to: navigation, search
m (RwDV@hampshire.edu moved page Need to know to Helpful information to know)
 
(50 intermediate revisions by 3 users not shown)
Line 4: Line 4:
 
Student Tickets: [http://sta.hampshire.edu http://sta.hampshire.edu]
 
Student Tickets: [http://sta.hampshire.edu http://sta.hampshire.edu]
  
IT Tickets: [http://ittix.hampshire.edu http://ittix.hampshire.edu]
+
IT Tickets (for Faculty and Staff): [http://ittix.hampshire.edu http://ittix.hampshire.edu]
  
 
==Logins / where to find passwords==
 
==Logins / where to find passwords==
  
 
The usual DC username is 'labrats'.
 
The usual DC username is 'labrats'.
The STA password can be found on the bottom of the printed staff list. (Take the first letter of each word!)
+
The STA password can be found on the bottom of the whiteboard. There are never any spaces in passwords.
  
 
IT username on Windows computers is 'Administrator' and on Macs is 'Admin'.
 
IT username on Windows computers is 'Administrator' and on Macs is 'Admin'.
Ask Chris or Rae if you need the IT Admin password.
+
Ask Rae or Kate if you run into a password you don't have but should.
  
==What to do when you get in==
+
==Can't make your shift==
  
#Login to [http://sta.hampshire.edu http://sta.hampshire.edu].
+
Post as soon as possible in the Slack channel and ask if someone can cover your shift.
#Read through '''ALL''' of the open tickets.
+
#Check that all computers in the DC have a ticket and that all tickets have a computer.
+
#*If there are tickets for loaned equipment, call the user. (Leave a message if they don't pickup.) And note it on the ticket.
+
#*If any computers are unaccounted for or their ticket don't accurately reflect their status, email the listserv at [mailto:dc-sta@lists.hampshire.edu dc-sta@lists.hampshire.edu]. Include the user's name, the computer model, and the latest comment with a specific question for information.
+
#Continue working on as many computers as you can.
+
#*If you don't know the next step for a certain machine, make sure you comment in the ticket that you're leaving it for the next person.
+
  
 +
==HDD formats: What do they mean?==
  
When someone brings in a machine:
+
===NTFS (New Technology File System)===
#Talk to them about their problem.
+
:Developed by Microsoft for the Windows operating system.
#Ask if the computer is under warranty.
+
:Can be opened read-only by Mac file systems.
#*If it is, direct them to one of the [[Computer Repair in the Valley | computer repair shops]] in the area.
+
:Most Linux systems (including Ubuntu) have read/write capabilities.
#Have then fill out a blue Machine Ticket. Add your own notes if their description excludes things they told you.
+
#Take the user's computer (and power adapter, external HDD, etc.). Tell them that we will call and/or email them with updates.
+
#Input the ticket to the online ticket system. (Be accurate!)
+
#Tape the ticket to the computer.
+
#If you have thoughts on the issue, begin diagnostics and repair. Otherwise note that you're leaving it for someone else.
+
  
 +
===HFS+ (Hierarchical File System Plus)===
 +
:Developed by Apple for the Macintosh operating system.
 +
:Windows systems can open a read-only version via Bootcamp.
 +
:Most Linux systems (including Ubuntu) have read/write capabilities for drives under 2 TB.
  
*If you have free time on your shift, clean up the counters, put screwdrivers away, wipe down the counters if they're sticky.
+
===APFS (Apple File System)===
 +
:Developed by Apple, released in 2017.
 +
:For macOS High Sierra (10.13) and later
 +
:Optimized for flash and solid-state drive storage
  
==Phone Messages==
+
===FAT32 (File Allocation Table)===
  
Always include the following in your voicemail messages:
+
:Simple legacy filesystem.
* Your name
+
:4 GB file size limit without FAT+ extension.
* Computer Diagnostic Center
+
* We are open from 9am-4pm Monday-Friday
+
  
==Backups policy==
+
===ext4 (Fourth Extended File System)===
  
Before doing anything software related with a computer, you must backup the user's Documents and Desktop folders.
+
:Journaling file system for Linux. Developed as a successor for ext3 after initially a series of backwards compatible extensions for ext3.
#Choose an appropriate HDD to backup to. (see the list below)
+
#Name a folder "Firstname_Lastname-MM-DD-YY"
+
#Copy the user's 'Documents' and 'Desktop' folders. If they are a video or music student, copy the appropriate folders.
+
  
Always inform the user before doing something that will likely lose their other data:
+
:Both Mac and Windows can usually open these read-only.
#Ask if they have a full backup of their computer.
+
#If not, ask them for an external HDD.
+
#*If they don't have one, offer to help them find one (generally we go to [http://www.newegg.com newegg.com]).
+
#Copy as much of their user folder as possible, or as much as they want.
+
  
==List of HDDs and formats==
+
===Others===
  
 +
=====exFAT=====
 +
:Patented file system developed by Microsoft for flash drives.
 +
:Windows systems have full capabilities.
 +
:Mac systems since 10.6.5 have read/write/verify/repair capabilities.
 +
:There is an open-source Linux kernel module that supports the reading of exFAT, however it can not become an official part of Linux due to the patent status of exFAT.
  
  
==HDD formats: What do they mean??==
 
  
 
+
If you'd like to read about other types of file systems, go visit [http://en.wikipedia.org/wiki/Comparison_of_file_systems wikipedia].
 
+
==How to comment tickets==
+

Latest revision as of 16:57, 1 February 2019

Websites

Student Tickets: http://sta.hampshire.edu

IT Tickets (for Faculty and Staff): http://ittix.hampshire.edu

Logins / where to find passwords

The usual DC username is 'labrats'. The STA password can be found on the bottom of the whiteboard. There are never any spaces in passwords.

IT username on Windows computers is 'Administrator' and on Macs is 'Admin'. Ask Rae or Kate if you run into a password you don't have but should.

Can't make your shift

Post as soon as possible in the Slack channel and ask if someone can cover your shift.

HDD formats: What do they mean?

NTFS (New Technology File System)

Developed by Microsoft for the Windows operating system.
Can be opened read-only by Mac file systems.
Most Linux systems (including Ubuntu) have read/write capabilities.

HFS+ (Hierarchical File System Plus)

Developed by Apple for the Macintosh operating system.
Windows systems can open a read-only version via Bootcamp.
Most Linux systems (including Ubuntu) have read/write capabilities for drives under 2 TB.

APFS (Apple File System)

Developed by Apple, released in 2017.
For macOS High Sierra (10.13) and later
Optimized for flash and solid-state drive storage

FAT32 (File Allocation Table)

Simple legacy filesystem.
4 GB file size limit without FAT+ extension.

ext4 (Fourth Extended File System)

Journaling file system for Linux. Developed as a successor for ext3 after initially a series of backwards compatible extensions for ext3.
Both Mac and Windows can usually open these read-only.

Others

exFAT
Patented file system developed by Microsoft for flash drives.
Windows systems have full capabilities.
Mac systems since 10.6.5 have read/write/verify/repair capabilities.
There is an open-source Linux kernel module that supports the reading of exFAT, however it can not become an official part of Linux due to the patent status of exFAT.


If you'd like to read about other types of file systems, go visit wikipedia.