F5F Stay Refreshed Software Operating Systems I created a USB drive in Ubuntu Linux, but it isn't functioning properly on Windows 10.

I created a USB drive in Ubuntu Linux, but it isn't functioning properly on Windows 10.

I created a USB drive in Ubuntu Linux, but it isn't functioning properly on Windows 10.

Pages (2): 1 2 Next
M
Max846
Senior Member
474
08-23-2016, 11:02 PM
#1
I was working with a 64GB USB stick for Ubuntu Server setup and saved it on Ubuntu as ext4. Later, I converted it to FAT32 on Windows and used Rufus to package it for installation. When trying to install Ubuntu Server on another system, I reformatted it on Windows 10. After waiting roughly half an hour (attempting NTFS with GPT table), the process stalled and I had to stop working. The following day I tried using parted on Ubuntu Server to format it with a GPT label.
M
Max846
08-23-2016, 11:02 PM #1

I was working with a 64GB USB stick for Ubuntu Server setup and saved it on Ubuntu as ext4. Later, I converted it to FAT32 on Windows and used Rufus to package it for installation. When trying to install Ubuntu Server on another system, I reformatted it on Windows 10. After waiting roughly half an hour (attempting NTFS with GPT table), the process stalled and I had to stop working. The following day I tried using parted on Ubuntu Server to format it with a GPT label.

K
kcristan
Senior Member
514
08-25-2016, 09:02 PM
#2
On Windows you can use diskpart to list disks, select the desired one, clean it, convert the GPT, create a primary partition with NTFS format and quick assignment, then restore the drive.
K
kcristan
08-25-2016, 09:02 PM #2

On Windows you can use diskpart to list disks, select the desired one, clean it, convert the GPT, create a primary partition with NTFS format and quick assignment, then restore the drive.

T
Teemingtoast
Member
213
09-05-2016, 04:29 PM
#3
Windows communicates solely with NTFS, whereas Linux can handle various file systems... actually NTFS, FAT and exFAT
T
Teemingtoast
09-05-2016, 04:29 PM #3

Windows communicates solely with NTFS, whereas Linux can handle various file systems... actually NTFS, FAT and exFAT

S
skylands10
Junior Member
12
09-05-2016, 06:12 PM
#4
Following the command "create partition primary," the system displays this message. No available free space was detected for the requested partition size and location. It seems there isn't enough room to form a partition at that extent. Try adjusting the size and offset values or leave them blank to generate the largest possible partition. The disk might be using the MBR format, and it could have either four primary partitions (no further ones allowed) or three primary partitions with one extended partition (only logical drives permitted).
S
skylands10
09-05-2016, 06:12 PM #4

Following the command "create partition primary," the system displays this message. No available free space was detected for the requested partition size and location. It seems there isn't enough room to form a partition at that extent. Try adjusting the size and offset values or leave them blank to generate the largest possible partition. The disk might be using the MBR format, and it could have either four primary partitions (no further ones allowed) or three primary partitions with one extended partition (only logical drives permitted).

F
Fabista
Member
175
09-05-2016, 10:13 PM
#5
Windows identifies and supports formatting drives as FAT32 and exFAT.
F
Fabista
09-05-2016, 10:13 PM #5

Windows identifies and supports formatting drives as FAT32 and exFAT.

K
Kjotbolla_
Junior Member
47
09-05-2016, 11:29 PM
#6
The command displays the available space on the disk. If the drive doesn’t show the correct capacity or was formatted improperly on Linux, you might need another tool to restore it. This situation occurred once, requiring a DOS formatting utility for recovery. Windows supports NTFS, ExFAT, and FAT32 formats, while additional software can handle EXT file systems and NFS shares.
K
Kjotbolla_
09-05-2016, 11:29 PM #6

The command displays the available space on the disk. If the drive doesn’t show the correct capacity or was formatted improperly on Linux, you might need another tool to restore it. This situation occurred once, requiring a DOS formatting utility for recovery. Windows supports NTFS, ExFAT, and FAT32 formats, while additional software can handle EXT file systems and NFS shares.

D
Darkeos
Senior Member
538
09-07-2016, 03:18 AM
#7
I won’t go with ZFS or any similar solutions, as that was my main concern. FAT32 and exFAT aren’t reliable for long-term storage—they’re just limitations. CDs used a format that worked well for them and Windows handled it smoothly.
D
Darkeos
09-07-2016, 03:18 AM #7

I won’t go with ZFS or any similar solutions, as that was my main concern. FAT32 and exFAT aren’t reliable for long-term storage—they’re just limitations. CDs used a format that worked well for them and Windows handled it smoothly.

X
XxBlizzardxX
Junior Member
38
09-07-2016, 06:32 AM
#8
Yes, it's merely a small USB stick with no data stored, and we're attempting to preserve it rather than protect critical information from a poorly structured hard drive.
X
XxBlizzardxX
09-07-2016, 06:32 AM #8

Yes, it's merely a small USB stick with no data stored, and we're attempting to preserve it rather than protect critical information from a poorly structured hard drive.

A
ash_n_brad
Posting Freak
778
09-08-2016, 05:17 PM
#9
The usual type of SD cards used was FAT32. They have strict maximum sizes if you try to go beyond them.
A
ash_n_brad
09-08-2016, 05:17 PM #9

The usual type of SD cards used was FAT32. They have strict maximum sizes if you try to go beyond them.

R
Rebekaa
Member
167
09-08-2016, 07:17 PM
#10
I'm not recommending FAT32. For cross-platform needs (Windows, Linux, MacOS): Opt for FAT32 or ExFAT if available. For single-platform use: Choose NTFS/ReFS, EXT3/4/ZFS, whatever macOS supports.
R
Rebekaa
09-08-2016, 07:17 PM #10

I'm not recommending FAT32. For cross-platform needs (Windows, Linux, MacOS): Opt for FAT32 or ExFAT if available. For single-platform use: Choose NTFS/ReFS, EXT3/4/ZFS, whatever macOS supports.

Pages (2): 1 2 Next