Program to format and move files around Linux USB from windows


zooburner

I really don't burn zoos !
Member
Local time
8:35 PM
Posts
114
OS
Windows 11
HI there

Like most people I experiment with Linux and Linux boot USB's (I use one as an emergency boot for instance), In the past when wanting to edit, format, or send files to these USB boot disks I have had to boot into the environment itself, or use one Linux based boot disk like Parted Magic to use GParted to edit another USB.

Does anyone know of a Windows program that means I can stay within windows and format a Linux boot into Fat32 (or some other Windows format) and or move files around?
 

My Computer My Computer

At a glance

Windows 11Intel(R) Core(TM) i7-14700F (2.10 to 5.7 GHz)...32 GB Corsair Vengeance DDR5Nvidia 5060Ti 16GB
OS
Windows 11
Computer type
PC/Desktop
Manufacturer/Model
Scan
CPU
Intel(R) Core(TM) i7-14700F (2.10 to 5.7 GHz) 20 cores
Motherboard
ASUS Prime H610M-A WiFi D5
Memory
32 GB Corsair Vengeance DDR5
Graphics Card(s)
Nvidia 5060Ti 16GB
Sound Card
Onboard / Realtek
Monitor(s) Displays
Samsung 2K QHD
Screen Resolution
2560 × 1440
Hard Drives
1TB Crucial P310 (Heatsink) M.2
1TB Samsung 990Pro M.2
1 x Crucial SSD 480gb
1 x Crucial SSD 1TB
PSU
Corsair 650 w
Case
Coolmaster
Cooling
Scan Pro Glacier Liquid Cooling
Keyboard
HP keyboard and mouse combo
Mouse
HP keyboard and mouse combo
Internet Speed
900mbs
Browser
Vivaldi
Antivirus
Microsoft
Other Info
Using a WI-FI 7 Ugreen USB 3.2 Add-On Dongle, as the built in WiFi is a bit deaf.
Windows does have issues with reformatting Linux drives into FAT32 or NTFS or exFAT, doesn't recognize the Linux format [ext4?]. I keep a Linux Mint computer with a connected Drive Dock available with GPARTED installed just for the purpose of cleaning up/wiping drives. An .iso file can be downloaded to burn the bootable GPARTED LiveCD. My last 2 x 4TB USB drives came as exFAT, package was marked as usable on both PC and Mac, the Mac OS X at the time could read but not write NTFS without third-party software, don't know about the newer macOS.
 

My Computers My Computers

  • At a glance

    Win11 Pro RTM Version 24H2 Build 26100.4202Intel Core i5 11th Gen. 2.40GHz12GB
    OS
    Win11 Pro RTM Version 24H2 Build 26100.4202
    Computer type
    Laptop
    Manufacturer/Model
    Dell Vostro 3400
    CPU
    Intel Core i5 11th Gen. 2.40GHz
    Memory
    12GB
    Hard Drives
    256GB SSD NVMe M.2
  • At a glance

    Win11 Pro RTM Version 24H2 Build 26100.4202Intel Core i5 10th Gen. 2.90GHz16GBOnboard, no VGA, using a DisplayPort-to-VGA a...
    Operating System
    Win11 Pro RTM Version 24H2 Build 26100.4202
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell Vostro 5890
    CPU
    Intel Core i5 10th Gen. 2.90GHz
    Memory
    16GB
    Graphics card(s)
    Onboard, no VGA, using a DisplayPort-to-VGA adapter
    Monitor(s) Displays
    24" Dell
    Hard Drives
    512GB SSD NVMe, 4TB Seagate HDD
    Browser
    Firefox, Edge
    Antivirus
    Windows Defender/Microsoft Security
HI there

Like most people I experiment with Linux and Linux boot USB's (I use one as an emergency boot for instance), In the past when wanting to edit, format, or send files to these USB boot disks I have had to boot into the environment itself, or use one Linux based boot disk like Parted Magic to use GParted to edit another USB.

Does anyone know of a Windows program that means I can stay within windows and format a Linux boot into Fat32 (or some other Windows format) and or move files around?
One way -- use filezilla for accessing files . On the linux system you need to ensure SAMBA is running and also openssh.
Then standard File explorer can access files on linux systems -- or safer is filezilla that uses the sftp protocol. For ntfs read / write you need to ensure package ntfs-3g is installed on Linux (it usually is these days by default in most distros).

For Linux boot within Windows -- for the disk / partition you want to boot Linux from just ensure on your primary boot disk you have created an EFI partition via diskpart. Install Windows IST -- then install Linux and add its boot loader to the windows EFI partition.

