ubuntu/samba/\350\265\267\345\213\225\346\231\202\343\201\253samba\343\202\222\343\203\236\343\202\246\343\203\263\343\203\210\343\201\231\343\202\213.md
... ...
@@ -1,8 +1,9 @@
1 1
[Proper fstab entry to mount a samba share on boot? - Ask Ubuntu](https://askubuntu.com/questions/157128/proper-fstab-entry-to-mount-a-samba-share-on-boot)
2 2
3
-```
4
-$ sudo apt-get install cifs-utils
5
-```
3
+0. 必要なパッケージをインストールする.
4
+ ```
5
+ $ sudo apt-get install cifs-utils
6
+ ```
6 7
7 8
1. `/etc/fstab`に以下を追加する.
8 9