08-24-2014, 02:57 AM
Dear gold_finger,
I tried another way of installation, Primary partition of sdb1 - 124 GB, swaparea - 8 GB and rest extended partition of NTFS - 364 GB and installed the system. This time the system booted but doesn't mount the NTFS drive i.e not recognize the drive. given below is the output from the same commands you have specified.
I will also reconfigure the system the Old way and post you the output as requested by you
I tried another way of installation, Primary partition of sdb1 - 124 GB, swaparea - 8 GB and rest extended partition of NTFS - 364 GB and installed the system. This time the system booted but doesn't mount the NTFS drive i.e not recognize the drive. given below is the output from the same commands you have specified.
Code:
arunp@arunp-Vostro-3400:~$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 232.9G 0 disk
├─sda1 8:1 0 125.5M 0 part
├─sda2 8:2 0 12.2G 0 part
├─sda3 8:3 0 102.9G 0 part
├─sda4 8:4 0 1K 0 part
└─sda5 8:5 0 117.7G 0 part
sdb 8:16 0 465.8G 0 disk
├─sdb1 8:17 0 119.2G 0 part /
├─sdb2 8:18 0 1K 0 part
├─sdb5 8:21 0 7.5G 0 part [SWAP]
└─sdb6 8:22 0 339.1G 0 part /mnt/Windows
sr0 11:0 1 1024M 0 rom
arunp@arunp-Vostro-3400:~$ sudo parted -l
[sudo] password for arunp:
Model: ATA WDC WD2500BEKT-7 (scsi)
Disk /dev/sda: 250GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 32.3kB 132MB 132MB primary fat16 diag
2 134MB 13.2GB 13.0GB primary ntfs boot
3 13.2GB 124GB 110GB primary ntfs
4 124GB 250GB 126GB extended
5 124GB 250GB 126GB logical ntfs
Model: Seagate Portable (scsi)
Disk /dev/sdb: 500GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 1049kB 128GB 128GB primary ext4 boot
2 128GB 500GB 372GB extended
5 128GB 136GB 7999MB logical linux-swap(v1)
6 136GB 500GB 364GB logical ntfs
arunp@arunp-Vostro-3400:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
#Entry for /dev/sdb1 :
UUID=152be27a-4d93-4fb6-95e5-45e098c6f568 / ext4 errors=remount-ro 0 1
#Entry for /dev/sdb6 :
UUID=5480819C42DE547D /mnt/Windows ntfs-3g defaults,locale=en_US.UTF-8 00
#Entry for /dev/sdb5 :
UUID=f943611f-2a44-4f89-9b69-f840156d1c80 none swap sw 0 0
arunp@arunp-Vostro-3400:~$ sudo mount /dev/sdb6 /mnt
Mount is denied because the NTFS volume is already exclusively opened.
The volume may be already mounted, or another software may use it which
could be identified for example by the help of the 'fuser' command.
arunp@arunp-Vostro-3400:~$ cat /mnt/etc/fstab
cat: /mnt/etc/fstab: No such file or directory
arunp@arunp-Vostro-3400:~$ sudo mount /dev/sdb1 /mnt
[sudo] password for arunp:
arunp@arunp-Vostro-3400:~$ cat /mnt/etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
#Entry for /dev/sdb1 :
UUID=152be27a-4d93-4fb6-95e5-45e098c6f568 / ext4 errors=remount-ro 0 1
#Entry for /dev/sdb6 :
UUID=5480819C42DE547D /mnt/Windows ntfs-3g defaults,locale=en_US.UTF-8 00
#Entry for /dev/sdb5 :
UUID=f943611f-2a44-4f89-9b69-f840156d1c80 none swap sw 0 0
arunp@arunp-Vostro-3400:~$ sudo umount /mnt
arunp@arunp-Vostro-3400:~$
I will also reconfigure the system the Old way and post you the output as requested by you