我正在使用cp
将目录从安装的谷歌驱动器存储帐户复制到磁盘。
我需要找出要从谷歌驱动器复制到磁盘的所有目录的总大小,以了解所需的磁盘空间量。
谷歌驱动器存储帐户是使用 google-drive-ocamlfuse 安装的。我运行了df
和du
命令,如下所示。
df
显示挂载的googledrive存储账户总大小为15G,使用了11G。但是,du
显示 .shared 文件夹(我假设是我的 Google 云端硬盘帐户中的“与我共享”文件夹)的总大小为 93G。
为什么安装的 Google 云端硬盘存储帐户df
显示的大小存在差异?du
df
当Google Drive帐户包含“与我共享”文件夹时,为什么.shared(即“与我共享”)文件夹的大小远大于浏览器中显示的Google Drive存储帐户的大小?
$ df -h
Filesystem Size Used Avail Use% Mounted on
google-drive-ocamlfuse 15G 11G 4.7G 69% /home/user/cloud_storage
$ du -h --max-depth=1 cloud_storage
93G cloud_storage/.shared
4.0K cloud_storage/.Trash
98G cloud_storage
$ du -h --max-depth=1 cloud_storage/.shared/
5G cloud_storage/.shared/FolderA
1G cloud_storage/.shared/FolderB
3G cloud_storage/.shared/FolderC
1G cloud_storage/.shared/FolderD
1G cloud_storage/.shared/FolderE
2G cloud_storage/.shared/FolderF
1G cloud_storage/.shared/FolderG
20G cloud_storage/.shared/FolderH
30G cloud_storage/.shared/FolderI
28G cloud_storage/.shared/FolderJ
1G cloud_storage/.shared/FolderK
93G cloud_storage/.shared/