Centos下如何掛載Union檔案系統

Centos下如何掛載Union檔案系統

我在 Centos LiveUSB 系統上做了一些工作。我創建了一些文件等。

後來我轉向完整的 Linux 安裝,並希望直接從 USB 金鑰讀取先前的 LiveUSB 檔案系統。

根據我的研究,LiveUSB 似乎使用 Union 檔案系統。

我認為這些是構成檔案系統資料的檔案。

[root@hostname ~]# ls /mnt/hgfs/H_UsbKey/LiveOS/ -lah
total 2.8G
drwxrwxrwx. 1 root root    0 Dec 16 04:32 .
drwxrwxrwx. 1 root root    0 Dec 31  1979 ..
-rwxrwxrwx. 1 root root  28K Dec 16 04:32 livecd-iso-to-disk
-rwxrwxrwx. 1 root root  12K Dec 15 07:32 osmin.img
-rwxrwxrwx. 1 root root 4.0G Mar  9 23:56 overlay-LIVE-C060-D3BD
-rwxrwxrwx. 1 root root 1.6G Dec 15 03:41 squashfs.img

相關內容