queen-shit
(Themenstarter)
Anmeldungsdatum: 17. Februar 2010
Beiträge: 129
|
Der Rechner ist komplett Windows-frei. 1. Die 1. Platte ist die, auf die ich installieren moechte, die der Installer aber nicht erkennt, die 2. Platte ist der Stick mit dem LiveSystem und die 3. Platte ist die intern verbaute. 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 | ubuntu@ubuntu:~$ sudo parted --list
Model: Micron 2 300 NVMe 512GB (scsi)
Disk /dev/sda: 512GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 538MB 537MB fat32 EFI System Partition boot, esp
2 538MB 1305MB 768MB ext4
3 1305MB 512GB 511GB
Model: SanDisk 3.2 Gen 1 (scsi)
Disk /dev/sdb: 128GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 32.8kB 4927MB 4927MB ISO9660 hidden, msftdata
2 4927MB 4932MB 5155kB Appended2 boot, esp
3 4932MB 4932MB 307kB Gap1 hidden, msftdata
4 4933MB 128GB 123GB ext4
Model: SanDisk Ultra 3D NVMe (nvme)
Disk /dev/nvme0n1: 2000GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 538MB 537MB fat32 EFI System Partition boot, esp
2 538MB 1305MB 768MB ext4
3 1305MB 2000GB 1999GB
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24 | ubuntu@ubuntu:~$ sudo blkid
/dev/nvme0n1p1: UUID="8C17-EB25" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="937bf151-33de-4537-ae4c-730bb2fbd7d5"
/dev/nvme0n1p2: UUID="11b897f4-8dd4-4083-84ce-4542e97a0100" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="f22b74d7-48bb-4c26-92b9-bd38389bcf54"
/dev/sda1: UUID="399C-E78F" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="937bf151-33de-4537-ae4c-730bb2fbd7d5"
/dev/sda2: UUID="9dbc4cf5-26d9-48cf-ba8c-ffe51241d364" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="f22b74d7-48bb-4c26-92b9-bd38389bcf54"
/dev/sdb1: BLOCK_SIZE="2048" UUID="2023-04-18-21-06-00-00" LABEL="Ubuntu 23.04 amd64" TYPE="iso9660" PARTLABEL="ISO9660" PARTUUID="f05c32e4-7288-463c-99eb-dc437a059e92"
/dev/loop1: TYPE="squashfs"
/dev/nvme0n1p3: UUID="ec6b49b7-22cb-48cc-a97b-7d9d4a6f9bc9" TYPE="crypto_LUKS" PARTUUID="5c0f3546-1e71-4709-b666-c001b7a3e341"
/dev/loop8: TYPE="squashfs"
/dev/sdb4: LABEL="writable" UUID="3f271279-b617-4848-89f9-a35baf189f01" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="0ef36b47-73b6-3245-9d8d-abcfe6c95291"
/dev/sdb2: SEC_TYPE="msdos" LABEL_FATBOOT="ESP" LABEL="ESP" UUID="A413-CB6C" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="Appended2" PARTUUID="f05c32e4-7288-463c-99e8-dc437a059e92"
/dev/sdb3: PARTLABEL="Gap1" PARTUUID="f05c32e4-7288-463c-99e9-dc437a059e92"
/dev/loop6: TYPE="squashfs"
/dev/loop4: TYPE="squashfs"
/dev/loop11: TYPE="squashfs"
/dev/loop2: TYPE="squashfs"
/dev/loop0: TYPE="squashfs"
/dev/loop9: TYPE="squashfs"
/dev/loop7: TYPE="squashfs"
/dev/sda3: UUID="ff8e31ff-cea6-44ec-b17e-c32435ef575e" TYPE="crypto_LUKS" PARTUUID="5c0f3546-1e71-4709-b666-c001b7a3e341"
/dev/loop5: TYPE="squashfs"
/dev/loop12: TYPE="squashfs"
/dev/loop3: TYPE="squashfs"
/dev/loop10: TYPE="squashfs"
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21 | ubuntu@ubuntu:~$ df -i; df -h
Filesystem Inodes IUsed IFree IUse% Mounted on
tmpfs 2005802 1512 2004290 1% /run
/dev/sdb1 0 0 0 - /cdrom
/cow 2005802 3443 2002359 1% /
/dev/disk/by-label/writable 7520256 271 7519985 1% /var/log
tmpfs 2005802 1 2005801 1% /dev/shm
tmpfs 2005802 7 2005795 1% /run/lock
tmpfs 2005802 66 2005736 1% /tmp
tmpfs 401160 161 400999 1% /run/user/1000
/dev/sda2 46848 343 46505 1% /media/ubuntu/9dbc4cf5-26d9-48cf-ba8c-ffe51241d364
Filesystem Size Used Avail Use% Mounted on
tmpfs 1.6G 11M 1.6G 1% /run
/dev/sdb1 4.6G 4.6G 0 100% /cdrom
/cow 7.7G 129M 7.6G 2% /
/dev/disk/by-label/writable 113G 20M 107G 1% /var/log
tmpfs 7.7G 0 7.7G 0% /dev/shm
tmpfs 5.0M 8.0K 5.0M 1% /run/lock
tmpfs 7.7G 500K 7.7G 1% /tmp
tmpfs 1.6G 148K 1.6G 1% /run/user/1000
/dev/sda2 704M 368M 285M 57% /media/ubuntu/9dbc4cf5-26d9-48cf-ba8c-ffe51241d364
|
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 | ubuntu@ubuntu:~$ mount
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,nosuid,relatime,size=7945732k,nr_inodes=1986433,mode=755,inode64)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,nodev,noexec,relatime,size=1604644k,mode=755,inode64)
/dev/sdb1 on /cdrom type iso9660 (ro,noatime,nojoliet,check=s,map=n,blocksize=2048,iocharset=utf8)
/dev/loop0 on /rofs type squashfs (ro,noatime,errors=continue,threads=single)
/cow on / type overlay (rw,relatime,lowerdir=/minimal.standard.live.squashfs:/minimal.standard.squashfs:/minimal.squashfs,upperdir=/cow/upper,workdir=/cow/work,xino=off)
/dev/sdb4 on /var/log type ext4 (rw,relatime,stripe=8191)
/dev/sdb4 on /var/crash type ext4 (rw,relatime,stripe=8191)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,inode64)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k,inode64)
cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=29,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=18954)
mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime)
tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime)
ramfs on /run/credentials/systemd-sysusers.service type ramfs (ro,nosuid,nodev,noexec,relatime,mode=700)
ramfs on /run/credentials/systemd-tmpfiles-setup-dev.service type ramfs (ro,nosuid,nodev,noexec,relatime,mode=700)
ramfs on /run/credentials/systemd-sysctl.service type ramfs (ro,nosuid,nodev,noexec,relatime,mode=700)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime,inode64)
/var/lib/snapd/snaps/bare_5.snap on /snap/bare/5 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide,x-gvfs-hide)
/var/lib/snapd/snaps/snapd_18933.snap on /snap/snapd/18933 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide,x-gvfs-hide)
/var/lib/snapd/snaps/firefox_2517.snap on /snap/firefox/2517 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide,x-gvfs-hide)
/var/lib/snapd/snaps/snapd-desktop-integration_83.snap on /snap/snapd-desktop-integration/83 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide,x-gvfs-hide)
/var/lib/snapd/snaps/core22_607.snap on /snap/core22/607 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide,x-gvfs-hide)
/var/lib/snapd/snaps/gtk-common-themes_1535.snap on /snap/gtk-common-themes/1535 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide,x-gvfs-hide)
/var/lib/snapd/snaps/gnome-42-2204_87.snap on /snap/gnome-42-2204/87 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide,x-gvfs-hide)
/var/lib/snapd/snaps/ubuntu-desktop-installer_939.snap on /snap/ubuntu-desktop-installer/939 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide,x-gvfs-hide)
/var/lib/snapd/snaps/snap-store_959.snap on /snap/snap-store/959 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide,x-gvfs-hide)
ramfs on /run/credentials/systemd-tmpfiles-setup.service type ramfs (ro,nosuid,nodev,noexec,relatime,mode=700)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,nosuid,nodev,noexec,relatime)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=1604640k,nr_inodes=401160,mode=700,uid=1000,gid=1000,inode64)
tmpfs on /run/snapd/ns type tmpfs (rw,nosuid,nodev,noexec,relatime,size=1604644k,mode=755,inode64)
nsfs on /run/snapd/ns/firefox.mnt type nsfs (rw)
/cow on /var/snap/firefox/common/host-hunspell type overlay (ro,noexec,noatime,lowerdir=/minimal.standard.live.squashfs:/minimal.standard.squashfs:/minimal.squashfs,upperdir=/cow/upper,workdir=/cow/work,xino=off)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
/dev/sda2 on /media/ubuntu/9dbc4cf5-26d9-48cf-ba8c-ffe51241d364 type ext4 (rw,nosuid,nodev,relatime,errors=remount-ro,uhelper=udisks2)
nsfs on /run/snapd/ns/snap-store.mnt type nsfs (rw)
portal on /run/user/1000/doc type fuse.portal (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
nsfs on /run/snapd/ns/snapd-desktop-integration.mnt type nsfs (rw)
/dev/loop0 on /tmp/tmp5jnjjyk5/minimal.squashfs.dir type squashfs (ro,relatime,errors=continue,threads=single)
/dev/loop1 on /tmp/tmp5jnjjyk5/minimal.standard.squashfs.dir type squashfs (ro,relatime,errors=continue,threads=single)
/cdrom/casper/minimal.standard.no-languages.squashfs on /tmp/tmp5jnjjyk5/minimal.standard.no-languages.squashfs.dir type squashfs (ro,relatime,errors=continue,threads=single)
overlay on /tmp/tmp5jnjjyk5/root.dir type overlay (ro,relatime,lowerdir=/tmp/tmp5jnjjyk5/minimal.standard.no-languages.squashfs.dir:/tmp/tmp5jnjjyk5/minimal.standard.squashfs.dir:/tmp/tmp5jnjjyk5/minimal.squashfs.dir)
|
|