When formatting an external drive which will be shared by a number of users, it is worth considering whether to use UFS formatting or not. The usual recommendation is to use HFS+, but this has a serious disadvantage for shared drives as the drive is mounted as if the current user owns all the files. As an example, consider a user named Fred, who creates a important file on the HFS+ drive and carefully uses Get Info (or chmod if he?s a geek) to make the file only accessible to himself. Fred logs out. Along comes Sally, who logs in and has a look at the drive. She does a Get Info on the file Fred made, and finds it is owned by herself. So she proceeds to delete it, as she can?t remember creating it. Result: misery. Another formatting choice is to use FAT32, which also allows the drive to be used on an MS Windows PC. However, the same permissions problems occur.The solution is to use UFS, the Unix File...