1

I want to have two partitions on my USB drive. First one mainly for all files, I decided to be FAT32 because it works on Linux and Windows. Second one for my Linux Mint backup and private files, partition ext2, ext3, or ext4.

This configuration is mainly for this I want to people who are using my pen drive do not see my private files (I am using it in my school).

I have few questions:

  • What file system i should use for second partition (ext2/ext3/ext4) ?
  • What partition will see Windows (I know Windows only see one partition on pendrives)
  • Will it corrupt things?
Hennes
  • 65,804
  • 7
  • 115
  • 169

1 Answers1

4

What file system I should use for second partition (ext2/ext3/ext4) ?

There is not one best answer for that. And there are many more useable filesystems than just the three you mentioned. (Some even especially designed for flash storage)

What partition will see Windows (I know Win only see one partition on pen drives)

Windows will see all partitions.

Windows will only mount volumes for partitions formatted with a filesystem which it recognizes.

Will it corrupt things?

No. This is perfectly normal usage and nothing will get corrupted.

Hennes
  • 65,804
  • 7
  • 115
  • 169