Difference between revisions of "SRA840 Lab1"

From CDOT Wiki
Jump to: navigation, search
(Kezhong Liang)
(Kezhong Liang)
Line 13: Line 13:
 
  3. FreeBSD supports UFS file system and Fedora supports EXT2, EXT3, and so on.
 
  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.
 
  4. FreeBSD uses text-based sysinstall utility to install OS and Fedora uses graphic mode.
  5. GUI may not be installed on FreeBSD.
+
  5. FreeBSD uses tcsh as default shell and Fedora uses bash.
 +
6. GUI may not be installed on FreeBSD.
 
  '''Pros of FreeBSD installation process '''
 
  '''Pros of FreeBSD installation process '''
  Some cons here..
+
  1. The default installation is basic operating system and occupies small size of disk.
 
  '''Cons of FreeBSD installation process '''
 
  '''Cons of FreeBSD installation process '''
  Some Pros here...
+
  1. Users who want to install need to configure more than Fedora.
  '''differences in disk drives labeling and supported file systems'''  
+
  '''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...
 
  Something...
  '''files in the /etc directory (what each of them do)'''  
+
  '''Setting up a network'''  
 
  Something...
 
  Something...
  '''setting up a network'''
+
  '''Start-up scripts in FreeBSD'''  
Something...
 
'''start-up scripts in FreeBSD'''  
 
 
  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...