有關於liunx檔案2G的問題 - Linux

Table of Contents

因為LIUNX主機上有個程式跑BACKUP後產生的檔案都約3.5G上下

目前需要RESTORE,卻發現程式會跑但是無法正常跑完RESTORE

後來查了文件發現

If you chose to save to a Disk File, enter the name of the file system to store
the backup. Click Browse to select from a list. If your backup file is expected
to exceed 2 GB, ensure that the location where the file is to be stored is
defined as a Large File System. Otherwise, the backup file will be incomplete.


以前資料沒那麼多的時候大約是1.5G,所以做RESTORE都沒問題

所以問題應該是出在LINUX 這2G的限制上嗎?



不過程式跑BACKUP都沒有出錯訊息...@@,還請高手幫忙~

--

All Comments

Audriana avatarAudriana2012-03-23
你是把檔案丟到fat16之類的分區上嗎?
Olivia avatarOlivia2012-03-27
EXT3 = =
Kelly avatarKelly2012-03-28
http://en.wikipedia.org/wiki/Ext3 # 2GB 是誰的限制 @.@
Isla avatarIsla2012-03-29
ext3有一個"large file"的flag. 你可以用file -s /dev/(disk)
看看有沒有這個flag. ex:
Anonymous avatarAnonymous2012-04-01
/dev/sda8: Linux rev 1.0 ext3 filesystem data, UUID=xxx
Kama avatarKama2012-04-05
volume name "xxx" (large files) (我的其中一個磁區
Jacob avatarJacob2012-04-09
比較新的系統mkfs出來應該都有largefilew,你的OS有多老啊?