ubuntuusers.de

grub-efi-amd64

Autor:
Coputergreis
Datum:
21. April 2016 16:55
Code:
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
erwin@erwin-All-Series:~$ sudo parted -l

Modell: ATA SanDisk SDSSDA24 (scsi)
Festplatte  /dev/sda:  240GB
Sektorgröße (logisch/physisch): 512B/512B
Partitionstabelle: msdos
Disk-Flags: 

Nummer  Anfang  Ende    Größe   Typ      Dateisystem     Flags
 1      1049kB  89,1GB  89,1GB  primary  ntfs            boot
 2      89,1GB  171GB   81,5GB  primary  ext4
 4      171GB   174GB   3394MB  primary  linux-swap(v1)
 3      174GB   240GB   66,1GB  primary  btrfs


Modell: ATA ST2000DM001-9YN1 (scsi)
Festplatte  /dev/sdb:  2000GB
Sektorgröße (logisch/physisch): 512B/4096B
Partitionstabelle: gpt
Disk-Flags: 

Nummer  Anfang  Ende    Größe   Dateisystem     Name                          Flags
 1      1049kB  11,5MB  10,5MB  ntfs                                          msftdata
 2      11,5MB  524MB   513MB   ntfs            Basic data partition          diag
 3      525MB   630MB   105MB   fat32           EFI system partition          boot, esp
 4      630MB   764MB   134MB                   Microsoft reserved partition  msftres
 5      764MB   1838MB  1074MB  fat32           Basic data partition          versteckt
 6      1838MB  136GB   134GB   ntfs            Basic data partition          msftdata
 7      136GB   137GB   472MB   ntfs                                          versteckt, diag
 8      137GB   137GB   474MB   ntfs                                          versteckt, diag
 9      137GB   292GB   155GB   ext4                                          msftdata
10      292GB   465GB   173GB   ext4                                          msftdata
11      465GB   1934GB  1468GB  ntfs                                          msftdata
12      1934GB  1936GB  2097MB  linux-swap(v1)
13      1936GB  2000GB  64,4GB  ntfs            Basic data partition          msftdata


Modell: TOSHIBA External USB 3.0 (scsi)
Festplatte  /dev/sdh:  1000GB
Sektorgröße (logisch/physisch): 512B/512B
Partitionstabelle: msdos
Disk-Flags: 

Nummer  Anfang  Ende    Größe   Typ      Dateisystem  Flags
 1      32,3kB  1000GB  1000GB  primary  fat32        boot, LBA


erwin@erwin-All-Series:~$ sudo lsblk -o NAME,UUID,FSTYPE,SIZE,LABEL,MOUNTPOINT
NAME    UUID                                 FSTYPE   SIZE LABEL      MOUNTPOINT
sda                                                 223,6G            
├─sda1  6C21338F4CCB1305                     ntfs      83G windows 10 
├─sda2  a72f8bd7-bf13-412c-a596-4453b42aeacd ext4    75,9G            
├─sda3  6a88ec4e-5930-40ec-80a6-264f73d82ac0 btrfs   61,5G            /home
└─sda4  fb92c17d-b6f9-4a13-ace2-b878bcb1a8c4 swap     3,2G            [SWAP]
sdb                                                   1,8T            
├─sdb1  2B6501B625A2B740                     ntfs      10M GRUB       
├─sdb2  103EC7B23EC78EE2                     ntfs     489M            
├─sdb3  A0C7-FED5                            vfat     100M            /boot/efi
├─sdb4                                                128M            
├─sdb5  3245-63C2                            vfat       1G PRC_RP     
├─sdb6  54B0C69FB0C68748                     ntfs   125,2G Boot       
├─sdb7  8AFA02EEFA02D5FB                     ntfs     450M            
├─sdb8  C40C444B0C443AA6                     ntfs     452M            
├─sdb9  c6b92189-40a2-4144-ac11-506ff7be010b ext4   144,6G            /media/erw
├─sdb10 e9e7cf2e-9c9e-4e0f-91ab-aaa056952255 ext4   161,1G            
├─sdb11 116E0C99007983F1                     ntfs     1,3T Daten      
├─sdb12 5e3a723b-b6ab-489c-8c1c-7685220aeffd swap       2G            [SWAP]
└─sdb13 84A8AA7AA8AA69FE                     ntfs      60G Recover    
sdh                                                 931,5G            
└─sdh1  845E-8109                            vfat   931,5G TOSHIBA EXT
                                                                      
sr0  


erwin@erwin-All-Series:~$ 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/sda3 during installation
UUID=6a88ec4e-5930-40ec-80a6-264f73d82ac0 /               btrfs   defaults,subvol=@ 0       1
# /boot/efi was on /dev/sdb3 during installation
UUID=A0C7-FED5  /boot/efi       vfat    umask=0077      0       1
# /home was on /dev/sda3 during installation
UUID=6a88ec4e-5930-40ec-80a6-264f73d82ac0 /home           btrfs   defaults,subvol=@home 0       2
# swap was on /dev/sda4 during installation
UUID=fb92c17d-b6f9-4a13-ace2-b878bcb1a8c4 none            swap    sw              0       0
# swap was on /dev/sdb12 during installation
UUID=5e3a723b-b6ab-489c-8c1c-7685220aeffd none            swap    sw              0       0