質問編集履歴
4
コメントを修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
ls: cannot access 'Drive/': No such file or directory
|
11
11
|
```
|
12
12
|
|
13
|
-
lsではエラーになりますが、
|
13
|
+
lsではエラーになりますが、hogehogeのパスは存在します。
|
14
14
|
```
|
15
15
|
!ls '/content/drive/My Drive/'
|
16
16
|
0001.txt
|
3
コメントを追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -10,6 +10,7 @@
|
|
10
10
|
ls: cannot access 'Drive/': No such file or directory
|
11
11
|
```
|
12
12
|
|
13
|
+
lsではエラーになりますが、このパスは存在します。
|
13
14
|
```
|
14
15
|
!ls '/content/drive/My Drive/'
|
15
16
|
0001.txt
|
2
元のドライブが存在することを確認
title
CHANGED
File without changes
|
body
CHANGED
@@ -3,12 +3,6 @@
|
|
3
3
|
どうしたらよいでしょうか。
|
4
4
|
|
5
5
|
```
|
6
|
-
!ls '/content/drive/My Drive/'
|
7
|
-
0001.txt
|
8
|
-
0002.txt
|
9
|
-
0003.txt
|
10
|
-
|
11
|
-
|
12
6
|
hogehoge = '/content/drive/My Drive/'
|
13
7
|
!ls $hogehoge
|
14
8
|
|
@@ -16,4 +10,11 @@
|
|
16
10
|
ls: cannot access 'Drive/': No such file or directory
|
17
11
|
```
|
18
12
|
|
13
|
+
```
|
14
|
+
!ls '/content/drive/My Drive/'
|
15
|
+
0001.txt
|
16
|
+
0002.txt
|
17
|
+
0003.txt
|
18
|
+
```
|
19
|
+
|
19
20
|
どうぞよろしくお願い致します。
|
1
元のドライブが存在することを確認
title
CHANGED
File without changes
|
body
CHANGED
@@ -3,6 +3,12 @@
|
|
3
3
|
どうしたらよいでしょうか。
|
4
4
|
|
5
5
|
```
|
6
|
+
!ls '/content/drive/My Drive/'
|
7
|
+
0001.txt
|
8
|
+
0002.txt
|
9
|
+
0003.txt
|
10
|
+
|
11
|
+
|
6
12
|
hogehoge = '/content/drive/My Drive/'
|
7
13
|
!ls $hogehoge
|
8
14
|
|