真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

Windows服務(wù)器目錄掛載到linux服務(wù)器

 把Windows服務(wù)器172.17.43.56(內(nèi)網(wǎng)地址)的目錄mount到CentOS服務(wù)器172.17.43.57(內(nèi)網(wǎng)地址)的目錄上。

成都創(chuàng)新互聯(lián)是一家從事企業(yè)網(wǎng)站建設(shè)、成都網(wǎng)站建設(shè)、成都網(wǎng)站制作、行業(yè)門戶網(wǎng)站建設(shè)、網(wǎng)頁設(shè)計(jì)制作的專業(yè)網(wǎng)站制作公司,擁有經(jīng)驗(yàn)豐富的網(wǎng)站建設(shè)工程師和網(wǎng)頁設(shè)計(jì)人員,具備各種規(guī)模與類型網(wǎng)站建設(shè)的實(shí)力,在網(wǎng)站建設(shè)領(lǐng)域樹立了自己獨(dú)特的設(shè)計(jì)風(fēng)格。自公司成立以來曾獨(dú)立設(shè)計(jì)制作的站點(diǎn)成百上千家。

#linux服務(wù)器的掛載狀態(tài)

[root@iZ2zeoecj5h3z0720hZtmp]# df -h
Filesystem      Size Used Avail Use% Mounted on
/dev/vda1       493G  87G  381G  19% /
devtmpfs        1.9G    0  1.9G   0% /dev
tmpfs           1.9G     0 1.9G   0% /dev/shm
tmpfs           1.9G 592K  1.9G   1% /run
tmpfs           1.9G     0 1.9G   0% /sys/fs/cgroup
tmpfs          380M     0  380M  0% /run/user/0

#/mnt目錄為空

[root@iZ2zeoecj5h3z0720hZ/]# cd mnt/
[root@iZ2zeoecj5h3z0720hZmnt]# ll
total 0
[root@iZ2zeoecj5h3z0720hZmnt]# cd ..

#掛載失敗

[root@iZ2zeoecj5h3z0720hZ /]# mount -t cifs -ousername="administrator" //172.17.43.56/bak /mnt
mount: //172.17.43.56/bakis write-protected, mounting read-only
mount: cannotmount //172.17.43.56/bak read-only
[root@iZ2zeoecj5h3z0720hZ/]# cd mnt/
[root@iZ2zeoecj5h3z0720hZmnt]# ll
total 0
[root@iZ2zeoecj5h3z0720hZ mnt]# cd ..

#安裝cifs-utils

[root@iZ2zeoecj5h3z0720hZ /]#yum installcifs-utils.x86_64 -y

#再次掛載成功(需要Windows服務(wù)器的administrator用戶密碼)

[root@iZ2zeoecj5h3z0720hZ /]# mount -t cifs -ousername="administrator" //172.17.43.56/bak /mnt
Password for administrator@//172.17.43.56/bak:  ****************
[root@iZ2zeoecj5h3z0720hZ /]# cd mnt/
[root@iZ2zeoecj5h3z0720hZ mnt]# ll -h
total 120G
-rwxr-xr-x 1 root root  51G Oct 1818:03 ecyingusystem-20171018175058.bak
-rwxr-xr-x 1 root root 9.8G Oct 18 18:17 ecyingusystem-20171018180614.bak
-rwxr-xr-x 1 root root 9.2G Oct 18 18:51 ecyingusystem-20171018180614.rar

#復(fù)制掛載目錄的文件沒有問題

[root@iZ2zeoecj5h3z0720hZmnt]# cp ecyingusystem-20171018180614.bak /tmp/
[root@iZ2zeoecj5h3z0720hZmnt]# ll /tmp/
total 14380696
-rwxr-xr-x 1root root 10434044928 Oct 19 11:29 ecyingusystem-20171018180614.bak
drwxr-xr-x 2root root        4096 Oct 16 17:12hsperfdata_root

#掛載成功后的狀態(tài)

[root@iZ2zeoecj5h3z0720hZ~]# df -h
Filesystem          Size Used Avail Use% Mounted on
/dev/vda1           493G 116G  352G  25% /
devtmpfs            1.9G     0 1.9G   0% /dev
tmpfs               1.9G     0 1.9G   0% /dev/shm
tmpfs               1.9G  604K 1.9G   1% /run
tmpfs               1.9G     0 1.9G   0% /sys/fs/cgroup
tmpfs               380M     0 380M   0% /run/user/0
//172.17.43.56/bak 420G  224G  196G 54% /mnt

參考文檔:

http://os.51cto.com/art/201408/449273.htm——Windows與Linux文件系統(tǒng)互訪的幾種方法

http://blog.csdn.net/yasi_xi/article/details/38356247——inux mountWindows目錄遇到 write-protected 問題


文章題目:Windows服務(wù)器目錄掛載到linux服務(wù)器
網(wǎng)頁網(wǎng)址:http://weahome.cn/article/gdhcgd.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部