본문 바로가기

Engineering/__00. Linux

uuid , fstab, ntfs ntfs-3g mount

root@ubuntu:~# ls /dev/disk/by-uuid/ -alh

합계 0

drwxr-xr-x 2 root root 100  3월 23 22:55 .

drwxr-xr-x 5 root root 100  3월 23 22:55 ..

lrwxrwxrwx 1 root root  10  3월 23 22:55 1d593f8d-db35-471e-9b0b-5e5935792384 -> ../../sda1

lrwxrwxrwx 1 root root  10  3월 23 22:55 C8C41ADBC41ACB96 -> ../../sdb1

lrwxrwxrwx 1 root root  10  3월 23 22:55 b92d53c4-cc71-4fd2-b08f-51a4152c3083 -> ../../sda5

root@ubuntu:~# cat /etc/fstab 

# /etc/fstab: static file system information.

#

# Use 'blkid' to print the universally unique identifier for a

# device; this may be used with UUID= as a more robust way to name devices

# that works even if disks are added and removed. See fstab(5).

#

# <file system> <mount point>   <type>  <options>       <dump>  <pass>

# / was on /dev/sda1 during installation

UUID=1d593f8d-db35-471e-9b0b-5e5935792384 /               ext4    errors=remount-ro 0       1

# swap was on /dev/sda5 during installation

UUID=b92d53c4-cc71-4fd2-b08f-51a4152c3083 none            swap    sw              0       0

/dev/fd0        /media/floppy0  auto    rw,user,noauto,exec,utf8 0       0

UUID=C8C41ADBC41ACB96   /mnt/nas ntfs-3g defaults,nobootwait  0      0

root@ubuntu:~# 

'Engineering > __00. Linux' 카테고리의 다른 글

[파일권한] getfacl, setfacl, chacl  (0) 2018.07.27
AES-NI  (0) 2018.06.27
maximum file count  (0) 2018.03.13
[Ubuntu] system boot problem  (0) 2017.04.24
[NFS RPC]  (0) 2017.02.22