LinuxGem
此处为老的 LinuxGem,新版 LinuxGem 请移步 www.linuxgem.org

用 UUID 在 fstab 中挂载分区

galeki posted @ 2007年10月15日 20:38 in 系统与硬件管理 with tags uuid fstab 挂载 , 5023 阅读

fstab 文件大家都很熟悉,Linux 在启动的时候通过 fstab 中的信息挂载各个分区,一个典型的分区条目就像这样: 

/dev/sdb5              /mnt/usb            vfat      utf8,umask=0              0 0

/dev/sda4 为需要挂载的分区,sda4 是 Linux 检测硬盘时按顺序给分区的命名,一般来讲,这个名称并不会变化,但是如果你有多块硬盘,硬盘在电脑中的顺序变化的时候,相同的名称可能代表着不同的硬盘分区,如果你是从 USB 设备启动,与其他 USB 设备的插入顺序也会导致分区识别的困难。

这个时候 UUID 就派上用场了,UUID 全称是 Universally Unique Identifier,也就是说,每个分区有一个唯一的 UUID 值,这样就不会发生分区识别混乱的问题了。

在 fstab 中用 UUID 挂载分区,看起来向这样: 

UUID=1234-5678              /mnt/usb            vfat      utf8,umask=0              0 0

在 UUID= 后面填入分区相应的 UUID 值,就可以正确挂载分区了。

那么,我们如何知道一个分区的 UUID 呢?

有 3 种方法:

1. 通过浏览 /dev/disk/by-uuid/ 下的设备文件信息。

# ls -l /dev/disk/by-uuid/
------
lrwxrwxrwx 1 root root 10 10-13 09:14 0909-090B -> ../../sdb5
lrwxrwxrwx 1 root root 10 10-13 09:13 7c627a81-7a6b-4806-987b-b5a8a0a93645 -> ../../sda4
.....

2. 通过 vol_id 命令。

# vol_id /dev/sdb5
ID_FS_USAGE=filesystem
ID_FS_TYPE=vfat
ID_FS_VERSION=FAT32
ID_FS_UUID=0909-090B
ID_FS_UUID_ENC=0909-090B
ID_FS_LABEL=SWAP
ID_FS_LABEL_ENC=SWAP
ID_FS_LABEL_SAFE=SWAP

3. 通过 blkid 命令

# blkid /dev/sdb5
/dev/sdb5: LABEL="SWAP" UUID="0909-090B" TYPE="vfat"

通过这三种方法都可以获得分区的 UUID (黄色高亮部分),UUID 依据分区不同,长度和格式都不相同。


翻译 & 修改自: http://linux.byexamples.com/archives/321/fstab-with-uuid/

 

 

usb 说:
2007年10月16日 23:04 回去试试优盘能不能这样挂载
anonymous 说:
2023年9月29日 21:59

Your texts on this subject are correct, see how I wrote        this site is really very good. Kissimmee Termite Control

anonymous 说:
2023年10月01日 20:19

On my website you'll see similar texts, write what you think.  Orlando Bathroom Remodeling

anonymous 说:
2023年10月05日 00:36

Find the best essays on     is my friend's profile page. Orlando Bed Bug Pest Control

anonymous 说:
2023年10月05日 00:38

This is very significant, and yet necessary towards just click this unique backlink: Oviedo Bed Bug Pest Control

anonymous 说:
2023年10月26日 01:28

They supply and post their best work. Whatever they post is error free and ture to a great extent. Bathroom Remodeling Orlando

anonymous 说:
2023年11月22日 17:21

I should assert barely that its astounding! The blog is informational also always fabricate amazing entitys. Long Island CPA Firm

anonymous 说:
2023年12月19日 21:15

It is especially decent, though look into the tips during this home address. weed dispensary Maryland

anonymous 说:
2023年12月24日 23:04

On my website you'll see similar texts, write what you think.  manzilmusk

anonymous 说:
2023年12月30日 15:58

At Coastal Realty & Property Management, we’ve been managing Playa Conchal Vacation Rentals since 2006, so we thought we’d share some advice for friends looking to visit for the first time.

anonymous 说:
2024年1月06日 11:51

I should assert barely that its astounding! The blog is informational also always fabricate amazing entitys. Mr winston hoodie


登录 *


loading captcha image...
(输入验证码)
or Ctrl+Enter