Gentoo Archives: gentoo-user

From: Helmut Jarausch <jarausch@××××××.be>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: GPT newbee needs some help
Date: Fri, 22 Jul 2016 08:05:33
Message-Id: /6wfM/U7WQs46tBP0owYST@/GS+v7JDUcmIPqkqw9y+w
In Reply to: Re: [gentoo-user] Re: GPT newbee needs some help by Neil Bothwick
1 Thanks to all of you who have tried to help.
2 Unfortunately, I am still lost.
3
4 I just want to run Gentoo on my system, and the new drive is just for
5 backup, i.e. it needn't be bootable.
6
7 I have zeroed the first 8 MB and then I used gdisk
8 gdisk still notes that there is a backup GPT. I opted to created a new
9 blank GPT.
10 Then I created 4 partitions.
11 I have used the w(rite) command before exiting gdisk.
12 Starting gdisk again, it shows the 4 partitions.
13 But, after a 'sync' command I detached and re-attached the drive and I
14 get partially strange
15 output from dmesg :
16
17
18 [ 2225.690410] usb 9-1: New USB device found, idVendor=0bc2,
19 idProduct=ab34
20 [ 2225.690418] usb 9-1: New USB device strings: Mfr=2, Product=3,
21 SerialNumber=1
22 [ 2225.690423] usb 9-1: Product: Backup+ Desk
23 [ 2225.690426] usb 9-1: Manufacturer: Seagate
24 [ 2225.690430] usb 9-1: SerialNumber: NA7EV58E
25 [ 2225.692007] usb-storage 9-1:1.0: USB Mass Storage device detected
26 [ 2225.692167] scsi host8: usb-storage 9-1:1.0
27 [ 2226.693728] scsi 8:0:0:0: Direct-Access Seagate Backup+
28 Desk 040B PQ: 0 ANSI: 6
29 [ 2226.694322] sd 8:0:0:0: Attached scsi generic sg5 type 0
30 [ 2226.696829] sd 8:0:0:0: [sde] Spinning up disk...
31 16 # dmesg | tail
32 [ 2240.741282] sd 8:0:0:0: [sde] Very big device. Trying to use READ
33 CAPACITY(16).
34 [ 2240.741400] sd 8:0:0:0: [sde] 9767541167 512-byte logical blocks:
35 (5.00 TB/4.55 TiB)
36 [ 2240.741405] sd 8:0:0:0: [sde] 2048-byte physical blocks
37 [ 2240.791085] sd 8:0:0:0: [sde] Write Protect is off
38 [ 2240.791096] sd 8:0:0:0: [sde] Mode Sense: 4f 00 00 00
39 [ 2240.791853] sd 8:0:0:0: [sde] Write cache: enabled, read cache:
40 enabled, doesn't support DPO or FUA
41 [ 2240.792897] sd 8:0:0:0: [sde] Very big device. Trying to use READ
42 CAPACITY(16).
43 [ 2240.832400] sde: sde1
44 [ 2240.832943] sd 8:0:0:0: [sde] Very big device. Trying to use READ
45 CAPACITY(16).
46 [ 2240.835581] sd 8:0:0:0: [sde] Attached SCSI disk
47 17 # dmesg | tail
48 [ 2240.741282] sd 8:0:0:0: [sde] Very big device. Trying to use READ
49 CAPACITY(16).
50 [ 2240.741400] sd 8:0:0:0: [sde] 9767541167 512-byte logical blocks:
51 (5.00 TB/4.55 TiB)
52 [ 2240.741405] sd 8:0:0:0: [sde] 2048-byte physical blocks
53 [ 2240.791085] sd 8:0:0:0: [sde] Write Protect is off
54 [ 2240.791096] sd 8:0:0:0: [sde] Mode Sense: 4f 00 00 00
55 [ 2240.791853] sd 8:0:0:0: [sde] Write cache: enabled, read cache:
56 enabled, doesn't support DPO or FUA
57 [ 2240.792897] sd 8:0:0:0: [sde] Very big device. Trying to use READ
58 CAPACITY(16).
59 [ 2240.832400] sde: sde1
60 [ 2240.832943] sd 8:0:0:0: [sde] Very big device. Trying to use READ
61 CAPACITY(16).
62 [ 2240.835581] sd 8:0:0:0: [sde] Attached SCSI disk
63
64 and only /dev/sde and /dev/sde1 are visible.
65
66 Where are the other partitions - or am I missing a kernel option.
67 That is my first drive bigger than 3 TB.
68
69 Many thanks for your help,
70 Helmut

Replies

Subject Author
Re: [gentoo-user] Re: GPT newbee needs some help Neil Bothwick <neil@××××××××××.uk>