Advertisement
masha11

Untitled

Jun 18th, 2019
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. [root@Sailfish nemo]# systemctl status persist.mount
  2. ● persist.mount - Droid mount for /persist
  3. Loaded: loaded (/lib/systemd/system/persist.mount; enabled; vendor preset: enabled)
  4. Active: failed (Result: exit-code) since Thu 1970-01-01 07:51:46 EET; 49 years 2 months ago
  5. Where: /persist
  6. What: /dev/sda3
  7. Process: 1879 ExecMount=/bin/mount /dev/sda3 /persist -t ext4 -o nosuid,nodev,barrier=1,def (code=exited, status=32)
  8.  
  9. Jan 01 07:51:46 Sailfish systemd[1]: Mounting Droid mount for /persist...
  10. Jan 01 07:51:46 Sailfish mount[1879]: mount: /persist: wrong fs type, bad o...r.
  11. Jan 01 07:51:46 Sailfish systemd[1]: persist.mount: Mount process exited, c...32
  12. Jan 01 07:51:46 Sailfish systemd[1]: Failed to mount Droid mount for /persist.
  13. Jan 01 07:51:46 Sailfish systemd[1]: persist.mount: Unit entered failed state.
  14. Hint: Some lines were ellipsized, use -l to show in full.
  15. [root@Sailfish nemo]# systemctl status customize.mount
  16. ● customize.mount - Droid mount for /customize
  17. Loaded: loaded (/lib/systemd/system/customize.mount; enabled; vendor preset: enabled)
  18. Active: failed (Result: exit-code) since Thu 1970-01-01 07:51:46 EET; 49 years 2 months ago
  19. Where: /customize
  20. What: /dev/sda8
  21. Process: 1885 ExecMount=/bin/mount /dev/sda8 /customize -t ext4 -o ro,discard,nosuid,nodev,noatime,nodiratime,noexec,def (code=exited, status=32)
  22.  
  23. Jan 01 07:51:46 Sailfish systemd[1]: Mounting Droid mount for /customize...
  24. Jan 01 07:51:46 Sailfish mount[1885]: mount: /customize: wrong fs type, bad...r.
  25. Jan 01 07:51:46 Sailfish systemd[1]: customize.mount: Mount process exited,...32
  26. Jan 01 07:51:46 Sailfish systemd[1]: Failed to mount Droid mount for /customize.
  27. Jan 01 07:51:46 Sailfish systemd[1]: customize.mount: Unit entered failed state.
  28. Hint: Some lines were ellipsized, use -l to show in full.
  29. [root@Sailfish nemo]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement