From Fedora Project Wiki

< QA‎ | TestCases

m (1 revision(s))
(fix formatting, add to category)
Line 1: Line 1:
= PartitioningExt2OnNativeDevice =
== Description ==
== Description ==
A complete installation using the systems physical devices for the ext2 filesystem.  A detailed look at the ext2 filesystem can be found at [http://en.wikipedia.org/wiki/Ext2 http://en.wikipedia.org/wiki/Ext2]  
A complete installation using the systems physical devices for the ext3 filesystem.  A detailed look at the ext3 filesystem can be found at [http://en.wikipedia.org/wiki/Ext3 http://en.wikipedia.org/wiki/Ext3]  


== Steps To Reproduce ==
== Steps To Reproduce ==


 
# Start an installation by any available means
1. Perform an installation where the root filesystem is formated as '''ext2'''
# Use a Custom Partition Layout
# Partition the system so that the root (/) partition is:
#* formatted as '''ext3''' (this is the default), and
#* not LVM or RAID.




== Expected Results ==
== Expected Results ==


# Anaconda completes successfully
# Reboot successfully into installed system
# Confirm that root partition is formatted as ext3 and is not a LVM or RAID volume


1. Anaconda completes successfully
[[Category:Installer Test Cases]]
 
1. Reboot successfully into installed system
 
1. Confirm that rootfs partition is formatted as ext2 and is not a LVM or RAID volume

Revision as of 20:40, 29 May 2008

Description

A complete installation using the systems physical devices for the ext3 filesystem. A detailed look at the ext3 filesystem can be found at http://en.wikipedia.org/wiki/Ext3

Steps To Reproduce

  1. Start an installation by any available means
  2. Use a Custom Partition Layout
  3. Partition the system so that the root (/) partition is:
    • formatted as ext3 (this is the default), and
    • not LVM or RAID.


Expected Results

  1. Anaconda completes successfully
  2. Reboot successfully into installed system
  3. Confirm that root partition is formatted as ext3 and is not a LVM or RAID volume