linux:~ # fdisk -l
Disk /dev/sda: 80.0 GB, 80025280000 bytes
255 heads, 63 sectors/track, 9729 cylinders, total 156299375 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000537da
Device Boot Start End Blocks Id System
/dev/sda1 63 4209029 2104483+ 82 Linux swap / Solaris
/dev/sda2 * 4210688 46153727 20971520 83 Linux
/dev/sda3 46153728 151455215 52650744 83 Linux
linux:~ # hwinfo --disk | grep Device
SysFS Device Link: /devices/pci0000:00/0000:00:06.0/host4/target4:0:0/4:0:0:0
Device: “WD800JB-00JJ”
Device File: /dev/sda
Device Files: /dev/sda, /dev/disk/by-id/ata-WDC_WD800JB-00JJC0_WD-WCAM9P030754, /dev/disk/by-id/scsi-SATA_WDC_WD800JB-00J_WD-WCAM9P030754, /dev/disk/by-path/pci-0000:00:06.0-scsi-0:0:0:0
Device Number: block 8:0-8:15
linux:~ # blkid
/dev/sda1: UUID=“48de7fc0-d122-4c33-b30d-c1c4550bac33” TYPE=“swap”
/dev/sda2: UUID=“2400b0c5-b899-4a39-9ef4-d7e27019c755” TYPE=“ext4”
/dev/sda3: UUID=“b329d85b-fcac-428c-8321-f55cae053803” TYPE=“ext4”
/dev/loop0: UUID=“41fad0b5-0d5a-4864-bf5b-383c7fefdcf0” TYPE=“ext4”
linux:~ # mount -t ext4 /dev/sda2 /mnt
linux:~ # cat /mnt/boot/grub/menu.lst
Modified by YaST2. Last modification on Mon Feb 27 11:49:55 CET 2012
THIS FILE WILL BE PARTIALLY OVERWRITTEN by perl-Bootloader
Configure custom boot parameters for updated kernels in /etc/sysconfig/bootloader
default 0
timeout 8
##YaST - generic_mbr
gfxmenu (hd0,1)/boot/message
##YaST - activate
###Don’t change this comment - YaST2 identifier: Original name: linux###
title Desktop – openSUSE 11.4 - 2.6.37.6-0.11
root (hd0,1)
kernel /boot/vmlinuz-2.6.37.6-0.11-desktop root=/dev/disk/by-id/ata-WDC_WD800JB-00JJC0_WD-WCAM9P030754-part2 resume=/dev/disk/by-id/ata-WDC_WD800JB-00JJC0_WD-WCAM9P030754-part1 splash=silent quiet showopts vga=0x31a
initrd /boot/initrd-2.6.37.6-0.11-desktop
###Don’t change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe – openSUSE 11.4 - 2.6.37.6-0.11
root (hd0,1)
kernel /boot/vmlinuz-2.6.37.6-0.11-desktop root=/dev/disk/by-id/ata-WDC_WD800JB-00JJC0_WD-WCAM9P030754-part2 showopts apm=off noresume edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 nomodeset x11failsafe vga=0x31a
initrd /boot/initrd-2.6.37.6-0.11-desktop
###Don’t change this comment - YaST2 identifier: Original name: floppy###
title Diskette
rootnoverify (fd0)
chainloader +1
linux:~ # cat /mnt/etc/fstab
/dev/disk/by-id/ata-WDC_WD800JB-00JJC0_WD-WCAM9P030754-part1 swap swap defaults 0 0
/dev/disk/by-id/ata-WDC_WD800JB-00JJC0_WD-WCAM9P030754-part2 / ext4 acl,user_xattr 1 1
/dev/disk/by-id/ata-WDC_WD800JB-00JJC0_WD-WCAM9P030754-part3 /home ext4 acl,user_xattr 1 2
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
linux:~ # fdisk -l
Disk /dev/sda: 80.0 GB, 80025280000 bytes
255 heads, 63 sectors/track, 9729 cylinders, total 156299375 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000537da
Device Boot Start End Blocks Id System
/dev/sda1 63 4209029 2104483+ 82 Linux swap / Solaris
/dev/sda2 * 4210688 46153727 20971520 83 Linux
/dev/sda3 46153728 151455215 52650744 83 Linux
linux:~ #