[code]alma@rodney:~$ sudo fdisk -l
Disk /dev/hda: 163.9 GB, 163928604672 bytes
255 heads, 63 sectors/track, 19929 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
/dev/hda1   *           1         153     1228941    7  HPFS/NTFS
/dev/hda2            4081        4207     1020127+  82  Linux swap / Solaris
/dev/hda3            4208       19929   126286965    5  Extended
/dev/hda5            4208        8031    30716248+   7  HPFS/NTFS
/dev/hda6            8032        9561    12289693+  83  Linux
/dev/hda7            9562       11098    12345921   83  Linux
/dev/hda8           11099       19929    70934976    7  HPFS/NTFS[/code]
alma@rodney:~$ mount
/dev/hda7 on / type ext3 (rw,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
/sys on /sys type sysfs (rw,noexec,nosuid,nodev)
varrun on /var/run type tmpfs (rw,noexec,nosuid,nodev,mode=0755)
varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
procbususb on /proc/bus/usb type usbfs (rw)
udev on /dev type tmpfs (rw,mode=0755)
devshm on /dev/shm type tmpfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
lrm on /lib/modules/2.6.17-11-generic/volatile type tmpfs (rw)
/dev/hda5 on /media/win type ntfs (rw,nls=utf8,umask=007,uid=0,gid=46)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
/dev/hda6 on /mnt type ext3 (rw)
[code]alma@rodney:~$ cat /proc/partitions
major minor  #blocks  name
3     0  160086528 hda
3     1    1228941 hda1
3     2    1020127 hda2
3     3          1 hda3
3     5   30716248 hda5
3     6   12289693 hda6
3     7   12345921 hda7
3     8   70934976 hda8[/code]
[code]alma@rodney:~$ cat /boot/grub/menu.lst
#ovo sve iznad je zakomentirano, tak da sam izbacila 
title           Ubuntu, kernel 2.6.17-11-generic
root            (hd0,6)
kernel          /boot/vmlinuz-2.6.17-11-generic root=/dev/hda7 ro quiet splash
initrd          /boot/initrd.img-2.6.17-11-generic
quiet
savedefault
boot
title           Ubuntu, kernel 2.6.17-11-generic (recovery mode)
root            (hd0,6)
kernel          /boot/vmlinuz-2.6.17-11-generic root=/dev/hda7 ro single
initrd          /boot/initrd.img-2.6.17-11-generic
boot
title           Ubuntu, kernel 2.6.17-10-generic
root            (hd0,6)
kernel          /boot/vmlinuz-2.6.17-10-generic root=/dev/hda7 ro quiet splash
initrd          /boot/initrd.img-2.6.17-10-generic
quiet
savedefault
boot
title           Ubuntu, kernel 2.6.17-10-generic (recovery mode)
root            (hd0,6)
kernel          /boot/vmlinuz-2.6.17-10-generic root=/dev/hda7 ro single
initrd          /boot/initrd.img-2.6.17-10-generic
boot
title           Ubuntu, memtest86+
root            (hd0,6)
kernel          /boot/memtest86+.bin
quiet
boot
title           Ostali:
root
on /dev/hda1
title           Microsoft Windows XP Professional
rootnoverify(hd0,4)
makeactive
chainloader     +1
linux installation on /dev/hda6.
title           linux (on /dev/hda6)
root            (hd0,5)
kernel          /boot/vmlinuz root=/dev/hda6  splash=silent
initrd          /boot/initrd.img
savedefault
boot
linux installation on /dev/hda6.
title           linux-nonfb (on /dev/hda6)
root            (hd0,5)
kernel          /boot/vmlinuz root=/dev/hda6
initrd          /boot/initrd.img
savedefault
boot
linux installation on /dev/hda6.
title           failsafe (on /dev/hda6)
root            (hd0,5)
kernel          /boot/vmlinuz root=/dev/hda6  failsafe
initrd          /boot/initrd.img
savedefault
boot[/code]