agora com o hd conectado a placa mãe, mas sem o hd interno
sudo fdisk -l
Disco /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Unidades = cilindros de 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Identificador do disco: 0xac86f17c
Dispositivo Boot Início Fim Blocos Id Sistema
/dev/sda1 1 21884 175781250 7 HPFS ou NTFS
/dev/sda2 * 21884 37864 128355328 83 Linux
/dev/sda3 37864 38914 8432641 5 Estendida
/dev/sda5 37864 38914 8432640 82 Linux swap / Solaris
e este e o fstab
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda2 during installation
UUID=6aea2aa5-1e59-45b5-84bb-c87860cb459e / ext3 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=b9bd386c-ed7b-4df4-bdb2-2d8594308f11 none swap sw 0 0
# /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0