Debian, Parallels desktop 筆記:如何建立自己的 Shared Folder / Debian and PD(Parallels Desktop) notes: How to create your own shared folder in the Linux VM in Parallels Desktop

Hi! I'm Eric. I'm not good at English and this is my first time using English to write an article. So if there are some problems in this article, welcome to inform me. I will be so glad and thank you for giving me a chance to learn the knowledge about computer science and training my English ability.

I will use English to write this article because I search a lot of key words to search how to create an own shared folder in Linux VM with the location I prefer, but that took me so much time even if I search it with English. So I record how to do by my way to help someone who is the beginner like me and hope this article can help them.

-----------------------------------------------------------------------------------------------------------------------

Before we start, you need to install Parallels Tools and set some options in the VM configuration. You can fallow following websites' steps to complete these missions.

install parallels tools: web1, web2
set up shared folder: this

-----------------------------------------------------------------------------------------------------------------------

then you need to create a shared folder in Mac and add it to the list of the shared folders in PD.

(following demo happens on PD 10)

step 1: create your shared folder in Mac that you want to share to Linux. and there is a file for check whether the mission success or not.



step 2: open the configuration dialog and choose Configure from the VM menu and select Shared Folder pane.

選項 = Configure
共用 = Shared Folder
自訂資料夾 = add shared folder

step 3: click button "add shared folder(自訂資料夾)" and add your folder you just created. (my folder in this example is debian-test )


the name (名稱 / I don't what's this column with English in English version) please remember the name (名稱) of this shared folders.

名稱 = name or id

step 4: in the terminal of your Linux VM,  use "sudo" to create your folder in where you like.
sudo mkdir [your folder's path and name]



 step 5: you can use following command to assign your folder to become your shared folder links it to your shared folder in Mac.
sudo mount  -t prl_fs [your shared folder name (名稱) that you just set in Mac ] [the path of shared folder in Linux VM]


In the MyTestServer folder, you can see the file xxx appear. So our mission complete. YEAH~

-------

Thank you for your watching.


-------

中文的改天寫吧!現在 AM 2:42。
I wanna sleep! QQ

留言

這個網誌中的熱門文章

MySQL 筆記:Join 合併表格,使用方式

Android 筆記:在Android Studio上製作分頁效果(FragmentTabHost 使用方法)