login
Anmeldungsdatum: 21. Juli 2008
Beiträge: 94
Wohnort: irgendwo im süden deutschlands
|
Hallo zusammen, folgender zustand: Rechner Ubuntu, Sat Receiver Linux box.
Beide Geräte habe ich gestern abend nach dieser //wiki.ubuntuusers.de/NFSv4/: Anleitung mit nfs verbunden damit ich Filme vom rechner auf dem TV ansehen kann. Alles funktionierte Perfekt. Heute nach dem Neustart hat er kein Verzeichnis mehr gefunden, stattdessen einen zusätzlichen Laufwerkordner im freigegeben Ordner angelegt. meine fstab:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19 | # /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/sda2 during installation
UUID=922a99dd-a7b8-45fa-a38a-dd1d52acfef1 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sda1 during installation
UUID=72EC-ED01 /boot/efi vfat umask=0077 0 1
# /home was on /dev/sda3 during installation
UUID=4354da50-113f-4b2f-9ec0-4d3eed933ac6 /home ext4 defaults 0 2
# swap was on /dev/sda4 during installation
UUID=37f14654-5275-467a-b84b-ce8998b52a3b none swap sw 0 0
#nfsv
/media/steffen/Stuff/Filme /srv/nfsv4/Filme none bind 0 0
/media/steffen/Stuff1/Filme /srv/nfsv4/Movies none bind 0 0
#/home/steffen/Videos /srv/nfsv4/Videos none bind 0 0
|
/home/steffen/Videos habe ich auskommentiert da nfs nicht mit verschlüsseltem Laufwerk klarkommt. meine /etc/exports 1
2
3
4
5
6
7
8
9
10
11
12
13
14 | # /etc/exports: the access control list for filesystems which may be exported
# to NFS clients. See exports(5).
#
# Example for NFSv2 and NFSv3:
# /srv/homes hostname1(rw,sync,no_subtree_check) hostname2(ro,sync,no_subtree_check)
#
# Example for NFSv4:
# /srv/nfs4 gss/krb5i(rw,sync,fsid=0,crossmnt,no_subtree_check)
# /srv/nfs4/homes gss/krb5i(rw,sync,no_subtree_check)
#
/srv/nfsv4 192.168.2.162/24(rw,sync,crossmnt,no_subtree_check,fsid=0)
/srv/nfsv4/Filme 192.168.2.162/24(rw,sync,no_subtree_check)
/srv/nfsv4/Movies 192.168.2.162/24(rw,sync,no_subtree_check)
/srv/nfsv4/Videos 192.168.2.162/24(rw,sync,no_subtree_check)
|
/media/ hatte ich immer manuell im Dateimanager gemountet, dieses Stuff1 wurde automatisch angelegt. So funktioniert das nicht. Ich möchte, dass /media/steffen/Stuff/Filme, das ist die zweite Festplatte im Rechner, freigegeben wird. Stuff1 hatte ich vorher noch zusätzlich eingetragen, so wurde ein Stuff2 zusätzlich gemountet. Was habe ich falsch gemacht und vor allem, wer könnte mir weiterhelfen? Danke schonmal im voraus
|
ChickenLipsRfun2eat
Anmeldungsdatum: 6. Dezember 2009
Beiträge: 12067
|
login schrieb: Also: Als allererstes möchte ich wissen was ich angestellt habe…
Ich war nicht dabei 😉 Es gibt einige Möglichkeiten. Da du in der fstab den bind drin hast, kann es sein, dass die Daten nicht dort liegen, sondern woanders. Es kann auch sein, dass du eine UUID einfach zwei mal gemountet hast oder sowas wie mount --make-shared verwendet, per NFS lokal über Netz eingehängt, usw. Eventuell ist auch die bestehende Konfiguration durcheinander? (nfsconf --dump ) Als einfaches Beispiel: | [sudo] mount /dev/sdb2 /home/user1/da/soll/es/hin
[sudo] mount /dev/sdb2 /home/user33/hier/solls/hin
|
Jetzt haben beide Benutzer die selben Daten bei sich gemountet. Anzeigen lassen kannst du dir das mit mount oder für einen einzelnen Ordner auch mit df /home/user1/da/soll/es/hin
…das Icon diesen grünen Punkt und was bedeutet er?
Das kann ich dir nicht sagen, da ich keine Gnome-Oberfläche habe. Würde aber vermuten, es hat etwas mit einer Synchronisation zu tun. Hast du deine Freigabe bei dir selbst gemountet?
Als zweites wäre es mir recht das alles wieder rückgängig zu bekommen damit eben die Inhalte wieder in Stuff zu finden sind und die anderen "Freigaben" weg sind.
Dann kommentiere alle Einträge aus der fstab, der /etc/exports und ggf. /etc/nfs.conf aus, deaktiviere den/die systemd-Dienst/e (bei mir läuft nur nfsdcld , ich weiß nicht, wie es bei dir aussieht) und starte neu.
Zum Ablauf: Am angenehmsten wäre es natürlich wenn NFS-Dienst sowie die Freigaben automatisch bereitgestellt sind.
Dann sollte der Wiki-Artikel ja genau passen. Du musst halt zusehen, dass die Ordner unter /srv/nfs auch befüllt sind, sprich: die Daten müssen da verfügbar sein, bevor der Nutzer sich anmeldet. Außerdem brauchen sie die Rechte des Ziels/Clienten (deswegen die Frage nach uid/Name). Falls du da keine IP-Adressen sondern Namen angibst, muss zwingend dein (lokaler) DNS funktionieren, sonst wird einfach nix eingehängt.
|
login
(Themenstarter)
Anmeldungsdatum: 21. Juli 2008
Beiträge: 94
Wohnort: irgendwo im süden deutschlands
|
Also: Ich habe gestern deine Anweisungen befolgt. Geändert hat sich bezüglich der eingehängten "Stuff" Festplatte nichts. Alle NFS-Dienste deaktiviert, alles auskommentiert. Keine Änderung. Ich dachte, wenn ich mit Timeshift zurückgehe auf die letzte Sicherung von vor drei Wochen, funktioniert alles wieder.
Auch hier: Keine Änderung /etc/fstab im Originalzustand
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15 | #/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/sda2 during installation
UUID=922a99dd-a7b8-45fa-a38a-dd1d52acfef1 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sda1 during installation
UUID=72EC-ED01 /boot/efi vfat umask=0077 0 1
# /home was on /dev/sda3 during installation
UUID=4354da50-113f-4b2f-9ec0-4d3eed933ac6 /home ext4 defaults 0 2
# swap was on /dev/sda4 during installation
UUID=37f14654-5275-467a-b84b-ce8998b52a3b none swap sw 0 0
|
Wenn ich mount eingebe habe ich folgende Ausgabe bezüglich Stuff
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 | 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,noexec,relatime,size=3971992k,nr_inodes=992998,mode=755)
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=803792k,mode=755)
/dev/sda2 on / type ext4 (rw,relatime,errors=remount-ro)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup2 on /sys/fs/cgroup/unified type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,name=systemd)
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)
none on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,rdma)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=28,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=18927)
debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime)
mqueue on /dev/mqueue type mqueue (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)
fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime)
configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime)
/dev/sda1 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/sda3 on /home type ext4 (rw,relatime)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=803788k,mode=700,uid=1000,gid=1000)
/home/.ecryptfs/steffen/.Private on /home/steffen type ecryptfs (rw,nosuid,nodev,relatime,ecryptfs_fnek_sig=12fac852f6f9dd60,ecryptfs_sig=898a00995cd92d4b,ecryptfs_cipher=aes,ecryptfs_key_bytes=16,ecryptfs_unlink_sigs)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
tutanota-desktop-linux.AppImage on /tmp/.mount_tutanoRYjCVL type fuse.tutanota-desktop-linux.AppImage (ro,nosuid,nodev,relatime,user_id=1000,group_id=1000)
/dev/sda3 on /run/timeshift/backup type ext4 (rw,relatime)
/dev/sdb on /media/steffen/Stuff2 type ext4 (rw,nosuid,nodev,relatime,uhelper=udisks2)
|
Irgendwas wurde wohl auf die Festplatte geschrieben. Ich habe NFS-Server natürlich noch nicht installiert oder in Betrieb genommen.
Bevor ich das Problem mit Stuff nicht gelöst habe, ist das auch nciht notwendig
|
ChickenLipsRfun2eat
Anmeldungsdatum: 6. Dezember 2009
Beiträge: 12067
|
Wie man unschwer erkennen kann, wurde da /dev/sdbX ohne systemd/fstab gemountet. Das kann ja nur per root funktionieren oder per Autostart. Also grasen wir das mal ab:
als User
Hier gibt es die Autostart-Möglichkeiten der Desktopumgebung, eventuell auch ausgelöst vom Dateimanager, Anwendungen wie gigolo oder auch per UDEV. In den ersten beiden Fällen musst du da selbst nachsehen, bei udev reicht eigentlich™ ein systemctl status systemd-udevd , um die (letzten) Meldungen zu sehen. Ebenfalls kannst du folgendes abrufen: | journalctl -kg mount # abrufen der Kernelpuffer-Meldungen, gefiltert nach „mount“
|
Falls du damit noch nicht weiterkommst:
als root 1
2
3
4
5
6
7
8
9
10
11
12 | sudo -i # root-shell öffnen
crontab -l
crontab -u NUTZER -l
# Ausgabe sollte in beiden Fällen
# „no crontab for $USER“ sein
systemctl list-timers # der aktuelle „crontab“
ls -lha /etc/systemd/system/*.want # eine Übersicht, der aktivierten Dienste
# Hinweis: Dies sind nur manuell aktivierte, die „ab Werk" verfügbaren sind in /usr/lib
# Alle Units kannst du mit
systemctl list-units # oder
systemctl list-unit-files
# ansehen
|
Falls da Einträge sind, mit denen du nichts anfangen kannst, kannst du diese mittels systemctl status XX.timer untersuchen, dazu gibt es immer eine XX.service, steht im Timer unter „Triggers:“; diese kann natürlich auch mit systemctl status XX untersucht werden. Normal sind solche Dinge wie man-db (Handbücher), fstrim (SSD), shadow (Passwörter), tmpfiles-clean (temporäre Dateien), unter Ubuntu auch noch fwupd (firmware-update), unattended oder apt (Paketverwaltung) timer. Falls da irgendwo Einträge sind, die ein Script aufrufen, kannst du dessen Inhalt mit cat kontrollieren. Damit man nicht in der Kommentarwüste verschwindet:
alias noc='egrep -v '\''^[[:space:]]*([#;]|$)'\'''
Wenn du das zuvor ins Terminal kopierst, kannst du dir alle aktiven Dateiinhalte ohne Kommentare ansehen, Beispiel: noc /etc/nfs* ; Erklärung unter alias
|
login
(Themenstarter)
Anmeldungsdatum: 21. Juli 2008
Beiträge: 94
Wohnort: irgendwo im süden deutschlands
|
Ok, ich poste mal sämtliche Ausgaben die ich erhalten habe. Vielleicht kommen wir ja ein Stück weiter. Also eher du als ich 😉 systemctl status systemd-udevd 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24 | systemctl status systemd-udevd 130 ↵
● systemd-udevd.service - udev Kernel Device Manager
Loaded: loaded (/lib/systemd/system/systemd-udevd.service; static; vendor preset: enabled)
Active: active (running) since Thu 2021-08-19 09:44:27 CEST; 3h 48min ago
TriggeredBy: ● systemd-udevd-kernel.socket
● systemd-udevd-control.socket
Docs: man:systemd-udevd.service(8)
man:udev(7)
Main PID: 410 (systemd-udevd)
Status: "Processing with 24 children at max"
Tasks: 1
Memory: 30.5M
CGroup: /system.slice/systemd-udevd.service
└─410 /lib/systemd/systemd-udevd
Aug 19 09:44:28 hp systemd-udevd[470]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Aug 19 09:44:28 hp systemd-udevd[451]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Aug 19 09:44:28 hp mtp-probe[485]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6"
Aug 19 09:44:28 hp mtp-probe[486]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5"
Aug 19 09:44:28 hp mtp-probe[486]: bus: 1, device: 3 was not an MTP device
Aug 19 09:44:28 hp mtp-probe[485]: bus: 1, device: 4 was not an MTP device
Aug 19 09:44:40 hp systemd-udevd[450]: Using default interface naming scheme 'v245'.
Aug 19 09:44:40 hp systemd-udevd[450]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Aug 19 09:44:40 hp systemd-udevd[455]: Using default interface naming scheme 'v245'.
|
journalctl -kg mount 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22 | -- Logs begin at Thu 2021-08-19 09:44:26 CEST, end at Thu 2021-08-19 13:23:27 CEST. --
Aug 19 09:44:26 hp kernel: Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
Aug 19 09:44:26 hp kernel: Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
Aug 19 09:44:26 hp kernel: EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
Aug 19 09:44:26 hp systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Aug 19 09:44:26 hp systemd[1]: Mounting Huge Pages File System...
Aug 19 09:44:26 hp systemd[1]: Mounting POSIX Message Queue File System...
Aug 19 09:44:26 hp systemd[1]: Mounting Kernel Debug File System...
Aug 19 09:44:26 hp systemd[1]: Mounting Kernel Trace File System...
Aug 19 09:44:26 hp systemd[1]: Starting Remount Root and Kernel File Systems...
Aug 19 09:44:26 hp systemd[1]: Mounted Huge Pages File System.
Aug 19 09:44:26 hp systemd[1]: Mounted POSIX Message Queue File System.
Aug 19 09:44:26 hp systemd[1]: Mounted Kernel Debug File System.
Aug 19 09:44:26 hp systemd[1]: Mounted Kernel Trace File System.
Aug 19 09:44:26 hp kernel: EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro
Aug 19 09:44:30 hp kernel: EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
Aug 19 09:57:16 hp kernel: EXT4-fs (sdb): mounted filesystem with ordered data mode. Opts: (null)
Aug 19 09:57:24 hp kernel: EXT4-fs (sdb): mounted filesystem with ordered data mode. Opts: (null)
Aug 19 09:57:47 hp kernel: EXT4-fs (sdb): mounted filesystem with ordered data mode. Opts: (null)
Aug 19 09:58:08 hp kernel: EXT4-fs (sdb): mounted filesystem with ordered data mode. Opts: (null)
Aug 19 10:01:28 hp kernel: EXT4-fs (sdb): mounted filesystem with ordered data mode. Opts: (null)
Aug 19 13:09:11 hp kernel: EXT4-fs (sdb): mounted filesystem with ordered data mode. Opts: (null)
|
crontab | hp# crontab -l
no crontab for root
hp# crontab -u steffen -l
no crontab for steffen
|
systemctl list-timers 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16 | hp# systemctl list-timers
NEXT LEFT LAST PASSED UNIT ACTIVATES
Thu 2021-08-19 13:32:17 CEST 6min left Thu 2021-08-19 09:28:05 CEST 3h 58min ago motd-news.timer motd-news.service
Thu 2021-08-19 13:33:37 CEST 7min left Thu 2021-08-19 12:30:54 CEST 55min ago anacron.timer anacron.service
Thu 2021-08-19 15:45:28 CEST 2h 19min left Thu 2021-08-19 10:44:12 CEST 2h 41min ago ua-messaging.timer ua-messaging.service
Thu 2021-08-19 20:10:44 CEST 6h left Thu 2021-07-08 10:39:38 CEST 1 months 11 days ago fwupd-refresh.timer fwupd-refresh.service
Thu 2021-08-19 20:18:56 CEST 6h left Thu 2021-08-19 10:53:54 CEST 2h 32min ago apt-daily.timer apt-daily.service
Fri 2021-08-20 00:00:00 CEST 10h left Thu 2021-08-19 09:07:48 CEST 4h 18min ago logrotate.timer logrotate.service
Fri 2021-08-20 00:00:00 CEST 10h left Thu 2021-08-19 09:07:48 CEST 4h 18min ago man-db.timer man-db.service
Fri 2021-08-20 06:30:30 CEST 17h left Thu 2021-08-19 09:20:47 CEST 4h 5min ago apt-daily-upgrade.timer apt-daily-upgrade.service
Fri 2021-08-20 09:59:41 CEST 20h left Thu 2021-08-19 09:59:41 CEST 3h 26min ago systemd-tmpfiles-clean.timer systemd-tmpfiles-clean.service
Sun 2021-08-22 03:10:59 CEST 2 days left Thu 2021-08-19 09:08:03 CEST 4h 18min ago e2scrub_all.timer e2scrub_all.service
Mon 2021-08-23 00:00:00 CEST 3 days left Thu 2021-08-19 09:07:48 CEST 4h 18min ago fstrim.timer fstrim.service
11 timers listed.
Pass --all to see loaded but inactive timers, too.
|
ls -lha /etc/systemd/system/*.want | hp# ls -lha /etc/systemd/system/*.want
zsh: no matches found: /etc/systemd/system/*.want
|
systemctl list-units 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23 | UNIT LOAD ACTIVE SUB DESCRIPTION >
proc-sys-fs-binfmt_misc.automount loaded active waiting Arbitrary Executable File Formats File System Automount Point >
sys-devices-pci0000:00-0000:00:16.3-tty-ttyS4.device loaded active plugged 6 Series/C200 Series Chipset Family KT Controller >
sys-devices-pci0000:00-0000:00:19.0-net-eno1.device loaded active plugged 82579LM Gigabit Network Connection (Lewisville) >
sys-devices-pci0000:00-0000:00:1b.0-sound-card0.device loaded active plugged 6 Series/C200 Series Chipset Family High Definition Audio Controller >
sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device loaded active plugged TOSHIBA_HDWD110 1 >
sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device loaded active plugged TOSHIBA_HDWD110 2 >
sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device loaded active plugged TOSHIBA_HDWD110 3 >
sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device loaded active plugged TOSHIBA_HDWD110 4 >
sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device loaded active plugged TOSHIBA_HDWD110 >
sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device loaded active plugged TOSHIBA_HDWD110 Stuff >
sys-devices-pci0000:00-0000:00:1f.2-ata3-host2-target2:0:0-2:0:0:0-block-sr0.device loaded active plugged hp_CDDVDW_TS-H653T >
sys-devices-platform-serial8250-tty-ttyS1.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS1 >
sys-devices-platform-serial8250-tty-ttyS10.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS10 >
sys-devices-platform-serial8250-tty-ttyS11.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS11 >
sys-devices-platform-serial8250-tty-ttyS12.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS12 >
sys-devices-platform-serial8250-tty-ttyS13.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS13 >
sys-devices-platform-serial8250-tty-ttyS14.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS14 >
sys-devices-platform-serial8250-tty-ttyS15.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS15 >
sys-devices-platform-serial8250-tty-ttyS16.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS16 >
sys-devices-platform-serial8250-tty-ttyS17.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS17 >
sys-devices-platform-serial8250-tty-ttyS18.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS18 >
sys-devices-platform-serial8250-tty-ttyS19.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS19
|
systemctl list-unit-files 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23 | UNIT FILE STATE VENDOR PRESET
proc-sys-fs-binfmt_misc.automount static enabled
-.mount generated enabled
boot-efi.mount generated enabled
dev-hugepages.mount static enabled
dev-mqueue.mount static enabled
home.mount generated enabled
proc-sys-fs-binfmt_misc.mount disabled enabled
sys-fs-fuse-connections.mount static enabled
sys-kernel-config.mount static enabled
sys-kernel-debug.mount static enabled
sys-kernel-tracing.mount static enabled
var-lib-machines.mount static enabled
acpid.path enabled enabled
cups.path enabled enabled
systemd-ask-password-console.path static enabled
systemd-ask-password-plymouth.path static enabled
systemd-ask-password-wall.path static enabled
session-c2.scope transient enabled
accounts-daemon.service enabled enabled
acpid.service disabled enabled
alsa-restore.service static enabled
alsa-state.service static enabled
|
|