teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

2

追記2

2018/05/26 05:08

投稿

satuki_2525
satuki_2525

スコア11

title CHANGED
File without changes
body CHANGED
@@ -14,6 +14,7 @@
14
14
 
15
15
  次に、cat /etc/fstabの実行結果です。以下に表示します。
16
16
 
17
+ ```ここに言語を入力
17
18
  # /etc/fstab: static file system information.
18
19
  #
19
20
  # Use 'blkid' to print the universally unique identifier for a
@@ -25,4 +26,5 @@
25
26
  UUID=0bd52df9-afe3-48bd-b52c-e5b8024c1564 / btrfs defaults,subvol=@ 0 1
26
27
  # /home was on /dev/sda1 during installation
27
28
  UUID=0bd52df9-afe3-48bd-b52c-e5b8024c1564 /home btrfs defaults,subvol=@home 0 2
28
- /swapfile none swap sw 0 0
29
+ /swapfile none swap sw 0 0
30
+ ```

1

hichonさんへの回答を追記。

2018/05/26 05:08

投稿

satuki_2525
satuki_2525

スコア11

title CHANGED
File without changes
body CHANGED
@@ -5,4 +5,24 @@
5
5
 
6
6
  これを修正するにはどうしたらいいですか?
7
7
 
8
- Ubuntu 18.04(64bit)使っています。
8
+ Ubuntu 18.04(64bit)使っています。
9
+
10
+ #追記。
11
+ hichonさんからの質問の答え。
12
+
13
+ swapon --showを入力してEnter押しましたが、何も表示されませんでした。
14
+
15
+ 次に、cat /etc/fstabの実行結果です。以下に表示します。
16
+
17
+ # /etc/fstab: static file system information.
18
+ #
19
+ # Use 'blkid' to print the universally unique identifier for a
20
+ # device; this may be used with UUID= as a more robust way to name devices
21
+ # that works even if disks are added and removed. See fstab(5).
22
+ #
23
+ # <file system> <mount point> <type> <options> <dump> <pass>
24
+ # / was on /dev/sda1 during installation
25
+ UUID=0bd52df9-afe3-48bd-b52c-e5b8024c1564 / btrfs defaults,subvol=@ 0 1
26
+ # /home was on /dev/sda1 during installation
27
+ UUID=0bd52df9-afe3-48bd-b52c-e5b8024c1564 /home btrfs defaults,subvol=@home 0 2
28
+ /swapfile none swap sw 0 0