Difference between revisions of "SRA840 Lab1"

From CDOT Wiki
Jump to: navigation, search
(Kezhong Liang)
(Kezhong Liang)
Line 21: Line 21:
 
  '''Differences in disk drives labeling and supported file systems'''  
 
  '''Differences in disk drives labeling and supported file systems'''  
 
  FreeBSD:
 
  FreeBSD:
*ad0 represents a disk.
+
  ad0 represents a disk.
*support UFS file system
+
  support UFS file system
 
  Linux:
 
  Linux:
*/dev/sda represents a disk.
+
  /dev/sda represents a disk.
*support EXT2, EXT3, and so on.
+
  support EXT2, EXT3, and so on.
 
  '''Files in the /etc directory (what each of them do)'''  
 
  '''Files in the /etc directory (what each of them do)'''  
 
  Something...
 
  Something...

Revision as of 01:58, 19 January 2009

SRA840 Lab1

REFERENCES

[FreeBSD Handbook ]

Answers

Kezhong Liang

Differences between FreeBSD and Fedora installation
1. FreeBSD uses the concept of Slice and doesn't support the operation to the logical partition.
2. FreeBSD uses one of the slice of a disk as SWAP and Fedora uses individual partition as SWAP. 
3. FreeBSD supports UFS file system and Fedora supports EXT2, EXT3, and so on.
4. FreeBSD uses text-based sysinstall utility to install OS and Fedora uses graphic mode.
5. FreeBSD uses tcsh as default shell and Fedora uses bash.
6. GUI may not be installed on FreeBSD.
Pros of FreeBSD installation process 
1. The default installation is basic operating system and occupies small size of disk.
Cons of FreeBSD installation process 
1. Users who want to install need to configure more than Fedora.
Differences in disk drives labeling and supported file systems 
FreeBSD:
  ad0 represents a disk.
  support UFS file system
Linux:
  /dev/sda represents a disk.
  support EXT2, EXT3, and so on.
Files in the /etc directory (what each of them do) 
Something...
Setting up a network 
Something...
Start-up scripts in FreeBSD 
Something...