Fix mount for C and D
This commit is contained in:
parent
bdc4fa2fc5
commit
15eb772ba0
1 changed files with 2 additions and 2 deletions
|
@ -103,7 +103,7 @@
|
|||
mount:
|
||||
boot: true
|
||||
fstype: ntfs-3g
|
||||
src: UUID=A09E30889E30594C
|
||||
src: "PARTLABEL=Basic\\040data\\040partition"
|
||||
path: /mnt/C
|
||||
state: mounted
|
||||
opts: defaults,nofail
|
||||
|
@ -112,7 +112,7 @@
|
|||
mount:
|
||||
boot: true
|
||||
fstype: ntfs-3g
|
||||
src: "LABEL=D:"
|
||||
src: "PARTLABEL=D:"
|
||||
path: /mnt/D
|
||||
state: mounted
|
||||
opts: defaults,nofail
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue