Comment 9 for bug 573776

Revision history for this message
Tony Pursell (ajpursell) wrote :

Here is my fstab:-

# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda6 -- converted during upgrade to edgy
UUID=f9bfad14-822c-4d76-9858-eec8ec9da34e / ext3 defaults,errors=remount-ro,relatime 0 1
# /dev/sda10 -- converted during upgrade to edgy
UUID=5c281ed5-8cda-4cd7-b861-459661330936 /home ext3 defaults,relatime 0 2
# /dev/sda1 -- converted during upgrade to edgy
UUID=3A477A7877FD2009 /media/sda1 ntfs defaults,nls=utf8,umask=007,gid=46 0 0
/dev/sda2 /media/sda2 vfat defaults,utf8,umask=007,gid=46 0 1
# /dev/sda3 -- converted during upgrade to edgy
UUID=3432-CEA4 /media/sda3 vfat defaults,utf8,umask=007,gid=46 0 1
# /dev/sda7 -- converted during upgrade to edgy
UUID=7d112a2d-096b-4b26-a662-6033d0496b4e /tmp ext3 defaults,relatime 0 2
# /dev/sda8 -- converted during upgrade to edgy
UUID=8a12909c-db05-4f05-865a-5e2b271aa991 /usr ext3 defaults,relatime 0 2
# /dev/sda9 -- converted during upgrade to edgy
UUID=347787c3-926d-4a46-8d70-1df786c06b46 /var ext3 defaults,relatime 0 2
# /dev/sda5 -- converted during upgrade to edgy
UUID=3b92e0e2-0612-4bfb-9408-6484c8bfa8d3 none swap sw 0 0
/dev/cdrom /media/cdrom0 udf,iso9660 user,noauto 0 0

/dev/sda2 is a windows partition that contains recovery data. It has never mounted in Ubuntu. /dev/sda1 is the main NTFS partition in Windows and /dev/sda3 is a small FAT32 partition I created to share data with Windows in the days when writing to NTFS from Linux was considered unreliable. All the partitions are recognised by the live USB system, except for /dev/sda2.