(06-14-2017, 12:37 AM)gold_finger link Wrote: Two other things you could try:
1) In GParted, try creating a new partition table first. Device -> Create Partition Table -> "msdos" -> Apply. Then create whatever partitions you want on it and format them as you wish -- FAT32, NTFS, Ext4, etc.
Or
2) If above doesn't work, use this command in a terminal to wipe out the file system on the drive first; then you should be able to create a new partition table and partitions afterwards with GParted:
Note: change "x" in "sdx" to correct device letter for the external drive.Code:sudo wipefs --all /dev/sdx
Hello gold_finger,
I have followed number 1 and it says 1TB and it also to copy files, it copied the first 3.2GB in about 34 seconds, but wants 46 hours for the remaining 3.4GB , it seems a long time to take ?
Thank You both for your help