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

Agatha avatar
By Agatha
at 2012-03-18T21:08

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都沒有出錯訊息...@@,還請高手幫忙~

--
Tags: Linux

All Comments

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

Centos 5.7 速度問題

Freda avatar
By Freda
at 2012-03-17T21:00
大家好 最近我們實驗室的工作站已經弄得差不多了 不過~在測試Telnet、遠端連線或開啟EDA Tools時 會很明顯的發現說~新買的電腦 比不過舊配備的速度 以下是新舊電腦配備 新(Centos 5.7) CPU i7 2600 RAM DDR3 1333 4G*4 HDD SATA3 1 ...

VM安裝Fedora16小問題

Callum avatar
By Callum
at 2012-03-17T15:57
就在剛剛要安裝到設定user帳密的時候 只要輸入一個鍵就會一次跑很多個字 例如 按1 顯示 111111111 之前安裝ubuntu就出現過類似情形 當時還以為是鍵盤有問題 換過之後改善,可是最近用這個新的鍵盤也出現此問題 所以我想當初應該就不是鍵盤問題了 不知道板上有沒有人知道這樣問題的答案? - ...

SoftRAID + 非UEFI主機板 + 4TB硬碟問題

Zanna avatar
By Zanna
at 2012-03-17T06:34
各位前輩們好: 小弟最近想組一台file Server,目前預計採用雙1366的主機板(目前市面上看到的好像都 沒有UEFI BIOS),8顆HITACHI 7K4000的4TB硬碟,想用ubuntu的softraid來製作RAID1+0 或是RAID1+LVM或是RAID0+1,來達到/home所在的分割 ...

crontab 搭配 expect

Ophelia avatar
By Ophelia
at 2012-03-17T01:11
感謝大家,我找到解法了!!! 關鍵在於需要and#34;等到and#34;要傳送的檔案開始傳送才可以繼續下個動作 以下是放到crontab可以work的程式 來源:https://blogs.oracle.com/SanthoshK/entry/automate_linux_scp_command # ...

dos2unix "Skipping binary file"

Sarah avatar
By Sarah
at 2012-03-17T01:11
※ 引述《shihyu (shihyu)》之銘言: : 請問一下 dos2unix : 出現現面的訊息 and#34;Skipping binary fileand#34; : 但是我檔案是 .c andamp; .h file 不是 binary file : 請問怎麼會這樣? : 謝謝 你的檔案編碼是什 ...