Ubuntu系統查看UUID

來源:互聯網
上載者:User
關鍵字 Ubuntu UUID

查看UUID:

代碼:
sudo blkid

代碼:
less /etc/fstab

代碼:
ls -al /dev/disk/by-uuid

硬碟分區標籤LABEL的指定:
設定swap分區的LABEL:

代碼:
mkswap -L LABEL名稱 /dev/分區名稱

掛載fstab中的swap:

代碼:
swapon -a

設定普通分區的LABEL:

代碼:
tune2fs -L LABEL名稱 /dev/分區名稱

代碼:
sudo e2label /dev/分區名稱 名稱 例如:sudo e2label /dev/sda1 boot

查看普通分區的LABEL:
&HTTP://www.aliyun.com/zixun/aggregation/37954.html">nbsp;
代碼:
tune2fs -l /dev/分區名稱

盤符掛載NTFS分區 分區名為英文

代碼:
sudo apt-get install ntfs-config

代碼:
sudo gedit /etc/fstab

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.