centos6.5 掛載ntfs格式移動硬碟

來源:互聯網
上載者:User

標籤:掛載   ntfs-3g   

在剛裝搭建完檔案伺服器,想將移動硬碟裡的資料拷貝至伺服器時,你會發現如下報錯,那是因為移動硬碟沒有掛載的原因



其實解決這個問題非常簡單

1、下載 ntfs-3g_ntfsprogs-2016.2.22.tgz 然後上傳至root目錄下

或者可以直接wget,然後安裝

[[email protected] ~]# wget http://tuxera.com/opensource/ntfs-3g_ntfsprogs-2016.2.22.tgz

[r[email protected] ~]# tar -zxvf ntfs-3g_ntfsprogs-2016.2.22.tgz   //解壓檔案

[[email protected] ~]# rm -rf ntfs-3g_ntfsprogs-2016.2.22.tgz        //刪除下載的檔案

[[email protected] ~]# mv ntfs-3g_ntfsprogs-2016.2.22 ntfs-3g        //將解壓後的檔案更名為 ntfs-3g

[[email protected] ~]# cd ntf-3g    //進入目錄

[[email protected] ntfs-3g]# ./configure 

[[email protected] ntfs-3g]# make

[[email protected] ntfs-3g]# make install

2、安裝後查看掛載磁碟資訊,你會看到 Disk /dev/sdb 以及底部/dev/sdb1 ,如果有表示成功

[[email protected] ntfs-3g]# fdisk -l


3、進入 mnt目錄建立 us1並進行掛載

[[email protected] ntfs-3g]# cd /mnt

[[email protected] mnt]# mkdir usb1

[[email protected] mnt]# ntfs-3g /dev/sdb1 /mnt/usb1 -o locale=utf-8

這樣就掛載完成了


如需卸載移動硬碟請執行 umount /mnt/usb1


centos6.5 掛載ntfs格式移動硬碟

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.