How can mount a RAID using a external case adapter?
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I'm trying to access some information from an HDD with Raid format using the command fdisk
root@axl-ThinkPad-T440:~# fdisk -l
Here is the information but is showing on red GPT PMBR size mismatch will be corrected by w(rite).
Disk /dev/sda: 167,7 GiB, 180045766656 bytes, 351651888 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
Disklabel type: dos
Disk identifier: 0x6a7161af
Disposit. Boot Start Final Sectores Size Id Type
/dev/sda1 * 2048 335515647 335513600 160G 83 Linux
/dev/sda2 335517694 351649791 16132098 7,7G 5 Extendida
/dev/sda5 335517696 351649791 16132096 7,7G 82 Linux swap / Solaris
Partition 2 does not start on physical sector boundary.
GPT PMBR size mismatch (3907029167 != 3907029165) will be corrected by w(rite).
Disk /dev/sdb: 1,8 TiB, 2000398932992 bytes, 3907029166 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
Disklabel type: gpt
Disk identifier: 86D1334B-89D1-4AB2-A2F4-D9CDC7448ADA
Disposit. Start Final Sectors Size Type
/dev/sdb1 65536 42008576 41943041 20G Linux RAID
/dev/sdb2 42008584 3907029106 3865020523 1,8T Microsoft basic data
I ran other command
root@axl-ThinkPad-T440:~# sudo parted -l
Model: ATA INTEL SSDSC2BF18 (scsi)
Disck /dev/sda: 180GB
Sector size (lógic/physical): 512B/4096B
Patition tables: msdos
Disk Flags:
Number Start End Size Type System files Flags
1 1049kB 172GB 172GB primary ext4 arranque
2 172GB 180GB 8260MB extended
5 172GB 180GB 8260MB logical linux-swap(v1)
Model: Mass Storage Device (scsi)
Disk /dev/sdb: 2000GB
Sector size (lógic/physical): 512B/512B
Table of partitions: gpt
Disk Flags:
Number Start End Size System files Name Flags
1 33,6MB 21,5GB 21,5GB primary raid
2 21,5GB 2000GB 1979GB primary msftdata
I ran the command to mount
mount /etc/sda5/
Mount point none doesn't exist.
Is there any way to access to the information?
linux ubuntu raid
add a comment |Â
up vote
0
down vote
favorite
I'm trying to access some information from an HDD with Raid format using the command fdisk
root@axl-ThinkPad-T440:~# fdisk -l
Here is the information but is showing on red GPT PMBR size mismatch will be corrected by w(rite).
Disk /dev/sda: 167,7 GiB, 180045766656 bytes, 351651888 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
Disklabel type: dos
Disk identifier: 0x6a7161af
Disposit. Boot Start Final Sectores Size Id Type
/dev/sda1 * 2048 335515647 335513600 160G 83 Linux
/dev/sda2 335517694 351649791 16132098 7,7G 5 Extendida
/dev/sda5 335517696 351649791 16132096 7,7G 82 Linux swap / Solaris
Partition 2 does not start on physical sector boundary.
GPT PMBR size mismatch (3907029167 != 3907029165) will be corrected by w(rite).
Disk /dev/sdb: 1,8 TiB, 2000398932992 bytes, 3907029166 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
Disklabel type: gpt
Disk identifier: 86D1334B-89D1-4AB2-A2F4-D9CDC7448ADA
Disposit. Start Final Sectors Size Type
/dev/sdb1 65536 42008576 41943041 20G Linux RAID
/dev/sdb2 42008584 3907029106 3865020523 1,8T Microsoft basic data
I ran other command
root@axl-ThinkPad-T440:~# sudo parted -l
Model: ATA INTEL SSDSC2BF18 (scsi)
Disck /dev/sda: 180GB
Sector size (lógic/physical): 512B/4096B
Patition tables: msdos
Disk Flags:
Number Start End Size Type System files Flags
1 1049kB 172GB 172GB primary ext4 arranque
2 172GB 180GB 8260MB extended
5 172GB 180GB 8260MB logical linux-swap(v1)
Model: Mass Storage Device (scsi)
Disk /dev/sdb: 2000GB
Sector size (lógic/physical): 512B/512B
Table of partitions: gpt
Disk Flags:
Number Start End Size System files Name Flags
1 33,6MB 21,5GB 21,5GB primary raid
2 21,5GB 2000GB 1979GB primary msftdata
I ran the command to mount
mount /etc/sda5/
Mount point none doesn't exist.
Is there any way to access to the information?
linux ubuntu raid
Yes, that's right but is showing that log.
â Carlos Morales
Dec 14 '17 at 18:51
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm trying to access some information from an HDD with Raid format using the command fdisk
root@axl-ThinkPad-T440:~# fdisk -l
Here is the information but is showing on red GPT PMBR size mismatch will be corrected by w(rite).
Disk /dev/sda: 167,7 GiB, 180045766656 bytes, 351651888 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
Disklabel type: dos
Disk identifier: 0x6a7161af
Disposit. Boot Start Final Sectores Size Id Type
/dev/sda1 * 2048 335515647 335513600 160G 83 Linux
/dev/sda2 335517694 351649791 16132098 7,7G 5 Extendida
/dev/sda5 335517696 351649791 16132096 7,7G 82 Linux swap / Solaris
Partition 2 does not start on physical sector boundary.
GPT PMBR size mismatch (3907029167 != 3907029165) will be corrected by w(rite).
Disk /dev/sdb: 1,8 TiB, 2000398932992 bytes, 3907029166 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
Disklabel type: gpt
Disk identifier: 86D1334B-89D1-4AB2-A2F4-D9CDC7448ADA
Disposit. Start Final Sectors Size Type
/dev/sdb1 65536 42008576 41943041 20G Linux RAID
/dev/sdb2 42008584 3907029106 3865020523 1,8T Microsoft basic data
I ran other command
root@axl-ThinkPad-T440:~# sudo parted -l
Model: ATA INTEL SSDSC2BF18 (scsi)
Disck /dev/sda: 180GB
Sector size (lógic/physical): 512B/4096B
Patition tables: msdos
Disk Flags:
Number Start End Size Type System files Flags
1 1049kB 172GB 172GB primary ext4 arranque
2 172GB 180GB 8260MB extended
5 172GB 180GB 8260MB logical linux-swap(v1)
Model: Mass Storage Device (scsi)
Disk /dev/sdb: 2000GB
Sector size (lógic/physical): 512B/512B
Table of partitions: gpt
Disk Flags:
Number Start End Size System files Name Flags
1 33,6MB 21,5GB 21,5GB primary raid
2 21,5GB 2000GB 1979GB primary msftdata
I ran the command to mount
mount /etc/sda5/
Mount point none doesn't exist.
Is there any way to access to the information?
linux ubuntu raid
I'm trying to access some information from an HDD with Raid format using the command fdisk
root@axl-ThinkPad-T440:~# fdisk -l
Here is the information but is showing on red GPT PMBR size mismatch will be corrected by w(rite).
Disk /dev/sda: 167,7 GiB, 180045766656 bytes, 351651888 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
Disklabel type: dos
Disk identifier: 0x6a7161af
Disposit. Boot Start Final Sectores Size Id Type
/dev/sda1 * 2048 335515647 335513600 160G 83 Linux
/dev/sda2 335517694 351649791 16132098 7,7G 5 Extendida
/dev/sda5 335517696 351649791 16132096 7,7G 82 Linux swap / Solaris
Partition 2 does not start on physical sector boundary.
GPT PMBR size mismatch (3907029167 != 3907029165) will be corrected by w(rite).
Disk /dev/sdb: 1,8 TiB, 2000398932992 bytes, 3907029166 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
Disklabel type: gpt
Disk identifier: 86D1334B-89D1-4AB2-A2F4-D9CDC7448ADA
Disposit. Start Final Sectors Size Type
/dev/sdb1 65536 42008576 41943041 20G Linux RAID
/dev/sdb2 42008584 3907029106 3865020523 1,8T Microsoft basic data
I ran other command
root@axl-ThinkPad-T440:~# sudo parted -l
Model: ATA INTEL SSDSC2BF18 (scsi)
Disck /dev/sda: 180GB
Sector size (lógic/physical): 512B/4096B
Patition tables: msdos
Disk Flags:
Number Start End Size Type System files Flags
1 1049kB 172GB 172GB primary ext4 arranque
2 172GB 180GB 8260MB extended
5 172GB 180GB 8260MB logical linux-swap(v1)
Model: Mass Storage Device (scsi)
Disk /dev/sdb: 2000GB
Sector size (lógic/physical): 512B/512B
Table of partitions: gpt
Disk Flags:
Number Start End Size System files Name Flags
1 33,6MB 21,5GB 21,5GB primary raid
2 21,5GB 2000GB 1979GB primary msftdata
I ran the command to mount
mount /etc/sda5/
Mount point none doesn't exist.
Is there any way to access to the information?
linux ubuntu raid
asked Dec 6 '17 at 20:04
Carlos Morales
1011
1011
Yes, that's right but is showing that log.
â Carlos Morales
Dec 14 '17 at 18:51
add a comment |Â
Yes, that's right but is showing that log.
â Carlos Morales
Dec 14 '17 at 18:51
Yes, that's right but is showing that log.
â Carlos Morales
Dec 14 '17 at 18:51
Yes, that's right but is showing that log.
â Carlos Morales
Dec 14 '17 at 18:51
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f409297%2fhow-can-mount-a-raid-using-a-external-case-adapter%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Yes, that's right but is showing that log.
â Carlos Morales
Dec 14 '17 at 18:51