Problem on Capture a OS Type Linux Ubuntu 16.04
-
I have the problem that when I make a Image (Operating System: Linux; Image Type: Multiple Partition Image - Single Disk (Not Resizable) Partclone Compressed) I can’t upload the Image.
The client start partclone, but give me a error:
ntfsclone-ng-c: NOT NTFS partition. ntfs mount error 22
NTFS on a Linux system???
Please help me…
I am using FOG 1.4.4 on a Ubuntu 16.04 Server -
@jodantiger said in Problem on Capture a OS Type Linux Ubuntu 16.04:
I have the problem that when I make a Image (Operating System: Linux; Image Type: Multiple Partition Image - Single Disk (Not Resizable) Partclone Compressed) I can’t upload the Image.
The client start partclone, but give me a error:
ntfsclone-ng-c: NOT NTFS partition. ntfs mount error 22
NTFS on a Linux system???
Please help me…
I am using FOG 1.4.4 on a Ubuntu 16.04 Server
Better image… -
@jodantiger Please schedule a debug task and when you get to the shell run
fdisk -l /dev/sda; blkid
. Take a picture of the output and post here. -
@sebastian-roth
sda1 “Windows RE Tools” ??? What is this? -
@jodantiger Well you better tell me how this partition layout was created. How would I know…
Maybe try mounting it while you are in debug mode
mkdir /mnt/sda1 mount -t vfat /dev/sda1 /mnt/sda1 ls -al /mnt/sda1 umount /mnt/sda1
If
vfat
does not work then tryntfs
instead. Take a picture and post here.