14-05-2020, 21:37
0
Cytat:darek@darek-G31M-S2L:~$ systemd-analyze critical-chain udisks2.service
The time after the unit is active or started is printed after the "@" character.
The time the unit takes to start is printed after the "+" character.
udisks2.service +54.302s
└─basic.target @46.873s
└─paths.target @46.873s
└─cups.path @46.873s
└─sysinit.target @46.830s
└─systemd-timesyncd.service @46.745s +84ms
└─systemd-tmpfiles-setup.service @46.348s +376ms
└─local-fs.target @46.345s
└─run-user-1000-gvfs.mount @1min 3.605s
└─run-user-1000.mount @58.186s
└─local-fs-pre.target @46.344s
└─lvm2-monitor.service @4.756s +41.587s
└─lvm2-lvmetad.service @8.036s
└─lvm2-lvmetad.socket @4.754s
└─system.slice @4.659s
└─-.slice @4.625s
To jest odpowiedź na pierwsze polecenie .
Cytat:Cytat:darek@darek-G31M-S2L:~$ sudo cat /etc/fstab- to odpowiedź na drugie polecenie
[sudo] hasło użytkownika darek:
# /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/sdb1 during installation
UUID=9d2938d6-5fa2-4ed8-b0cf-056159636507 / ext4 errors=remount-ro 0 1
# swap was on /dev/sdb2 during installation
UUID=f8d359ca-0384-4bdc-ae4d-3cc9e33c2451 none swap sw 0 0
Cytat:Cytat:darek@darek-G31M-S2L:~$ sudo lsblk -fA to odpowiedź na trzecie polecenie .....
NAME FSTYPE LABEL UUID MOUNTPOINT
sda
├─sda1 ntfs Zastrzeżone przez system 40746EB4746EAC7A
├─sda2 ntfs 3AB27FEDB27FABCF
├─sda3 ntfs BEA00217A001D6B5
└─sda4 ntfs 4640E65140E646F1
sdb
├─sdb1 ext4 9d2938d6-5fa2-4ed8-b0cf-056159636507 /
├─sdb2 swap f8d359ca-0384-4bdc-ae4d-3cc9e33c2451 [SWAP]
└─sdb3 ntfs Zastrzeżone przez system 42320A8C320A84DF
sr0
darek@darek-G31M-S2L:~$