Skip to content

Commit bb08fd6

Browse files
committed
Add to LDM description info about safe restart
1 parent 0606d47 commit bb08fd6

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
* [Prerequisites](#prerequisites)
3030
* [Install LDM](#install-ldm)
3131
* [Enable LDM](#enable-ldm)
32+
* [Making sure LDM is active (running)](#making-sure-ldm-is-active-running)
3233
* [Known issues](#known-issues)
3334

3435
# Description
@@ -662,7 +663,21 @@ $ systemctl status ldm
662663
$ sudo systemctl enable ldm
663664
```
664665

665-
Now you probably have to reboot and enjoy more stable ```mbed-ls``` queries with your Raspberry Pi (Raspbian Jessie Lite).
666+
Now you probably have to safely reboot to make sure changes will take place ```$sudo shutdown -r now (or sudo reboot)``` and enjoy more stable ```mbed-ls``` queries with your Raspberry Pi (Raspbian Jessie Lite).
667+
668+
### Making sure LDM is active (running)
669+
670+
```
671+
$ systemctl status ldm
672+
```
673+
```
674+
ldm.service - lightweight device mounter
675+
Loaded: loaded (/usr/lib/systemd/system/ldm.service; enabled)
676+
Active: active (running) since Fri 2016-04-29 12:54:23 UTC; 48min ago
677+
Main PID: 389 (ldm)
678+
CGroup: /system.slice/ldm.service
679+
└─389 /usr/bin/ldm -u jenkins -p /mnt
680+
```
666681

667682
# Known issues
668683
* Users reported issues while using ```mbed-ls``` on VM (Virtual Machines).

0 commit comments

Comments
 (0)