Gentoo Archives: gentoo-user

From: Daniel Frey <djqfrey@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Partition of 3TB USB drive not detected
Date: Sun, 31 Jul 2016 15:42:38
Message-Id: 579E1C5A.7020306@gmail.com
In Reply to: [gentoo-user] Partition of 3TB USB drive not detected by "Jörg Schaible"
1 On 07/31/2016 06:37 AM, Jörg Schaible wrote:
2 > Hi,
3 >
4 > for my backups I use a 3TB USB drive (one big ext4 partition) without any
5 > problems. Just plug in the cable, mount it and perform the backup. The
6 > partition (sdi1) is detected an mountable without any problems:
7 >
8 > =============== %< ==============
9 > $ ls -l /dev/disk/by-id
10 > total 0
11 > lrwxrwxrwx 1 root root 9 Jul 31 13:17 ata-
12 > Crucial_CT500MX200SSD1_161512468483 -> ../../sda
13 > lrwxrwxrwx 1 root root 10 Jul 31 13:17 ata-
14 > Crucial_CT500MX200SSD1_161512468483-part1 -> ../../sda1
15 > lrwxrwxrwx 1 root root 10 Jul 31 13:17 ata-
16 > Crucial_CT500MX200SSD1_161512468483-part2 -> ../../sda2
17 > lrwxrwxrwx 1 root root 10 Jul 31 13:17 ata-
18 > Crucial_CT500MX200SSD1_161512468483-part3 -> ../../sda3
19 > lrwxrwxrwx 1 root root 9 Jul 31 13:17 ata-HL-DT-ST_DVDRAM_GH41N_K5Q9AN32423
20 > -> ../../sr0
21 > lrwxrwxrwx 1 root root 9 Jul 31 15:20 ata-ST3000DM001-1CH166_Z1F45VR9 ->
22 > ../../sdi
23 > lrwxrwxrwx 1 root root 10 Jul 31 15:20 ata-ST3000DM001-1CH166_Z1F45VR9-part1
24 > -> ../../sdi1
25 > lrwxrwxrwx 1 root root 9 Jul 31 13:17 usb-Generic-
26 > _Compact_Flash_20060413092100000-0:0 -> ../../sdc
27 > lrwxrwxrwx 1 root root 9 Jul 31 13:17 usb-Generic-_MS_MS-
28 > Pro_20060413092100000-0:3 -> ../../sdf
29 > lrwxrwxrwx 1 root root 9 Jul 31 13:17 usb-Generic-
30 > _SD_MMC_20060413092100000-0:2 -> ../../sde
31 > lrwxrwxrwx 1 root root 9 Jul 31 13:17 usb-Generic-_SM_xD-
32 > Picture_20060413092100000-0:1 -> ../../sdd
33 > lrwxrwxrwx 1 root root 9 Jul 31 13:17 usb-Generic_Flash_HS-
34 > CF_26020128B005-0:0 -> ../../sdg
35 > lrwxrwxrwx 1 root root 9 Jul 31 13:17 usb-Generic_Flash_HS-
36 > COMBO_26020128B005-0:1 -> ../../sdh
37 > lrwxrwxrwx 1 root root 9 Jul 31 13:17 usb-INTENSO_USB_AA04012900007518-0:0
38 > -> ../../sdb
39 > lrwxrwxrwx 1 root root 10 Jul 31 13:17 usb-INTENSO_USB_AA04012900007518-0:0-
40 > part1 -> ../../sdb1
41 > lrwxrwxrwx 1 root root 9 Jul 31 15:20 wwn-0x5000c50065531ec5 -> ../../sdi
42 > lrwxrwxrwx 1 root root 10 Jul 31 15:20 wwn-0x5000c50065531ec5-part1 ->
43 > ../../sdi1
44 > lrwxrwxrwx 1 root root 9 Jul 31 13:17 wwn-0x5001480000000000 -> ../../sr0
45 > lrwxrwxrwx 1 root root 9 Jul 31 13:17 wwn-0x500a075112468483 -> ../../sda
46 > lrwxrwxrwx 1 root root 10 Jul 31 13:17 wwn-0x500a075112468483-part1 ->
47 > ../../sda1
48 > lrwxrwxrwx 1 root root 10 Jul 31 13:17 wwn-0x500a075112468483-part2 ->
49 > ../../sda2
50 > lrwxrwxrwx 1 root root 10 Jul 31 13:17 wwn-0x500a075112468483-part3 ->
51 > ../../sda3
52 > =============== %< ==============
53 > $ ls -l /dev/disk/by-label
54 > total 0
55 > lrwxrwxrwx 1 root root 10 Jul 31 13:17 boot -> ../../sda1
56 > lrwxrwxrwx 1 root root 10 Jul 31 13:17 gentoo -> ../../sda3
57 > lrwxrwxrwx 1 root root 10 Jul 31 15:20 intenso -> ../../sdi1
58 > lrwxrwxrwx 1 root root 10 Jul 31 13:17 swap -> ../../sda2
59 > =============== %< ==============
60 >
61 > However, when I boot a rescue system from a USB stick, the partition on the
62 > USB is not detected. I already tried latest SystemRescueCD (default and
63 > alternate kernel), Knoppix and the Gentoo Admin CD. Nothing, the partition
64 > is not available.
65 >
66 > What's the difference? Why does my kernel find this partition and the other
67 > one's do not? It's pretty silly to have a backup drive and cannot access it
68 > in question ;-)
69 >
70 > - Jörg
71 >
72 >
73
74 I can only think of two reasons, the kernel on the livecd doesn't
75 support GPT (which is unlikely) or you're booting a 32-bit kernel live
76 USB. I am reasonably certain for drives > 2TB a 64-bit kernel and GPT
77 are required.
78
79 Dan

Replies

Subject Author
[gentoo-user] Re: Partition of 3TB USB drive not detected "Jörg Schaible" <joerg.schaible@×××.de>