# 让玩客云不再下蛋

## 参考如下视频

## <https://youtu.be/MP5jo4bsROs>

## 在linux上做的3件事

1、 把玩客云的硬盘格式化为ext4

&#x20;2、 新建文件夹： `mkdir .onething_data`&#x20;

3、 给文件夹加权限 sudo chattr +i .onething\_data

## 在OpenWrt下做2件事&#x20;

1、新建文件夹 mkdir movie&#x20;

2、挂载玩客云的硬盘：&#x20;

`mount -t cifs -o username=root,password=123456 //192.168.6.181/e503/onecloud/tddownload /movie`

## 在玩客云app做2件事

&#x20;1、设置磁盘共享大小为 0 GB&#x20;

2、开启Sambe共享 设置用户名root 密码123456

虚拟机下载地址：<https://www.vmware.com/products/fusion/fusion-evaluation.html>&#x20;

Ubuntu下载地址：<https://releases.ubuntu.com/18.04/>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://didiboy0702.gitbook.io/wukongdaily/wan-ke-yun-ji-qiao/rang-wan-ke-yun-bu-zai-xia-dan.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