When you boot you should see the standard Windows blue boot menu -- just scroll other options and you'll see one GRUB if you want to boot Linux.

For Filezilla simply run it either from Linux or Windows (same interface)

e.g access files from a remote Linux server from within windows :

Screenshot_20220927_135903.png

I don't think though you'll find Windows can create Linux file systems -- you could use the WSL for linux to create using command mkfs.xxx where xxx is the file system you want.

Also another option for accessing Linux files and moving around is use Windows Explorer so long as SAMBA is installed on the remote system.

e.g

Screenshot_20220927_140345.png

That's about it (BTW the linux system shown has files formatted in xfs -- no way windows will be able to create file system xfs.) But WILL be able to create files on the Linux system. However with SAMBA, or Filezilla filles can be created and moved both ways at will -- ensure Windows allows remote access to the machine and sharing enabled and you have the relevant access privileges on the Linux machine.

Cheers
jimbo
 

My Computer My Computer

At a glance

Windows XP,11 Linux Fedora Rawhide pre-releas...2 X Intel i7
OS
Windows XP,11 Linux Fedora Rawhide pre-release 46
Computer type
PC/Desktop
CPU
2 X Intel i7
Screen Resolution
4KUHD X 2
One way -- use filezilla for accessing files . On the linux system you need to ensure SAMBA is running and also openssh.
Then standard File explorer can access files on linux systems -- or safer is filezilla that uses the sftp protocol. For ntfs read / write you need to ensure package ntfs-3g is installed on Linux (it usually is these days by default in most distros).

For Linux boot within Windows -- for the disk / partition you want to boot Linux from just ensure on your primary boot disk you have created an EFI partition via diskpart. Install Windows IST -- then install Linux and add its boot loader to the windows EFI partition.

When you boot you should see the standard Windows blue boot menu -- just scroll other options and you'll see one GRUB if you want to boot Linux.

For Filezilla simply run it either from Linux or Windows (same interface)

e.g access files from a remote Linux server from within windows :

View attachment 40532

I don't think though you'll find Windows can create Linux file systems -- you could use the WSL for linux to create using command mkfs.xxx where xxx is the file system you want.

Also another option for accessing Linux files and moving around is use Windows Explorer so long as SAMBA is installed on the remote system.

e.g

View attachment 40533

That's about it (BTW the linux system shown has files formatted in xfs -- no way windows will be able to create file system xfs.) But WILL be able to create files on the Linux system. However with SAMBA, or Filezilla filles can be created and moved both ways at will -- ensure Windows allows remote access to the machine and sharing enabled and you have the relevant access privileges on the Linux machine.

Cheers
jimbo
Thanks Jimbo :)
 

My Computer My Computer

At a glance

Windows 11Intel(R) Core(TM) i7-14700F (2.10 to 5.7 GHz)...32 GB Corsair Vengeance DDR5Nvidia 5060Ti 16GB
OS
Windows 11
Computer type
PC/Desktop
Manufacturer/Model
Scan
CPU
Intel(R) Core(TM) i7-14700F (2.10 to 5.7 GHz) 20 cores
Motherboard
ASUS Prime H610M-A WiFi D5
Memory
32 GB Corsair Vengeance DDR5
Graphics Card(s)
Nvidia 5060Ti 16GB
Sound Card
Onboard / Realtek
Monitor(s) Displays
Samsung 2K QHD
Screen Resolution
2560 × 1440
Hard Drives
1TB Crucial P310 (Heatsink) M.2
1TB Samsung 990Pro M.2
1 x Crucial SSD 480gb
1 x Crucial SSD 1TB
PSU
Corsair 650 w
Case
Coolmaster
Cooling
Scan Pro Glacier Liquid Cooling
Keyboard
HP keyboard and mouse combo
Mouse
HP keyboard and mouse combo
Internet Speed
900mbs
Browser
Vivaldi
Antivirus
Microsoft
Other Info
Using a WI-FI 7 Ugreen USB 3.2 Add-On Dongle, as the built in WiFi is a bit deaf.
Thanks Jimbo :)
For SENDING files to Linux FROM Windows with filezilla you might need to install and enable OPENSSH-SERVER on windows -- it's in the add optional features in settings . Ensure the service is started automatically. For RECEIVING you won't need it.

Cheers
jimbo
 

My Computer My Computer

At a glance

Windows XP,11 Linux Fedora Rawhide pre-releas...2 X Intel i7
OS
Windows XP,11 Linux Fedora Rawhide pre-release 46
Computer type
PC/Desktop
CPU
2 X Intel i7
Screen Resolution
4KUHD X 2
Back
Top Bottom