This is the intended output :
Code:
dhiman@dhiman-desktop:~$ sudo fdisk -l
[sudo] password for dhiman:
Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x1ce41ce3
Device Boot Start End Blocks Id System
/dev/sda1 * 1 1275 10241406 7 HPFS/NTFS
/dev/sda3 1276 14593 106976225+ f W95 Ext'd (LBA)
/dev/sda5 3887 10413 52428096 7 HPFS/NTFS
/dev/sda6 10414 12371 15727603+ 7 HPFS/NTFS
/dev/sda7 12372 14593 17848183+ 7 HPFS/NTFS
/dev/sda8 1276 1400 999424 82 Linux swap / Solaris
/dev/sda9 1400 3886 19971072 83 Linux
Partition table entries are not in disk order
dhiman@dhiman-desktop:~$ cat /etc/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/sda9 during installation
UUID=cd34f818-a3e1-4db9-93e8-375e8106008d / ext3 errors=remount-ro 0 1
# swap was on /dev/sda8 during installation
UUID=d12e0cc4-9c14-49c6-85dd-769f10faf652 none swap sw 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
dhiman@dhiman-desktop:~$ grep dhiman /etc/group
adm:x:4:dhiman
dialout:x:20:dhiman
cdrom:x:24:dhiman
plugdev:x:46:dhiman
lpadmin:x:105:dhiman
admin:x:119:dhiman
dhiman:x:1000:
sambashare:x:122:dhiman
Bookmarks