I have Xubuntu 14.04 and installed Clonezilla from the repositories. I start it from the terminal window as "sudo clonezilla". I have a main boot hard drive sdd, a second hard drive sda, a source Vista drive sdb and a target drive sdc. I cannot do a copy (clone) from sdb to sdc because the first is bigger than the second and Clonezilla cannot handle that. So I am creating the image file of the sdb first.
However, when I get to the place where I can choose where to save the image file, I cannot see sda (my preferred location because of large space availability).
Why is Clonezilla not displaying that choice?
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Do you have a partition on sda? For Clonezilla to list that, there must be at least one partition on a disk. What's the result if you run:
sudo parted -s /dev/sda print
on Clonezilla live command line prompt?
Steven
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have Xubuntu 14.04 and installed Clonezilla from the repositories. I start it from the terminal window as "sudo clonezilla". I have a main boot hard drive sdd, a second hard drive sda, a source Vista drive sdb and a target drive sdc. I cannot do a copy (clone) from sdb to sdc because the first is bigger than the second and Clonezilla cannot handle that. So I am creating the image file of the sdb first.
However, when I get to the place where I can choose where to save the image file, I cannot see sda (my preferred location because of large space availability).
Why is Clonezilla not displaying that choice?
Thanks.
Do you have a partition on sda? For Clonezilla to list that, there must be at least one partition on a disk. What's the result if you run:
sudo parted -s /dev/sda print
on Clonezilla live command line prompt?
Steven