08-29-2014, 07:18 PM
Sorry arunp,
I'm fresh out of ideas. Did test install on a spare laptop and everything worked without any problems. Here is output from the test:
I'm fresh out of ideas. Did test install on a spare laptop and everything worked without any problems. Here is output from the test:
Code:
bill@HP-Pavilion-dv6000:~$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 149.1G 0 disk
├─sda1 8:1 0 14.9G 0 part /
├─sda2 8:2 0 1K 0 part
├─sda5 8:5 0 4.6G 0 part [SWAP]
├─sda6 8:6 0 6.8G 0 part /home
└─sda7 8:7 0 122.9G 0 part /mnt/Windows
sr0 11:0 1 1024M 0 rom
bill@HP-Pavilion-dv6000:~$ sudo parted -l
Model: ATA ST9160821AS (scsi)
Disk /dev/sda: 160GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 1049kB 16.0GB 16.0GB primary ext4 boot
2 16.0GB 160GB 144GB extended
5 16.0GB 20.9GB 4897MB logical linux-swap(v1)
6 20.9GB 28.1GB 7235MB logical ext4
7 28.1GB 160GB 132GB logical ntfs
bill@HP-Pavilion-dv6000:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' 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>
# / was on /dev/sda1 during installation
UUID=e0447201-638f-4375-98a1-e510245bc183 / ext4 errors=remount-ro 0 1
# /home was on /dev/sda6 during installation
UUID=283dd3a7-5d1a-4ba3-b0ae-d28d64641134 /home ext4 defaults 0 2
# /mnt/Windows was on /dev/sda7 during installation
UUID=434E2ECE41CD2A42 /mnt/Windows ntfs defaults,umask=007,gid=46 0 0
# swap was on /dev/sda5 during installation
UUID=2f0b0896-6a1f-499f-aa7f-b29882b0e3df none swap sw 0 0
Try Linux Beginner Search Engine for answers to Linux questions.