0 Mitglieder und 1 Gast betrachten dieses Thema.
fsck /dev/sda1
g-io error-quark:GPG:Das Dateisystem ist nur lesbar (21)
inxi -Fz
System: Host: hauman-ThinkPad-T440p Kernel: 5.4.0-52-generic x86_64 bits: 64 Desktop: Cinnamon 4.4.8 Distro: Linux Mint 19.3 Tricia Machine: Type: Laptop System: LENOVO product: 20AWS2LW00 v: ThinkPad T440p serial: <filter> Mobo: LENOVO model: 20AWS2LW00 serial: <filter> UEFI [Legacy]: LENOVO v: GLET96WW (2.50 ) date: 06/20/2018 Battery: ID-1: BAT0 charge: 65.2 Wh condition: 68.0/99.5 Wh (68%) CPU: Topology: Dual Core model: Intel Core i5-4300M bits: 64 type: MT MCP L2 cache: 3072 KiB Speed: 849 MHz min/max: 800/3300 MHz Core speeds (MHz): 1: 991 2: 995 3: 993 4: 1008 Graphics: Device-1: Intel 4th Gen Core Processor Integrated Graphics driver: i915 v: kernel Display: x11 server: X.Org 1.20.8 driver: modesetting unloaded: fbdev,vesa resolution: 1920x1200~60Hz, 1920x1080~60Hz OpenGL: renderer: Mesa DRI Intel HD Graphics 4600 (HSW GT2) v: 4.5 Mesa 20.0.8 Audio: Device-1: Intel Xeon E3-1200 v3/4th Gen Core Processor HD Audio driver: snd_hda_intel Device-2: Intel 8 Series/C220 Series High Definition Audio driver: snd_hda_intel Device-3: Logitech V20 portable speakers (USB powered) type: USB driver: hid-generic,snd-usb-audio,usbhid Sound Server: ALSA v: k5.4.0-52-generic Network: Device-1: Intel Ethernet I217-LM driver: e1000e IF: enp0s25 state: up speed: 1000 Mbps duplex: full mac: <filter> Device-2: Intel Wireless 7260 driver: iwlwifi IF: wlp3s0 state: down mac: <filter> Drives: Local Storage: total: 465.76 GiB used: 291.03 GiB (62.5%) ID-1: /dev/sda vendor: Toshiba model: MQ01ABF050 size: 465.76 GiB Partition: ID-1: / size: 457.45 GiB used: 291.03 GiB (63.6%) fs: ext4 dev: /dev/sda1 Sensors: System Temperatures: cpu: 57.0 C mobo: 0.0 C Fan Speeds (RPM): cpu: 3051 Info: Processes: 254 Uptime: 4h 27m Memory: 7.47 GiB used: 4.05 GiB (54.1%) Shell: bash inxi: 3.0.32
cat /etc/fstab
sudo parted --list
# /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/sda1 during installationUUID=91b0ecea-a43a-41f1-81b0-bfefa55d327b / ext4 errors=remount-ro 0 1/swapfile none swap sw 0 0
Modell: ATA TOSHIBA MQ01ABF0 (scsi)Festplatte /dev/sda: 500GBSektorgröße (logisch/physisch): 512B/4096BPartitionstabelle: msdosDisk-Flags: Nummer Anfang Ende Größe Typ Dateisystem Flags 1 1049kB 500GB 500GB primary ext4 boot
[ -d /sys/firmware/efi ] && echo UEFI || echo BIOS
~$ [ -d /sys/firmware/efi ] && echo UEFI || echo BIOSBIOS
Was mache ich aber mit weiter hereinkommenden Kernel-Updates: