I get this error while cloning and it is recursive -
Starting saving /dev/sda12 as /home/partimag/sda-2010-11-16-07-img/sda12.XXX…
/dev/sda12 filesystem: ext4.
*****************************************************.
Checking the disk space…
*****************************************************.
Use partclone with pigz to save the image.
Image file will be split with size limit 2000 MB.
*****************************************************.
If this action fails or hangs, check:
* Is the disk full ?
*****************************************************.
Partclone v0.2.15 http://partclone.org
Starting to clone device (/dev/sda12) to image (-)
Reading Super Block
extfsclone.c: FS has been mounted 43 times without being checked
Partclone fail, please check /var/log/partclone.log !
Checking the disk space…
(standard_in) 1: syntax error
Something went wrong!!!
Press "Enter" to continue……
Here is the log file -
bash-4.1# cat /var/log/partclone.log
Partclone v0.2.15 http://partclone.org
Starting to clone device (/dev/sda14) to image (-)
Reading Super Block
Calculating bitmap…
File system: EXTFS
Device size: 12.9 GB
Space in use: 7.8 GB
Free Space: 5.1 GB
Block size: 4096 Byte
Used block : 1899877
Total block 3146724
bash-4.1# cat /var/log/partclone.log
Partclone v0.2.15 http://partclone.org
Starting to clone device (/dev/sda16) to image (-)
Reading Super Block
Calculating bitmap…
File system: EXTFS
Device size: 8.6 GB
Space in use: 4.4 GB
Free Space: 4.2 GB
Block size: 4096 Byte
Used block : 1062329
Total block 2096474
bash-4.1# cat /var/log/partclone.log
Partclone v0.2.15 http://partclone.org
Starting to clone device (/dev/sda22) to image (-)
Reading Super Block
extfsclone.c: FS has been mounted 27 times without being checked
bash-4.1#
My filesystem is all clean, never had any issues with it. Is this normal or I messed something up.
Best,
Dave
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
"extfsclone.c: FS has been mounted 43 times without being checked" -> This is the way ext* file system is. After mounted at a specific time, you have to force to fsck it.
Try to run the fsck on the partition you want to save first, or you can enter expert mode, check "-fsck-src-part" option.
Steven.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I get this error while cloning and it is recursive -
Here is the log file -
My filesystem is all clean, never had any issues with it. Is this normal or I messed something up.
Best,
Dave
"extfsclone.c: FS has been mounted 43 times without being checked" -> This is the way ext* file system is. After mounted at a specific time, you have to force to fsck it.
Try to run the fsck on the partition you want to save first, or you can enter expert mode, check "-fsck-src-part" option.
Steven.