0 Mitglieder und 1 Gast betrachten dieses Thema.
pitu@pitu-HP-ProBook-6550b:~$ inxi -FzSystem: Kernel: 5.4.0-58-generic x86_64 bits: 64 Desktop: Cinnamon 4.8.6 Distro: Linux Mint 20.1 Ulyssa Machine: Type: Laptop System: Hewlett-Packard product: HP ProBook 6550b (VZ245AV) v: N/A serial: <filter> Mobo: Hewlett-Packard model: 146D v: KBC Version 73.13 serial: <filter> BIOS: Hewlett-Packard v: 68CDE Ver. F.06 date: 01/11/2011 Battery: ID-1: BAT0 charge: 73.3 Wh condition: 73.3/73.3 Wh (100%) CPU: Topology: Dual Core model: Intel Core i5 M 540 bits: 64 type: MT MCP L2 cache: 3072 KiB Speed: 1406 MHz min/max: 1199/2534 MHz Core speeds (MHz): 1: 1402 2: 1408 3: 1443 4: 1443 Graphics: Device-1: Intel Core Processor Integrated Graphics driver: i915 v: kernel Display: x11 server: X.Org 1.20.9 driver: modesetting unloaded: fbdev,vesa resolution: 1600x900~60Hz OpenGL: renderer: Mesa DRI Intel HD Graphics (ILK) v: 2.1 Mesa 20.2.6 Audio: Device-1: Intel 5 Series/3400 Series High Definition Audio driver: snd_hda_intel Sound Server: ALSA v: k5.4.0-58-generic Network: Device-1: Intel 82577LC Gigabit Network driver: e1000e IF: enp0s25 state: down mac: <filter> Device-2: Intel Centrino Advanced-N 6200 driver: iwlwifi IF: wlo1 state: up mac: <filter> Drives: Local Storage: total: 233.12 GiB used: 14.97 GiB (6.4%) ID-1: /dev/sda vendor: Western Digital model: WD2500BEVT-08A23T1 size: 232.89 GiB ID-2: /dev/sdb type: USB model: UDISK PDU01 256 61G2.0 size: 242.2 MiB Partition: ID-1: / size: 34.60 GiB used: 14.97 GiB (43.3%) fs: ext4 dev: /dev/sda8 Sensors: System Temperatures: cpu: 41.0 C mobo: 0.0 C Fan Speeds (RPM): N/A Info: Processes: 215 Uptime: 31m Memory: 3.64 GiB used: 1.09 GiB (30.0%) Shell: bash inxi: 3.0.38 pitu@pitu-HP-ProBook-6550b:~$
sudo blkid
falls du das per gui machen möchtest, findes du auf meiner seite eine anleitung
ls -l /dev/disk/by-uuid
cat /etc/fstab
pitu@pitu-HP-ProBook-6550b:~$ ls -l /dev/disk/by-uuidinsgesamt 0lrwxrwxrwx 1 root root 10 Feb 23 14:19 4ac8a16d-b5c2-4ea0-ac43-4dd4da8f3511 -> ../../sda8lrwxrwxrwx 1 root root 10 Feb 23 14:19 50A4-0ACD -> ../../sda6lrwxrwxrwx 1 root root 10 Feb 23 14:19 69D0-681E -> ../../sda4lrwxrwxrwx 1 root root 10 Feb 23 14:19 A8E01700E016D502 -> ../../sda2lrwxrwxrwx 1 root root 10 Feb 23 14:19 D594-F8B1 -> ../../sda5lrwxrwxrwx 1 root root 10 Feb 23 14:19 E7E7-1D6D -> ../../sda7lrwxrwxrwx 1 root root 10 Feb 23 14:19 FACA1439CA13F09D -> ../../sda1pitu@pitu-HP-ProBook-6550b:~$ 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/sda8 during installationUUID=4ac8a16d-b5c2-4ea0-ac43-4dd4da8f3511 / ext4 errors=remount-ro 0 1# /boot/efi was on /dev/sda7 during installationUUID=CD93-7D26 /boot/efi vfat umask=0077 0 1/swapfile none swap sw 0 0pitu@pitu-HP-ProBook-6550b:~$
# /boot/efi was on /dev/sda7 during installationUUID=CD93-7D26 /boot/efi vfat umask=0077 0 1