cannot recognize new HD
by piobair from LinuxQuestions.org on (#53471)
Adding a second hard drive (/dev/sdb) to Debian Stable
I partitioned the new drive using parted.
I have the following diagnostics:
Quote:
Rebooting, the system says that it cannot recognize the new hard drive.
??


I partitioned the new drive using parted.
I have the following diagnostics:
Quote:
root@geeves:~# parted -l Model: ATA Samsung SSD 840 (scsi) Disk /dev/sda: 120GB Sector size (logical/physical): 512B/512B Partition Table: msdos Disk Flags: Number Start End Size Type File system Flags 1 1049kB 111GB 111GB primary ext4 boot 2 111GB 120GB 8550MB extended 5 111GB 120GB 8550MB logical linux-swap(v1) Model: ATA WDC WD2005FBYZ-0 (scsi) Disk /dev/sdb: 2000GB Sector size (logical/physical): 512B/512B Partition Table: gpt Disk Flags: Number Start End Size File system Name Flags 1 1049kB 2000GB 2000GB primary Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only. Error: /dev/sr0: unrecognised disk label Model: ATAPI iHAS124 W (scsi) Disk /dev/sr0: 498MB Sector size (logical/physical): 2048B/2048B Partition Table: unknown Disk Flags: root@geeves:~# blkid /dev/sda1: UUID="baba1d66-1d46-4fc8-a6ea-50135e908f3f" TYPE="ext4" PARTUUID="59d061e6-01" /dev/sda5: UUID="bdf2e381-a31b-46b2-9487-e86affe9a201" TYPE="swap" PARTUUID="59d061e6-05" /dev/sdb1: PARTLABEL="primary" PARTUUID="b2846836-477f-4a04-bfef-5b0250d81771" root@geeves:~# 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=baba1d66-1d46-4fc8-a6ea-50135e908f3f / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation UUID=bdf2e381-a31b-46b2-9487-e86affe9a201 none swap sw 0 0 #UUID=5a30e832-43f0-4c0e-b72f-55db19970ba0 /common ext4 defaults 0 2 (dead HD) UUID=b2846836-477f-4a04-bfef-5b0250d81771 /common ext4 defaults 0 2 /dev/sr1 /media/cdrom0 udf,iso9660 user,noauto 0 0 /dev/sr0 /media/cdrom1 udf,iso9660 user,noauto 0 0 |
??