diff options
| author | GNUxeava <bluenerd@protonmail.com> | 2022-04-06 18:52:02 +0530 | 
|---|---|---|
| committer | GNUxeava <bluenerd@protonmail.com> | 2022-04-06 18:52:02 +0530 | 
| commit | a39a4d20abe4bae42664c4aadcc7ffa237fd79b5 (patch) | |
| tree | 8140b5941172fb5ed8c4b05a0512962ed5709180 | |
| parent | 44ce3b465ba1a7cfd8171a9e45fcb88d3c46522e (diff) | |
start mount windows
| -rw-r--r-- | content/post/mount-and-unmount-a-partition-in-windows.md | 43 | 
1 files changed, 43 insertions, 0 deletions
| diff --git a/content/post/mount-and-unmount-a-partition-in-windows.md b/content/post/mount-and-unmount-a-partition-in-windows.md new file mode 100644 index 0000000..4261df6 --- /dev/null +++ b/content/post/mount-and-unmount-a-partition-in-windows.md @@ -0,0 +1,43 @@ +--- +title: "Mount and Unmount a Partition in Windows" +date: 2020-10-24T18:50:31+05:30 +lastmod: 2022-04-06T18:50:31+05:30 +draft: false +keywords: [mount diskpart mountvol partition] +description: "" +tags: [] +categories: [windows] +author: "" + +# You can also close(false) or open(true) something for this content. +# P.S. comment can only be closed +comment: false +toc: true +autoCollapseToc: true +postMetaInFooter: true +hiddenFromHomePage: false +# You can also define another contentCopyright. e.g. contentCopyright: "This is another copyright." +contentCopyright: false +reward: false +mathjax: false +mathjaxEnableSingleDollar: false +mathjaxEnableAutoNumber: false + +# You unlisted posts you might want not want the header or footer to show +hideHeaderAndFooter: false + +# You can enable or disable out-of-date content warning for individual post. +# Comment this out to use the global config. +#enableOutdatedInfoWarning: false + +flowchartDiagrams: +  enable: false +  options: "" + +sequenceDiagrams:  +  enable: false +  options: "" + +--- + +<!--more--> | 
