You are not logged in.
... so that it is recognized in Windows 8?
I formatted a usb drive in different formats like fat32, ntfs in gparted, but that drive is not recognizable in Windows 8.1 (Windows didn't see that drive at all). Does anybody know what my problem is?
Regards.
Last edited by dxxvi (2014-08-19 10:01:48)
Offline
I don't use gparted, but isn't that just for partitioning? You still need to make the actual filesystem using one of the mkfs* tools.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
gparted should be able to create the filesystem as long as long as tools for the fs are installed, e.g. dosfstools for fat32.
can you mount the drive on linux after formatting it?
Offline
Is it the first partition? Because Windows sees only the first partition (yay!).
Offline
I don't know about Windows 8, but when you format a partition in Windows 7 the Disk Manager (or Disk Management or whatever it's called) assigns it a drive letter automatically. In the past I've had to manually assign drive letters to parittions formatted under Linux before they were detected by Explorer.
Offline
Did you verify the partition ID was correct? Windows it pretty strict about that IIRC.
But whether the Constitution really be one thing, or another, this much is certain - that it has either authorized such a government as we have had, or has been powerless to prevent it. In either case, it is unfit to exist.
-Lysander Spooner
Offline
How to format a usb drive in Linux so that so that it is recognized in Windows 8?
Format it in Windows 8! ![]()
Offline
Try creating new DOS partition table, you can do it with gparted (there is option for that somewhere in the menu), or you can use command line tool like parted. Than format it to FAT.
Offline
Thanks everybody but my problem is still there.
I format the usb drive (which has only 1 partition) in fat32 format. This is the command gparted run:
mkfs.fat -F32 -v -l -n " " /dev/sdc1After that the drive can be mounted in Linux. I can even copy a mp3 file there and play that file from the drive.
In Windows 8.1, I don't see that drive in the File Explorer but I'm still able to see it in the Disk Management (Control Panel | System and Security | Administrative Tools | Computer Management). When I right click on it and choose Format, Windows says "The system cannot find the file specified". fdisk says the drive Id is "c" and the type is "W95 FAT32 (LBA)". The error is always "The system cannot find the file specified" no matter if I have a partition on the drive or no partition on the drive.
By the way I don't see any option for a DOS partition, just FAT32 or FAT16.
Offline
~snip~
By the way I don't see any option for a DOS partition, just FAT32 or FAT16.
No you tried to fromat existing partition. You have to:
Open gparted and select your drive, on the toolbar go Device>Create Partition Table>msdos - note this will only create empty partition table not any partition.
Now create a partition and format it to *FAT*.
Offline
dxxvi wrote:~snip~
By the way I don't see any option for a DOS partition, just FAT32 or FAT16.No you tried to fromat existing partition. You have to:
Open gparted and select your drive, on the toolbar go Device>Create Partition Table>msdos - note this will only create empty partition table not any partition.
Now create a partition and format it to *FAT*.
Thank you, thank you, thank you very much :-) My problem is gone now.
Offline