I am having a server installed at a remote data centre; running 12.04. I'm getting the following when I do an fdisk -l:
The following is the contents of /dev/mapper:Code:kain@kyuurem:~$ sudo fdisk -l Disk /dev/sda: 500.1 GB, 500107862016 bytes 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disk identifier: 0x00094083 Device Boot Start End Blocks Id System /dev/sda1 * 2048 499711 248832 83 Linux /dev/sda2 501758 976771071 488134657 5 Extended Partition 2 does not start on physical sector boundary. /dev/sda5 501760 976771071 488134656 8e Linux LVM Disk /dev/sdb: 320.1 GB, 320072933376 bytes 255 heads, 63 sectors/track, 38913 cylinders, total 625142448 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: 0x0001c522 Device Boot Start End Blocks Id System /dev/sdb1 * 2048 612853759 306425856 83 Linux /dev/sdb2 612855806 625141759 6142977 5 Extended /dev/sdb5 612855808 625141759 6142976 82 Linux swap / Solaris Disk /dev/mapper/ubuntu-root: 497.7 GB, 497662558208 bytes 255 heads, 63 sectors/track, 60504 cylinders, total 971997184 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disk identifier: 0x00000000 Disk /dev/mapper/ubuntu-root doesn't contain a valid partition table Disk /dev/mapper/ubuntu-swap_1: 2134 MB, 2134900736 bytes 255 heads, 63 sectors/track, 259 cylinders, total 4169728 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disk identifier: 0x00000000 Disk /dev/mapper/ubuntu-swap_1 doesn't contain a valid partition table
And mount:Code:kain@kyuurem:~$ ls -l /dev/mapper total 0 crw------- 1 root root 10, 236 May 26 02:39 control lrwxrwxrwx 1 root root 7 May 26 02:39 ubuntu-root -> ../dm-0 lrwxrwxrwx 1 root root 7 May 26 02:39 ubuntu-swap_1 -> ../dm-1
I'm particularly concerned that / maps to /dev/mapper/ubuntu-root which is listed as not containing a partition table.Code:kain@ubuntu:~$ sudo mount /dev/mapper/ubuntu-root on / type ext4 (rw,errors=remount-ro) proc on /proc type proc (rw,noexec,nosuid,nodev) sysfs on /sys type sysfs (rw,noexec,nosuid,nodev) none on /sys/fs/fuse/connections type fusectl (rw) none on /sys/kernel/debug type debugfs (rw) none on /sys/kernel/security type securityfs (rw) udev on /dev type devtmpfs (rw,mode=0755) devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620) tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755) none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880) none on /run/shm type tmpfs (rw,nosuid,nodev) /dev/sda1 on /boot type ext2 (rw) /dev/sdb1 on /home/old type ext4 (rw)
Right now, everything seems to be working correctly. Is this ok, or something that will cause OS corruption at some point in the future?



Adv Reply


Bookmarks