microSD 128GB 메모리 카드가 FAT32 로 포맷이 되어있는데 리눅스에 잘 인식하는가 싶어서 USB 리더기에 끼우고 마운트 한번 해봤습니다.
# fdisk -l
...
Disk /dev/sda: 128.0 GB, 128043712512 bytes, 250085376 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: dos
Disk identifier: 0x8a03e6d6 Device Boot Start End Blocks Id System
/dev/sda1 32768 250085375 125026304 c W95 FAT32 (LBA)
/dev/sda1 이고 W95 FAT32 (LBA) 로 표시되네요~
[root@localhost ~]# mount -t vfat /dev/sda1 /mnt/usb
[root@localhost ~]# ls -l /mnt/usb
total 4
drwxr-xr-x 2 root root 4096 Mar 25 19:49 System Volume Information
[root@localhost ~]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/root 14G 13G 961M 93% /
devtmpfs 459M 0 459M 0% /dev
tmpfs 464M 0 464M 0% /dev/shm
tmpfs 464M 18M 446M 4% /run
tmpfs 464M 0 464M 0% /sys/fs/cgroup
/dev/mmcblk0p1 667M 60M 607M 9% /boot
tmpfs 93M 0 93M 0% /run/user/0
/dev/sda1 120G 12K 120G 1% /mnt/usb
마운트 잘 되네요~
백업용으로 사용하면 될 것 같습니다~
이 글은 ivps.tistory.com 에서 RSS로 가져온 글입니다. 원본보기