Much of what is happening here is because windows relies heavily on NTFS junction points/hardlinks for SxS, so many libraries and resources will have "disappeared" since FAT32 has no such support for reparse points.
@@walkiacid9265 There even is FAT12, for the extremely masochistic people. Max partition size 16 MB, so well enough for floppies, but even early Windows NT will have a hard time fitting that - Windows 3.1 easily.
Mohamad Obeid No, it’s FAT but with 16 bit ”cluster links” , whereas FAT32 has 32bit ”cluster links” , so you can use FAT32 on a 16 bit computer, and visa versa, but the difference is how big the filesystem can get.
nolemretaW But what if you try: put a preinstalled version of win95 on the drive, and use a modern version of Microsoft's bootloader, and let the chaos ensue.
0:23 EFI partitions should be readable and writeable by each operating system. There are other OS than Windows, for example: Linux, *BSD, Mac OS. They don't support NTFS by default or it's built-in support is limited. FAT32 is supported everywhere because it's primitive.
Since Windows Vista is the first to not allow fat32 when upgrading to it. You should try upgrading to Windows vista from Windows XP‚ but on the first restart (Or before using this trick) convert the partition to fat32. Just to see if Windows Vista actually could work on fat32
Because FAT32 is a """standard""" which is """easy to support and implement""". That's why. Ah, and lobbying by Microsoft on EFI sit-ins. And restoring from a snapshot means that Windows still thinks the partition is NTFS. Accessing a FAT partition with an NTFS driver is, as you can see, disastrous. Nice idea and nice effects!
0:19 “Interestingly enough, EFI System partitions still use FAT32, not sure why”
The (U)EFI has to read the contents of the system partition to load the next part of the boot process. The file system driver has to be in the system board firmware. The specification specifically mentions system partitions be FAT32 (with FAT12, and FAT16 for removable media, as appropriate for capacity). I’m sure the firmware could implement other file systems, but there is little motivation to do so (certainly on the PC platform).
@@WinTips531 The UEFI specification requires that FAT32 be supported as a lowest common denominator, but there's nothing to stop the firmware from implementing other file systems if the vendor chooses to.
This video is very interesting, I believe that one of the reasons why the efi partitions are in the fat32 file system is that in this file system it is more difficult for files to become corrupted. Well, I heard some people say that the Ntfs file system has some advantages over fat32, but Ntfs is also known as a device killer, that is, devices last less using the Ntfs file system. Thanks for the video!
Ok, so my mom bought me a computer guides for kids as my 9th birthday, but it was so...outdated. I opened the "What will you need" page and it said, "you need a multimedia computer with Windows 95 as your OS". And I am using WINDOWS 10. I tried all the guides from that book and then my computer crashed.
I think the reason EFI partitions are FAT32 is because any operating system can read it natively. Same reason that flash drives are FAT32 when you buy them.
There's actually 4 variants of the File Allocation Table (AKA FAT) format, and it was created in 1977 for floppy disks, not hard drives. The original FAT, also known as FAT 8-bit, wasn't ever used with MS-DOS, but was used for other storage systems, with a max file size of 1MB, and no listed max volume size. FAT12 (12-bit) was the original used in MS-DOS and many other DOS-based systems, with a max volume size being either 2MB or 4MB, Depending on cluster size. Max file size is the same. FAT16 (16-bit), which MS-DOS updated to in 1987, and overcame the size shortfalls of FAT12, with a max of 512MB. Max file size is 1 less byte than 512MB. FAT32, or FAT 32-bit, is the final version of the original FAT format, being introduced in 1996 with the release of OSR2 of Windows 95. Max volume size is 2TB, max file size is also 512MB - 1B. exFAT, or Extended FAT, is a continuation of FAT32 created in 2006, with larger limits and being more optimized, max volume size is 16PB, with the max file size being the same. LEGEND: MB = Megabyte (1,000,000 Bytes) TB = Terabyte (1,000,000,000,000 Bytes) PB = Petabyte (1,000,000,000,000,000 Bytes)
Side effects: 1. There will be a blank option (right click) 2. Files will NOT open 3. Command Prompt will be blank 4. Blank app on the start bar that does not work 5. Files will pop up with an "Open with" dialog (some) 6. Running "logoff" from Run -> BSOD :(
It's glitchy because the ram and system is expecting NTFS, not fat32. If you could reset it, it would work better. Try dropping in a fat32 driver, and making the system run with that, then disable driver signature reinforcement to let it boot. Might work!
Since you were able to make such an drastic change to the disk while the VM was off, then restore it, I wonder. What would happen if you somehow would change the Windows version for example from 10 1909 to 10 1507 while the VM is suspended and boot up that changed VM
@@AngryDavid808 Actually it's possible. There is custom bootloader for Windows that will let you boot Windows 10 from Btrfs partition. Of course stability is not that great but it's working.
It's not possible, Windows 10 doesn't even support these two filesystems, let alone the fact that it can't access them. Chances are, the same thing as in the video will happen. Or, maybe Windows 10 won't even try and just crash upon restoring the snapshot, and then it will never boot back up.
Now make a virus that causes it to spawn a bunch of fake and game and error messages, which then turn into a robot fighting game where if you are damaged, it will delete random folders.
First of all, FAT32 wasn't supported in Windows 95 (it used FAT16) until OSR2.
Connecting the VM disk image to another VM isn't needed if it can be mounted on the host as a disk (yes, a disk that can be accessed directly, not just a volume). In fact, if you use VHD format for disk images (which unfortunately isn't supported in VMware, but it does so in VirtualBox (along with support for VMDK as well as its own disk image format, VDI)), you can directly mount it on Windows without any additional software.
Only now I noticed that PS3 read FAT32-based usb flash drive which you could place games (if it's modified) or other but files aren't going to be up to 4Gb... And the PS3 came off in 2005 Lol
It most likely uses NTFS features extensively. In fact, FAT32 support for OS volumes were dropped in Windows Vista (which was greatly revamped compared to Windows XP).
I formated my Phones SD Card today in two Partitions, the first formated by the Phone itself into an App storage partition, and the second in fat32 using Apps2SDs adopting partition feature.
Reason : fat32 files requies up to 4gb, white some files on windows 10 is maybe that over 4gb. Also FAT doesn't mean fat, it's mean File Allocation Table
Here is how you actually do it you go into windows 10 setup you open cmd with shift-f10 you open diskpart you make fat32 partition you exit diskpart you type the dism command that applies the image (manual install thru dism) you reboot
The ESP(EFI System partition) is FAT32 because it's unfortunately become a defacto standard FS that everyone supports, they can't make it NTFS because windows is the only OS with true 100% fully working NTFS, and god forbid M$ bends to anyone else for any reason and actually implement an open *nix FS. Honestly microsoft had to do a patent grant to the UEFI forum just for vfat because FAT32 with LFNs(long file names) is patented by M$. To be perfectly honest the fact that it's FAT32 and not an actually open FS like ext2 drives me up a wall but FAT32 is in a state where every single OS 100% supports it and that doesn't go for any other FS. Technically speaking implementing vfat, that is FAT32 with LFNs is illegal as it's a patent violation, unless it's so your system can support UEFI, the patent grant specifically allows FAT32 for UEFI support...it's just...microsoft, anyway. I remember a comment by Linus Torvalds about that fact that technically the Linux kernel's vfat implementation is finally legal because it's used for UEFI, M$ never really pursues the patents but it's technically a proprietary, patent encumbered, FS. Why M$ can't just support a FOSS FS like ext2 or 4 is beyond me but M$ has to have their way. Honestly the fact the UEFI is basically windows at the firmware level is ungodly annoying, PE32+ binaries, FAT32 FS, UTF-16 strings, drive letters, like ffs, what's wrong with ELF and ext2...ughhhhh, anyway I'm just ranting. If it's not obvious I'm not a fan of windows or M$...just like watching you break it.
fat is short for file allocation table, not HDD (hard disk drive/mechanical drive) and the 32 comes from the fact that it uses integers (32 bits) instead of shorts (16 bits).
FAT32 is a volume type, like NTFS, except that it's based on the older FAT architecture (which used 16 bits) and doesn't have some of the features NTFS has, which is the reason why windows 10 is dying
Becuase EFI compatible system only can read/write FAT32 as a boot partition. (not using NTFS I think thats license or file system architecture problem) This is why some EFI compatible OS used a partition called ESP (EFI System Partition, FAT32), EFI System need a OS bootloader inside a ESP partition to boot.
Wait a minute, you shut the Windows 10 VM down, converted the NTFS drive to FAT32, but then restored a snapshot of the Windows 10 VM? What snapshot was restored? Not trying to nitpick, just trying to understand all of the variables at play. It seems like you restored a session that may or may not have had windows installed on NTFS? If that's the case, wouldn't it only make sense that everything breaks, given that you changed the filesystem under it's nose? I feel like I'm missing something here.
Explanation: The NTFS driver is still active and trying to use the disk, because you didn't reboot but restored the snapshot. That caused widespread disk corruption, nothing else. So you're not showing what FAT32 does but what messing up the disk in a suspended VM does. This one gets a dislike.
This is fake news. From the kernel's perspective, it's still running off of an NTFS volume. Your trick to use a snapshot to convert the partition the windows install was running off of is the equivalent of simply corrupting the hard disk while the OS is running. In kernel memory, it still considers that volume NTFS, which is why everything is seemingly broken because file I/O is failing because the underlying filesystem driver is still interpreting the contents of the hard disk as NTFS.
My friend just changed from NTFS to FAT32 cuz he think that his pc will work faster (he telled mi to make this on his pc and i telling him that windows "must" be on NTFS but He insisted and I did it to him and after 3 days i wanted to install him windows again XDDDDDDDD
EDIT: Yes 3 days cuz he thinked that pc must find out that it has fat32 partition and leaved out computer for 3 days XDDDDDDDD
Me: Launches cmd on win10 on FAT32 Windows: gives 999,999,999 error messages: W1nD0wS cAn7 r9N oN FAT32! EDIT: Me: Launches win10 on FAT32
Windows: Use Windows 95 for this, n00b! Me: HAHAHAHA WHAT THE DUCK, WHAT THE DUCK WAS THAT HAHAHAHHAHAHA?!?!? (i should replace Fu*k with Duck!)
@@Kristibek It's technically not even FAT, although FAT tools work since the ESP specifications are based on FAT, and it's only used by UEFI, not BIOS or CSM. Anyway, if Windows is installed on a BIOS computer (or in legacy mode) and you compress the whole drive, the bootloader also gets compressed and Windows cannot boot anymore (I haven't tried doing it on Windows 10, though).
It will work just fine. Windows 10 supports converted NTFS drives (it will even allow you to make one). There is a special EFI partition which the BIOS reads which needs to be FAT or FAT32 and uncompressed (you can't compress FAT anyways) If it's changed to NTFS it just won't boot (it will show operating system not found error)
hey, I have a problem with my pc windows, after a while that I use it, it gives me a blue screen: IRQL NOT LESS OR EQUAL, I tried to reinstall windows from scratch, but nothing, I don't know how to do it, if you can help me thanks one thousand.
EDIT: wait heck i'm a doofus you're running from a snapshot anyway (original stupid comment follows below)
0:50 this might actually be because when you shut down windows 10 it only sorta shuts down and saves some memory bits to the disk (like a half-hibernation) might actually be the cause of some errors too because you're messing with a partition that's technically still open? idk you'd need to either disable fast startup or use the restart button instead of shutdown to make that not happen
0:19 Because all the ESP has to contain is bootx64.efi and just enough Windows to decrypt C:. It doesn't need the overhead of ext4 or NTFS or any other indestructible journaling FS - it can get away with FAT32.
I wonder if motherboard makers will adopt exFAT now that its specification is public?
Is no one going to talk about how vmmouse.sys (ie the mouse) attempted to write on read-only memory (e.g the dark disk) and basically would of made the os, bios and literally every other component completely unstable or even corrupt?
FAT32 wasn't really intended for Windows 95. The first versions of that OS don't even recognize it, and the version that does recognize it, needed a hard drive reformat to use it. Windows 98 was the first OS that was designed with FAT32 in mind and even included a utility to convert your existing hard drive to FAT32 without losing your data.
Andrew, You should make a video on this open-source program called Snappy Driver Install. It installs drivers (lots of other apps that say they do just install malware). It would make cool video
Uninstall Microsoft Edge quickly by installing the tool here: Because the host is closed, follow these steps web.archive.org/ type malwat.ch in the Wayback Machine's URL finder. Choose the 26/12/2020 snapshot. Click in software Then click on Useful You'll find Uninstall Tool If it showed you 522 error, follow these steps. Click on the back button, then paste the URL web.archive.org/ Paste the copied URL into the Wayback Machine's URL finder. Click on the onliest snapshot Complete the process by waiting, of course. That’s all. Thank you for viewing the forum.
Endaman ты не знаешь что я там потом я одену на твоё Я тебя противно фотку сделаю из тебя Эндермена ха-ха-ха Ты понял что я тебя мужу улучшать Вот я тебя-то и дядина компьютера и ты не знаешь что я могу делать Да и твои данные вот что с тобой будут удаляться данные будут у тебя покатаю буду делать И всё И там удалю все данные такими же видео про данных удаление и тебе будет капец
You can also want to try quibble (you can find it on GitHub). It's a custom Windows bootlader which allows booting Win10 from Btrfs partition. It was made by developer of WinBtrfs which is Btrfs file system driver for Windows.
Just checked out your website and I want to thank you for saving me countless hours in the future. You have links to a lot of software that I end up having to reinstall on every new PC
"Class not registered"
245 likes-Windows 10, 2020
Replies (8)
@@flotraveller Windows 10 R.I.P but Windows 11??
1 likeclass is not registred Enderman and Aidan chapelle thanks for this video
1 likeExplorer.exe
0 likesClass not registered
HELP ME I CANT SEARCH OR DOWNLOAD APPS OR PLAY APPS FROM MICROSOFT STORE
@@kitkatOSC hi
0 likesMicrosoft Teams lessons much
1 likeI saw it
1 likeWindows 10
5 likes2015 - 2020 R.I.P
You need zoom to register this online class said nobody
16 likes"I am not going to sponsor anybody"
240 likesThis Raid Shadow Legends is sponsored by Enderman
Replies (5)
@@Clyde6790pYoutube the dragon that spits out purple balls that damage you and stays at a place and its breath makes a damage force I gueds
1 likedude, stfu
1 like@@Clyde6790pYoutube yeah
2 likesThe enderman was sponsored by the ender dragon
3 likesThis Enderman has been sponsored by THE enderman
7 likesI don't know why... There's just something oddly nostalgic to seeing Windows crashing.
420 likesReplies (23)
That's not nostalgia, that's trauma.
0 likes@@bonkmaykryes
0 likesή
0 likes@@georgek4416 that translates to “uhm” 💀
0 likesi agree
0 likesor just falling apart
0 likesWindows ME
0 likesi agree
0 likes@@cycrothelargeplanet YIPEE
0 likesThe music is nostalgic
0 likeswindows xp?
1 likewhen you download pirated minecraft as a 6 year old
0 likes@@malwaretestingfan how to crash WinVista:
0 likes1 - Run solitare
Done.
The blue screen is a familiar friend of mine from the "unresponsive system" days of 9x.
0 likesI see it crash every day.
0 likesim not feel so good if i seeing windows do something bad! i can lost my computer! fuck!!!
0 likesWindows 7 login screen makes me tear up in high resolution
4 likes@@bonkmaykr YEEEEEEEEEEEEEESSSSSSSSSSSSSSSSSSSS
3 likesI want the classic BSOD back.
7 likesBoth
4 likesVISTA
9 likesuhm
4 likesh
7 likesMuch of what is happening here is because windows relies heavily on NTFS junction points/hardlinks for SxS, so many libraries and resources will have "disappeared" since FAT32 has no such support for reparse points.
58 likesReplies (1)
Hard linking is also possible on FAT32, but not junction points. However, Windows API will refuse to create new linked files.
5 likesWindows 10 with 98-tier characteristics.
130 likesReplies (7)
@@Rhythm65536 In general, yes.
0 likesI think you mean the 9x family
0 likesAlternative title:
0 likesHello black hat.
2 likesYes
0 likesVery True
0 likesYes
0 likesNext video: installing windows xp in my car
140 likesReplies (11)
You have tesla car?
0 likesif you could install it in your car then it won't work because there's barely any memory to run
0 likesLmao
0 likeslol how would he do that
0 likesWindows 10 was running on the hp prime g2 graphing calculator
0 likesI already have XP in my car😂
0 likes@@shiloranxxer "you wouldnt download a car"
1 likeInstalling A Car In Windows XP.
3 likes2012+ Nissans with the digital infotainment touchscreen run on windows CE lol
0 likes@@malwaretestingfan Yes
3 likesThis but unironically.
7 likes"What failed: vmmouse.sys"
46 likesYour mouse: Get dunked
Replies (4)
LMAOOOOOOOOOOOOOO
2 likes@@andreanna2004 unndertailelsoso4ireker
2 likesYOU ACTUALLY GOT THE REFERENCE :D
2 likesLMFAO
2 likesNtfs: I see Photos
208 likesFat32: I see app friendly
Me: oh no don't bsod on me fat32
Edit: Thanks For 100+ Likes!
Replies (4)
Maybe Even 152 Likes
0 likeswhat
0 likesI see no
0 likesi see blue
3 likes3:45
35 likesWhen your VMware Tools Mouse Driver tries to write to Read only memory.
Replies (2)
Windows 10 (FAT32 ver)
3 likesVS
Virtual Machine mouse driver trying to write to read only memory
Windows says no
3 likesThis is a new Windows - Windows 11! 🤓
65 likesDeveloper preview 🤓
Replies (11)
@ да...
0 likesWindows 12: AMATEURS WHAT WAS THAT PUNK AMATEURS?
0 likes@@alexanderzheng2427 It's a concept tho
0 likesThere Is a video of it
0 likes@ +
0 likes@, ¯\_(ツ)_/¯
0 likesIndeed. Enderman made a video about MS Codename Uranus.
1 likeAnd u have to pay for extra filesystem xd
1 likeBruh....
0 likes@ dis comment english so stop
0 likesLol
1 likeNow try Windows 95 on an NTFS drive
89 likesReplies (13)
Win95 doesn't support f
0 likesNtfs
@@SUPABROSThat’s actually supported by default
0 likes@@prawinbashingamv.n5296 exfat =fat64
1 like@@prawinbashingamv.n5296 Actually you are wrong. NTFS is an entirely separate file system and supports features that FAT32 doesn't
2 likes@@loganiushere well then that means NTFS IS ACTUALLY nothing other than FAT 64
0 likesWell if I am right some thing intresting might happen in this one which u suggested
0 likes@@walkiacid9265 There even is FAT12, for the extremely masochistic people. Max partition size 16 MB, so well enough for floppies, but even early Windows NT will have a hard time fitting that - Windows 3.1 easily.
4 likesMohamad Obeid No, it’s FAT but with 16 bit ”cluster links” , whereas FAT32 has 32bit ”cluster links” , so you can use FAT32 on a 16 bit computer, and visa versa, but the difference is how big the filesystem can get.
12 likes@@walkiacid9265 I think FAT16 stands for FAT File System for 16 bit computers
1 like@@gdalex7132 thank you for a interesting fact
0 likes@@SUPABROS uhh does FAT16 exist?
0 likes95 on FAT16?
2 likesnolemretaW But what if you try: put a preinstalled version of win95 on the drive, and use a modern version of Microsoft's bootloader, and let the chaos ensue.
17 likesThat BSOD screen and the insta-fade to black was super well timed with the song. 3:37
5 likes0:23 EFI partitions should be readable and writeable by each operating system. There are other OS than Windows, for example: Linux, *BSD, Mac OS. They don't support NTFS by default or it's built-in support is limited. FAT32 is supported everywhere because it's primitive.
16 likesEnderman : doing his job on his broken VM
5 likesVMware mouse driver : I'M GONNA END THIS SESSION'S WHOLE CAREER
Replies (1)
he moved the mouse out of the vm window and the driver tried to do shit but it crashed windows
0 likeswell I guess enderman is one of those crazy people who have the task bar on the top of the screen
8 likesReplies (6)
I wish you could snap the task bar to two sides at once
0 likesI have taskbar on top too
0 likes@signvelvety stop
0 likesMCOskar use Linux lmao
0 likesI have no taskbar
0 likesI have it on the top too
0 likes0:34 the shutdown was perfectly in sync
2 likes0:20
14 likesEnderman: "You can install Windows 10 only on NTFS"
ReFS: Am I joke to you?
Since Windows Vista is the first to not allow fat32 when upgrading to it. You should try upgrading to Windows vista from Windows XP‚ but on the first restart (Or before using this trick) convert the partition to fat32. Just to see if Windows Vista actually could work on fat32
17 likesReplies (1)
euh yes
1 likeHell yeah, Enderman posted a new video right as i was messing with Win XP virtual machine :DDDD
6 likesNtfs: I can open file instantly.
23 likesFat32: No but i can delete script in CMD
Me: Stop that.
Bsod: Hello
players in gd that recognise supernova is legendary
14 likesReplies (2)
Yes
0 likesYes
0 likesWindows must have eaten so much, it literally ran on FAT32.
1 likeYeah no, I have no future as a comedian.
Because FAT32 is a """standard""" which is """easy to support and implement""". That's why. Ah, and lobbying by Microsoft on EFI sit-ins.
3 likesAnd restoring from a snapshot means that Windows still thinks the partition is NTFS. Accessing a FAT partition with an NTFS driver is, as you can see, disastrous. Nice idea and nice effects!
Windows in NTFS: I Can Work Anytime.
1 likeWindows in FAT32: "Class Not Registered", BSOD
Windows is actually getting closer and closer to supporting ext4, we just gotta wait
1 likeReplies (1)
by that point Windows 10 would be so unimaginably bloated that the simplest Win32 applications crash on 10GHz
0 likesDid you try changing files' properties? (like read-only or hidden) It would be interesting to see since FAT32 doesn't support those.
20 likesThe microsoft guy reading the crash report:
1 likeo-o
2:15 "Windows 10.sys" stop working
50 likesReplies (6)
"C:" has stopped working
0 likes@@TheNochtgamer hola :v
0 likesJust a joke
0 likes@@Spoudey i just want to say a extension for the joke, i already know that :V
0 likesWtf is “Windows 10.sys?” Windows 10 is NOT a driver
5 likesPD: I like see Windows ruined x'D
2 likesWindows 10:I can't bear this pressure.
5 likes0:19 “Interestingly enough, EFI System partitions still use FAT32, not sure why”
6 likesThe (U)EFI has to read the contents of the system partition to load the next part of the boot process. The file system driver has to be in the system board firmware. The specification specifically mentions system partitions be FAT32 (with FAT12, and FAT16 for removable media, as appropriate for capacity). I’m sure the firmware could implement other file systems, but there is little motivation to do so (certainly on the PC platform).
Replies (3)
@@WinTips531 The UEFI specification requires that FAT32 be supported as a lowest common denominator, but there's nothing to stop the firmware from implementing other file systems if the vendor chooses to.
1 likeI believe Apple specifically coded in HFS+ and APFS support into their UEFI code
0 likesbut some newer boards surpport ntfs boot
0 likesFAT32 is still used on UEFI partitions because it's open and easy to implement, being supported by basically every modern OS
3 likesReplies (1)
Techinally, the ESP uses its own file system (which is based on FAT).
1 likeThis video is very interesting, I believe that one of the reasons why the efi partitions are in the fat32 file system is that in this file system it is more difficult for files to become corrupted. Well, I heard some people say that the Ntfs file system has some advantages over fat32, but Ntfs is also known as a device killer, that is, devices last less using the Ntfs file system. Thanks for the video!
1 likeOk, so my mom bought me a computer guides for kids as my 9th birthday, but it was so...outdated. I opened the "What will you need" page and it said, "you need a multimedia computer with Windows 95 as your OS". And I am using WINDOWS 10. I tried all the guides from that book and then my computer crashed.
2 likesEnderman: * Switches NFTS to FAT32 *
3 likesWindows: Your Trail of normal Windows has expired.
I think the reason EFI partitions are FAT32 is because any operating system can read it natively. Same reason that flash drives are FAT32 when you buy them.
2 likesEnderman: let's make a video
1 likeVMware: my time has came
There's actually 4 variants of the File Allocation Table (AKA FAT) format, and it was created in 1977 for floppy disks, not hard drives.
4 likesThe original FAT, also known as FAT 8-bit, wasn't ever used with MS-DOS, but was used for other storage systems, with a max file size of 1MB, and no listed max volume size.
FAT12 (12-bit) was the original used in MS-DOS and many other DOS-based systems, with a max volume size being either 2MB or 4MB, Depending on cluster size. Max file size is the same.
FAT16 (16-bit), which MS-DOS updated to in 1987, and overcame the size shortfalls of FAT12, with a max of 512MB. Max file size is 1 less byte than 512MB.
FAT32, or FAT 32-bit, is the final version of the original FAT format, being introduced in 1996 with the release of OSR2 of Windows 95. Max volume size is 2TB, max file size is also 512MB - 1B.
exFAT, or Extended FAT, is a continuation of FAT32 created in 2006, with larger limits and being more optimized, max volume size is 16PB, with the max file size being the same.
LEGEND:
MB = Megabyte (1,000,000 Bytes)
TB = Terabyte (1,000,000,000,000 Bytes)
PB = Petabyte (1,000,000,000,000,000 Bytes)
Imagine being the guy at Microsoft reading the error message that someone ran Windows 10 on Fat32 lol
1 likeWhen he said: “Class not registered”
0 likesI really felt that
0:32 that match so good
2 likesNext video: infecting Windows 10 with the coronavirus
3 likesReplies (3)
@@windestruct xd
0 likes@@windestruct lol
0 likes*coughs on harddisk*
0 likesThe music went perfect with this experiment. Nice job man!
0 likesGonna be honest I didn't expect it to be this broken.
1 likethis video should be named "HOW to SPEED UP your COMPUTER BY 200%!!"
1 likeIn that folder named "another folder", you could have renamed "new bitmap image" to "newer bitmap image".
1 likeEnderman : installs windows 10 on fat32
0 likesMe : silent circles
From now, the Windows 10 is FAT
3 likesReplies (1)
Windows 10 has always been fat. C:\Windows can be as small as 16 GB, but it takes up ~40 GB whenever possible in the name of performance.
0 likes</attempted_woosh_of_smug_smartass>
Actually I am totally amazed that AOMEI has an English version of NTFS to FAT32 converter.
1 likeGenerous sponsor: I WANT TO DESTROY GENERIC LIFTS
0 likesMe: That "generous" sponsor must have been afraid these "generic lifts" are outdated and might fall without protection.
Replies (1)
Ryan Pascual true
0 likesI remember trying to open a FAT32 USB drive and Windows just bluescreened.
0 likes"I don't play GD"
5 likes-enderman 2020
Replies (1)
And what?
0 likesEnderman: tries to run regedit
0 likesComputer: bluescreens
Windows 10 fat32 : HELP MEEEE windows xp fat32: IM HAVE UNLIMITED POWER
0 likesFinally after so long... Hope u r doing fine amid the corona crysis.. ♥️ frm INDIA 🙂🙂
14 likesReplies (2)
VisualBox hi
0 likescrisis*
0 likesEnderman: We know our disk is in perfect condition
0 likesWindows: BLUESCREENS
Enderman: WHAT THE HELL
Enderman: I won’t sponsor anyone
3 likesAlso Enderman: This video is sponsored by Fat32 and VMWare
Next video: How to lose weight with Windows
15 likesOh wow Enderman just found another way to destroy Windows 10
2 likes3:34
0 likesWindows: Mr. Stark, I'm not feeling well...
Now I'm intrigued to see macOS Mojave or Catalina running on HFS+.
2 likesEnderman, a guy in my class used a usb to reset 10 laptops at school. The IT guy was helpless and confused it was hilarious.
5 likesReplies (2)
@@malwaretestingfan bootable media i think
0 likesHow?
0 likesWindows 10 on.....
0 likesAlexis Godlewski doing Janiyah with gloves on.
User: runs regedit
0 likesWindows: bye bye
u know it's bad when C L A S S N O T R E G I S T E R E D
1 likeEFI partitions need to be FAT32 because that is what is outlined in the UEFI spec, and what many UEFIs will only support.
2 likesReplies (1)
It has to support FAT32, but there is nothing wrong with supporting other file systems too.
0 likesFat32, the Windows 10 killer.
0 likesWindows 10 in FAT32 wouldn't be possible, Windows 10 cannot handle all the fatness inside FAT32.
0 likesSeems like the entire registry access just broke lol
0 likesSide effects:
1 like1. There will be a blank option (right click)
2. Files will NOT open
3. Command Prompt will be blank
4. Blank app on the start bar that does not work
5. Files will pop up with an "Open with" dialog (some)
6. Running "logoff" from Run -> BSOD :(
Replies (2)
@@alchemycraft yep
0 likesbsod is from vmware driver
0 likesConclusion:
1 likeIf you want a Fat32 disk, make it an external partition.
Breaking windows 10 Won't bring claus back.
0 likesFAT (32)
0 likes~ "i am a file system."
When Windows Gets F A T From Eating Viruses
0 likes“Class not registered” mmm yes school
0 likesYou did FAT32, now it’s time to do it on ext3.
0 likesAlternative title :- How to install Windows 10 on a Windows 95 machine
0 likesIt's glitchy because the ram and system is expecting NTFS, not fat32. If you could reset it, it would work better. Try dropping in a fat32 driver, and making the system run with that, then disable driver signature reinforcement to let it boot. Might work!
4 likesI'm on the weird part of YouTube again. A channel dedicated to destroying computers.
0 likesWindows 10 Millenium Edition.
3 likesWindows, is a good day to be alive
0 likesgets replaced on vm suspend
screaming What the FAT?
Didn't know Windows 10 was that broken with FAT32. Does Windows 7 behave this way too?
4 likesSide note: Windows 10 can read and write to FAT32, so I'm not sure what the problem is. Perhaps it's just the lack of NTFS features.
Replies (3)
@@iProgramInCpp alright, sorry
0 likes@@haselnutz_L Irrelevant to the topic at hand.
0 likesAh i know you, the gamma64 guy!
0 likeswelcome to windows 10
2 likes"silent circles song" my geometry dash brain said immediately
0 likesSince you were able to make such an drastic change to the disk while the VM was off, then restore it, I wonder. What would happen if you somehow would change the Windows version for example from 10 1909 to 10 1507 while the VM is suspended and boot up that changed VM
4 likesThe 32GB partition limit is fully bogus, and is arbitrary. The real limit of the partition type is 2TB.
0 likesAre you VM-addicted, Enderman?
0 likes(And Enderman is sponsored by HIMSELF)
Me before watching this video : DELETES LINUX OFF THE DELL BIOS
0 likesSystem : SHOWS WINDOWS BOOT LOGO INSTEAD OF DELL
Me : Did i just mastered the power of coding???
Next try running Windows 10 on ext4 and on Btrfs, if it's possible.
11 likesReplies (7)
MATAM nice
0 likes@Systremor we are talking abouy windows 10. And windows boot manager doesn't support EXT4 too
1 like@@GoogleDoesEvil That does not mean it can use ext4 as the main FS.
2 likes@@vvgr409 That's why I asked for Btrfs too.
1 like@@AngryDavid808 Actually it's possible. There is custom bootloader for Windows that will let you boot Windows 10 from Btrfs partition. Of course stability is not that great but it's working.
2 likesWindows don't use unix permission. It will die or just don't boot.
5 likesIt's not possible, Windows 10 doesn't even support these two filesystems, let alone the fact that it can't access them. Chances are, the same thing as in the video will happen. Or, maybe Windows 10 won't even try and just crash upon restoring the snapshot, and then it will never boot back up.
4 likesAh yes, I always use
0 likesFAT32LB Windows. It's so fat that it occupies 32GB of my 33GB disk drive.
3:53 recovery screen
1 like3:45 *restarts* Recovery *restarts* Recovery *restarts* Recovery
0 likesLinux can be installed on more than 5 filesystems
0 likesHi man first I like your videos, appreciate your effort! :3 don't be aware about the hate if you have any 😂
0 likesOh FAT32 i remember struggling with copying a big movie to an ancient 8gb USB. Took multiple hours for my 12 year old brain to figure it out
0 likesMe useing my computer my computer: U R F A T
0 likesNow make a virus that causes it to spawn a bunch of fake and game and error messages, which then turn into a robot fighting game where if you are damaged, it will delete random folders.
0 likesFirst of all, FAT32 wasn't supported in Windows 95 (it used FAT16) until OSR2.
1 likeConnecting the VM disk image to another VM isn't needed if it can be mounted on the host as a disk (yes, a disk that can be accessed directly, not just a volume). In fact, if you use VHD format for disk images (which unfortunately isn't supported in VMware, but it does so in VirtualBox (along with support for VMDK as well as its own disk image format, VDI)), you can directly mount it on Windows without any additional software.
title: FAT32
0 likesme: is the thing fat then?
Or else known as: Windows 10 with half system 32 deleted
0 likesWindows 10 on a gameboy micro.
1 likeFAT32 is the lowest common denominator of file systems, it must be useable by many OSes thats why the EFI partition is FAT32.
0 likesMe an intellectual: DiskPart
2 likes"Fat32" is basically calling you fat
0 likesNext video: Windows 10 on exFAT
2 likesYou should try it without VMware tools, as the VMware driver crashed the system in the end.
0 likesThe music hearts my ears man but you are great
0 likesWindows EXT4 support would be so cursed
0 likesevery time I enter the video avast detects a threat XD
0 likes“C”
1 like-command prompt 2020
1: 19
0 likesThat phrase my friends will explain why windows 7,8and 10 won’t run on FAT 32 extension
Replies (1)
Because there are actually certain which are more than 4 GB
0 likeslogging off windows MAKE WINDOWS CRASH hey i need to do this
0 likesNo one talks about the stop code
1 likeOnly now I noticed that PS3 read FAT32-based usb flash drive which you could place games (if it's modified) or other but files aren't going to be up to 4Gb...
0 likesAnd the PS3 came off in 2005
Lol
Most likely the reason it doesn't work is because the maximum file size on FAT32 in 4gb.
3 likesEDIT: He mentions that, nevermind.
Replies (1)
It most likely uses NTFS features extensively. In fact, FAT32 support for OS volumes were dropped in Windows Vista (which was greatly revamped compared to Windows XP).
0 likesI love how his name is based of a minecraft mob but he doesnt play minecraft at all
0 likesMy mind: The Eschaton
1 likeESP uses FAT32 because it's easy to parse and deal with, and the patents on it have expired by now.
0 likesI formated my Phones SD Card today in two Partitions, the first formated by the Phone itself into an App storage partition, and the second in fat32 using Apps2SDs adopting partition feature.
0 likesIdk why but when i saw the name I thought windows 10 was fat 😂
1 likeReason : fat32 files requies up to 4gb, white some files on windows 10 is maybe that over 4gb.
0 likesAlso FAT doesn't mean fat, it's mean File Allocation Table
Replies (2)
@@GalaxinTM thanks.
0 likesFile allocation table
0 likesWhen you delete system32
2 likesReplies (1)
1 likehe already did.honestly ive been watching your videos for a while and id be happy if you started doing sponsors just so you could earn something from these videos :)
0 likesI need that background.
3 likesi seriously feel you play Geometry Dash after all these soundtracks in the background...
2 likesReplies (1)
Silent Circles (:
0 likeshell nah that music giving me flashbacks
0 likesKinda off topic but the shutdown sync with the song's drop
0 likes99% comments: other subjects
0 likes1% comments: RUSH B COMRADE
i have a usb stick which is fat32 (no im not joking)
1 likesilent circles moment
0 likesI will set the same thing up and then call a Microsoft Scammer to connect to the VM and get them busy a little bit
0 likesВиртуальная машина на виртуальной машине!
0 likesThis is like me trying to read Chinese without any knowledge of how
0 likesNice video good job x3 also be safe and stay home everyone :).... :"(
2 likeseverybody gangsta till 2:27 drop
1 likeHere is how you actually do it
0 likesyou go into windows 10 setup
you open cmd with shift-f10
you open diskpart
you make fat32 partition
you exit diskpart
you type the dism command that applies the image (manual install thru dism)
you reboot
So much nostalgia on Geometry Dash
0 likesbrooo i'm using windows 95 on fat32 from 1996 but i'm in 1995 i fucking time travelled mannn
0 likesNext video:windows 95 on ntfs
0 likesWaiting for Windows 10 on MacOS Extended (APFS)
0 likesThe music reminds me silent circles
1 likeATTEMPTED_WRITE_TO_READONLY_MEMORY
1 likek..?
You are a computer expert
0 likesHi Andrew. Am I the first subscriber from Tunisia (a country in the maximum north of Africa)?
0 likesHow to make windows so useless, it becomes arch linux (Closed Source Edition).
13 likeswait am i the only one realizing the background music is nine circles music :D
1 likeReplies (1)
no it’s silent circles music
0 likesMe as a Geometry Dash player is pretty terrified by the Music.
0 likes“You can only install W10 on NTFS” But what about ReFS
0 likesWhat if you switch it back? FAT32 to NTFS?
2 likesFat32, just a fatter version of system32
0 likesinstead of converting the entire OS to fat32, why not install it, it might work better possibly
0 likesThe ESP(EFI System partition) is FAT32 because it's unfortunately become a defacto standard FS that everyone supports, they can't make it NTFS because windows is the only OS with true 100% fully working NTFS, and god forbid M$ bends to anyone else for any reason and actually implement an open *nix FS. Honestly microsoft had to do a patent grant to the UEFI forum just for vfat because FAT32 with LFNs(long file names) is patented by M$. To be perfectly honest the fact that it's FAT32 and not an actually open FS like ext2 drives me up a wall but FAT32 is in a state where every single OS 100% supports it and that doesn't go for any other FS. Technically speaking implementing vfat, that is FAT32 with LFNs is illegal as it's a patent violation, unless it's so your system can support UEFI, the patent grant specifically allows FAT32 for UEFI support...it's just...microsoft, anyway. I remember a comment by Linus Torvalds about that fact that technically the Linux kernel's vfat implementation is finally legal because it's used for UEFI, M$ never really pursues the patents but it's technically a proprietary, patent encumbered, FS. Why M$ can't just support a FOSS FS like ext2 or 4 is beyond me but M$ has to have their way. Honestly the fact the UEFI is basically windows at the firmware level is ungodly annoying, PE32+ binaries, FAT32 FS, UTF-16 strings, drive letters, like ffs, what's wrong with ELF and ext2...ughhhhh, anyway I'm just ranting. If it's not obvious I'm not a fan of windows or M$...just like watching you break it.
0 likesIf you try to force update your Windows 98 to Windows 10
0 likesWarning Don't Change NTFS to FAT32 on Windows 10 because it's going to get
0 likesGlitches,BSOD and Recovery
Replies (2)
Actually, you can do it, but restored state has 'C drive is NTFS! ' information, it trying to read with ntfs driver.
0 likesOh cool, my Windows 10 will get recovery
0 likesreads title
2 likesme: wtf
Replies (1)
f l a s h d r i v e
0 likesRun it on Nikocado Avocado's file type, exFAT
0 likesnext video: playing Raid Shadow Legends on Windows 95
0 likesWindows on an USB disk?
1 likeHey, maybe you can make video "Calling Microsoft and trolling them with Windows 10 on FAT32" or something similar.
1 likeAlso next video: installing windows 69
0 likes1:41 Silent Circles music
0 likesme and the homies waiting for FAT86: 😶
0 likesEFI partitions use FAT32 due to the fact that they wouldn't be recognised by the firmware. just saying.
0 likesIt happened to me when switching from linux to Windows
2 likesReplies (1)
How?
0 likes:o my bro said install windows on vm is very very hard, but i can install it only take 1 hour
0 likesFAT32 Filesystem is the good way to corrupt Windows
0 likesroses are red
0 likesmy screen is blue
i think i used
FAT32
good work king, love you
0 likesyou can call that Windows 10 OPEN-SOURCE edition
3 likesyou get it?
Replies (1)
No
0 likesGeometry dash. The music brings nostalgia to me from when geometry dash was good and not full of hackers.
0 likesReplies (1)
Geometry dash security level : 3/10
0 likesYou can find plenty of legit hacks but there is a little security and viruses
Really wonder why it happens.
1 likeI'm sure with a new driver and registry tweaks, we could get ext4 support
0 likesWow music from "silent circles''
1 likeWindows on ext4
1 likesilent circles
1 likeroses are red
1 likeviolets are blue
this channels cool
and so r u
0:24 it’s because of licensing
0 likesI really wonder, what happens if you install Windows 10 on FAT32 hard drive.
0 likesReplies (1)
It's formats and installed, or it's work actually.. restore information has 'C drive is ntfs' but now C drive is fat32, cannot read with ntfs driver.
0 likesso windows 10 can boot up on fat 32 but its buggy as hell even system crashes
0 likesmaybe even more tell me if theres more bugs in fat 32 with windows
Fat32? Now it is time for APFS!
2 likesDo not take it seriously please...
In fact I have succeeded booting windows nt 4.0 and windows 7 from fat32 partitions, and I'm going to try that on win10.
1 likeSoftware:location:c,Windows 10,Windowsupgrader
0 likesAdapter:search:Xbox series x/s ssd adapter to usb 3.1
Since you want EXT4 support for Windows, why dont you try it out?
0 likesWhere can i get those fancy desktop gadget thingys? :o
0 likesJust to tell- FAT equals HDD and 32 means system32.
0 likes(I tried so tell if I’m wrong)
Replies (1)
fat is short for file allocation table, not HDD (hard disk drive/mechanical drive) and the 32 comes from the fact that it uses integers (32 bits) instead of shorts (16 bits).
0 likesFAT32 is a volume type, like NTFS, except that it's based on the older FAT architecture (which used 16 bits) and doesn't have some of the features NTFS has, which is the reason why windows 10 is dying
When windows 10 on THIN64?..
0 likesNow try it with exFAT
0 likesnice,
0 likestry deploy the winsxs folder over again
cos ntfs use hardlink so this convert made those files "disappear" i tested that its not working
Gotta love xtrullor
0 likesWhen my d drive broke it switched to FAT32.... so that's why it broke..... huh
0 likesSong: Supernova by Xtrullor
0 likesTry to convert it back to NTFS after FAT32
2 likesReplies (3)
It will still be broken, but we will see
0 likesProbably windows die after shut down
0 likesYes, Great idea! :)
3 likes0:47 uhh confused you will understand why when u go to that time lol
0 likesWindows 10 on Read-Only
0 likesWhy EFI partition still use FAT32?
0 likesBecuase EFI compatible system only can read/write FAT32 as a boot partition. (not using NTFS I think thats license or file system architecture problem)
This is why some EFI compatible OS used a partition called ESP (EFI System Partition, FAT32), EFI System need a OS bootloader inside a ESP partition to boot.
WAITING FOR THIS
1 likeWhat is that desktop design, it looks so clean and i want it for my laptop...
0 likesI am using AOMEI to install Windows on a pendrive.
0 likesfor those who want the wallpaper:
0 likeshttps://picserio.com/data/out/9/3440-x-1440-wallpaper-21-9_2344062.jpg
Are there any Korean subtitles?
3 likesThere is an 1016 (Origin DNS error).
1 likeWhen you click a button that is a virus but fixes a problem everyone can't solve
0 likesT H E C H N I O N(Meme man so bad spelling yea?)
I think fat32 is too F A T and because of that windows 10 cannot handle it
0 likesWait a minute, you shut the Windows 10 VM down, converted the NTFS drive to FAT32, but then restored a snapshot of the Windows 10 VM? What snapshot was restored? Not trying to nitpick, just trying to understand all of the variables at play. It seems like you restored a session that may or may not have had windows installed on NTFS? If that's the case, wouldn't it only make sense that everything breaks, given that you changed the filesystem under it's nose? I feel like I'm missing something here.
0 likesHow do you create new VMs that are already set up?
2 likesVersion 20H2
1 likeStill works better than my gaming 0c
0 likesSILENT CIRCLES!!!
0 likes:(
1 likeYour pc has ran into a problem and needs to restart
Error message: why did you write to rom
Replies (1)
More like:
0 likesError message: hey mouse, why did u write to the rom
I'm pretty sure FAT32 is meant for Xbox One too.
0 likesAnd that's why you don't do Fat32
1 likeanother thing you cant use administrator perms on fat32
0 likesExplanation: The NTFS driver is still active and trying to use the disk, because you didn't reboot but restored the snapshot. That caused widespread disk corruption, nothing else. So you're not showing what FAT32 does but what messing up the disk in a suspended VM does. This one gets a dislike.
0 likesReplies (1)
Paul-Stelian Olaru oh, I thought what’s wrong with fat32, it just can’t hold over 4 gb, but I think windows can live with that
0 likes2:49 Mona's Windows 10 Is Ruined
0 likesIm 13 yr old and i have no clue what is this. But i love it
0 likesCool. An song that's is on GD 2.1
0 likesWindows needs to go on a diet because it,s fat get it?
0 likesEdit: Tommorow my dad is cooking salmon 😋 😋😋👍🏻👍🏻👍🏻👍🏻
Replies (1)
Windows 10
0 likesAge: 32
Is fat
"29gb" is this a virtual machine or is it literally just how much space u have
0 likesReplies (1)
Its a virtual machine
0 likesTry REFS next...
0 likesHere's a lesson: Don't run Windows 10 on FAT32.
0 likesCould you do Windows 10 on Crap32? If not, I will do it on my main account.
0 likeswhat's the widget on the top right in the start of the video?
0 likesSo you made Windows 7 Obese? Lol.
0 likesDo it on Fat16 next.
0 likesLook NTDEV's Video
0 likesHe's Uploaded Windows 10 on FAT16(FAT)
I wonder what would happen if you ran chkdsk
0 likesIS THIS WINDOWS 9? now im know why microsoft didn't relased win 9
2 likesI install it on exFat
1 likeDon't get fooled , enderman does use Linux !
0 likesЧто на счёт EXT4 - M$ уже собираются добавить поддержку работы с ним, на Insiders Preview можно увидеть работу проводника с разделом в EXT4.
0 likesMusic in Silent Circles in geometry dash
0 likesImagine FAT16 windows 10
0 likesit says you have a max size of 32gb for fat32 partition if you use Microsoft built in formatting software it is but real max is 8tb
0 likesWindows 10 did not like that it was called fat.
0 likesI've had a problem trying to reset my password. I tried to get to the Sys32 file, but it couldn't find the path.
0 likesthe error is about writin on a read only memory......but its a hard drive
0 likesReplies (1)
Most likely memory corruption, judging from unexpected behaviors in the VM.
0 likesATTEMPTED_WRITE_TO_READONLY_MEMORY? never seen such error
0 likescall a support technitian and give them the error code
0 likesFAT32 was intended for >OSR 2 Windows 95 and Windows 98***
0 likesnew windows KFC veson
1 likeHow did he get time, battery, task manager performance tab in desktop
0 likesThis is fake news. From the kernel's perspective, it's still running off of an NTFS volume. Your trick to use a snapshot to convert the partition the windows install was running off of is the equivalent of simply corrupting the hard disk while the OS is running. In kernel memory, it still considers that volume NTFS, which is why everything is seemingly broken because file I/O is failing because the underlying filesystem driver is still interpreting the contents of the hard disk as NTFS.
0 likesWindows has been SHOT down because of ntfs to fat32. Please reinstall ms-dos Windows ME and upgrade to windows 10.28192827x28
0 likesHow did you do the desktop widgets?
1 likeHow did you get that battery and clock widgets?
0 likesMy friend just changed from NTFS to FAT32 cuz he think that his pc will work faster (he telled mi to make this on his pc and i telling him that windows "must" be on NTFS but He insisted and I did it to him and after 3 days i wanted to install him windows again XDDDDDDDD
4 likesEDIT: Yes 3 days cuz he thinked that pc must find out that it has fat32 partition and leaved out computer for 3 days XDDDDDDDD
Replies (5)
@@xter13 did u just call me an idiot
0 likes@@groszak1 no lmao gpt is way faster. Boutta get wooosh
0 likesmake sure to also change partitioning from GPT to MBR, that would surely make it even faster
0 likes@@minyu0001 I'm not english idiot do don't instruct me
1 likeThought* nice english mate
2 likesHey! You can also run Windows 7 on FAT32?
0 likeswhen it was downloading he sped it up lol obviously coz it would take long
0 likesMusic for next video - Lunar Abyss
0 likesIf I download meme on a VMware will it affect my real pc?
0 likesIs enderman dead?? NO NEW VIDEOS COMING!!!
0 likesExpand the Windows Image with dism without using /compact option.
0 likesWrong choice man on fat32 its choice is NTFS NOW IS EASILY FIZ MY COMPUTER
0 likesMe who still uses fat32 on usb drive: 😶
0 likesNow install Windows 10 on ext4
0 likesNew monitor?
2 likesdo someone here plays Geometry Dash?
5 likesReplies (1)
me
0 likeswhy are you not using escargot yet?
0 likesI WANT TO DESTROY GENRIC LIFTS
0 likesWhy do you want to destroy generic lifts???
b r u h
Somewhere In Future..
4 likesHi Guys,Today We Will Be Destroying Windows 537!
Replies (4)
@@michaelepica3564 my bad
0 likes@@ElNoobYT1 ... I got the joke. its just not that funny..
0 likes@@michaelepica3564 r/whooooosh
0 likeswrong. Windows 10 is the last version of windows.
0 likesIf u are a Geometry dash player u know what now im meaning
1 likeReplies (2)
Silent Circles 8)
0 likesDrop at 2:01
1 likeWho else knows the music from geometry dash?
1 likeReplies (1)
Mee!
0 likesMe: Launches cmd on win10 on FAT32
0 likesWindows: gives 999,999,999 error messages: W1nD0wS cAn7 r9N oN FAT32!
EDIT:
Me: Launches win10 on FAT32
Windows: Use Windows 95 for this, n00b!
Me: HAHAHAHA WHAT THE DUCK, WHAT THE DUCK WAS THAT HAHAHAHHAHAHA?!?!? (i should replace Fu*k with Duck!)
Install windows 10 directly to FAT32 or exFAT through dism tool
0 likeshow did you get nice desktop background
0 likesCongrats! You have 66,6 thousand subscribesrs!
0 likes@enderman hi i checked your website and i download some software but when i put password it always says wrong password. can you tell me whats wrong?
0 likesN o o n e c a r e s
0 likeswindows 95,98,me on NTFS
0 likesIf you hadn't noticed, you have 66,6K subscribers!
0 likesReplies (1)
he noticed before me... I'm proud
0 likestry windows 10 on a compressed ntfs drive 👌
2 likesReplies (2)
@@Kristibek It's technically not even FAT, although FAT tools work since the ESP specifications are based on FAT, and it's only used by UEFI, not BIOS or CSM.
1 likeAnyway, if Windows is installed on a BIOS computer (or in legacy mode) and you compress the whole drive, the bootloader also gets compressed and Windows cannot boot anymore (I haven't tried doing it on Windows 10, though).
It will work just fine. Windows 10 supports converted NTFS drives (it will even allow you to make one). There is a special EFI partition which the BIOS reads which needs to be FAT or FAT32 and uncompressed (you can't compress FAT anyways)
2 likesIf it's changed to NTFS it just won't boot (it will show operating system not found error)
So :E Is local disk for a computer?
0 likesЯ который ищет русские комменты: -_-
1 likeEDIT: (я так и не нашёл)
In fact I have succeeded booting windows nt 4.0 and windows 7 from fat32 partitions, and I'm going to try that on win10.
0 likesHow do you get those stuff like disk and battery on the desktop?
0 likeshey, I have a problem with my pc windows, after a while that I use it, it gives me a blue screen: IRQL NOT LESS OR EQUAL, I tried to reinstall windows from scratch, but nothing, I don't know how to do it, if you can help me thanks one thousand.
0 likesThis is so cursed
0 likesWhere can I find that cool wallpaper?
2 likesAlright but what about running WIndows 10 with ext4?
0 likes3:06 i had the cmd bug when installing tiny 10 i went to cmd when it was blank and it was zoomed in and couldnt see what i was typing
0 likesWindows 10 fat edition
1 likei managed to play a corrupted game my pc turned to windows vista i think it is prank virus
1 likeTry doing it without vmware tools
0 likesThat acer laptop like same
0 likesIt works, kinda
0 likesHa! My Windows 10 VM uses less than 32 GB of storage.
0 likesReplies (1)
No.
0 likesOffice and the ❤ owwr?
0 likessilent circles
0 likeshow do you have the performance and battery percentage on your desktop?
0 likesReplies (1)
RainMeter but since he does not have a battery it just says it's full and charging
0 likesWindows is just rude at this point. I'm fat and I'm 32 years old..
0 likesDon't mess up Windows
0 likesMe when I see Enderman install windows on FAT32
0 likesMy mind: Enderman what the hell are you doing XD
The logic: it's science
FAT32
0 likesor THICC32
Windows in wfbs pls
1 likeOh No enderman non flytech help not
1 likeWill it still work if you convert it back to ntfs ?
0 likesBecause of your mouse the system crashed
0 likesWindows 10 on ext4
1 likeHow did you get those widgets?
0 likes666 comments: Satan has spoken here! :P
0 likeswindows stopped working
0 likeserror code fat_file_system
Windows 10 on ExFAT?
0 likesWhat if you use dism on FAT32 partition to install Windows?
0 likesReplies (1)
Similar glitches may occur.
0 likesIf you have a removable storage with FAT32 or FAT, you should format it as exFAT or NTFS file system.
1 likeYEET
1 likewindows but.....
0 likesitz fat
Attempted Write To ReadOnly Memory... Never heard of this Stop code
0 likesmeh where i can download ur win 7 version/background? it looks so cool
1 likeHow you have task manager with disc compatibility in left corner?
2 likesReplies (2)
@@IcicleFurry it is windows 10 widgets. He made video about this: https://youtu.be/np3X57CVaCw?.
1 likeIt's not Task-Manager, It is Called Rainmeter. A cool lil program that gives you some widgets :3
5 likesSo we must sub to vmware?
0 likesi did the same thing for windows 10, convert it to APFS and i got the same recovery screen :( no fun
0 likesAnd try to install Windows 10 20H2 on my Xbox series x
1 likeIt woks
Should windows 95 work with ntfs then?
0 likesDo this with Windows XP on Dosbox
0 likesEnderman: a
0 likescmd:
C
C
EDIT: wait heck i'm a doofus you're running from a snapshot anyway
1 like(original stupid comment follows below)
0:50 this might actually be because when you shut down windows 10 it only sorta shuts down and saves some memory bits to the disk (like a half-hibernation)
might actually be the cause of some errors too because you're messing with a partition that's technically still open? idk
you'd need to either disable fast startup or use the restart button instead of shutdown to make that not happen
Replies (1)
also 1:21 just casually deleting system files no big deal
0 likesnow try just fat lol
0 likesGeometry dash veteran
0 likesaaand that's another one for Broken Windows Bingo!
1 likeHow did you get this large start orb on win7 would really like to know how you did it, since it looks much better then the normal one.
1 likeReplies (1)
Start is normal size the icons are just smaller
2 likesWhats before C:?
1 likeReplies (3)
Maybe "Config/MB/Bios/C:...
0 likes:0
0 likesyou
0 likesNext video: NTFS to EXT4 converter pleasee pleaseee
0 likesHello other being
1 like"Sad. So sad. Win 10 can't even handle FAT32 ! So sad. Total shitshow." - Trump
0 likesyou can install blue screen simulator fly tech video watch the video and try it on virtual machine
0 likesI wonder who else can ruin windows.
0 likesHere before 5000 views,10000 views and 100000 views
0 likesWindows 10 x86 or 64? .)
0 likesBtrfs when
0 likesthere's an attempt to write rom stopcode?
0 likes3:40 there is no file called vmmouse.sys
0 likeshow do you make windows look so smooth
0 likesCorona be like 3:01
0 likesYou just clickbaited us you said windows 10 but it windows 7
0 likesWindows 10 on extFAT
0 likes69.0K
0 likesTotal Views
but is it possible on ExFAT?
0 likesI like cats.
0 likesIs it on a real pc?
0 likeshi where do you sit widgets?
0 likesit is too fat for windows to handle
1 likeNot try setup a FAT32 Windows 10!
0 likesI have been try it on my VMware
0 likesBut, i forgot to take a snapshot
And was it say in frist time boot :
RECOVERYBSOD
ext4 is better. where are linux users?
3 likesReplies (1)
#teamXFS
1 likeIt need an special Software and adapter
0 likesTry Windows 10 on BTRFS
0 likesА что есть НеДружелюбное приложение?)
0 likesTry REFS.
0 likesWIIIIIIDE windows 10
1 likeI think the computer can't run because is too FAT
0 likesnice video!
0 likesReplacing windows me Explorer with xp
0 likesWhat's the wallpaper plz
0 likesnow do the opposite. install windows 98 on NTFS.
0 likesI can't change my lock screen photo. Why ?
0 likesReplies (2)
@@windestruct no I have Windows 10 Home Edition
0 likesMaybe you haven't activated Windows
0 likesmicrofat
0 likes;)
Listens to Supernova
0 likes2.0 FLASHBACKS
My uncle's laptop runs Windows 10 in Fat32 (Since it didn't support NTFS) and works perfectly fine.
0 likesXtrullor Supernova was one of my favorite songs when it came out
0 likesIt will never work
0 likesEnderman, if i will buy Supporter, i will get unban on your discord server? 🤔
0 likesReplies (1)
He deleted his discord server
0 likesThe system is FATTO
0 likesThe name wasn't friendly to the other apps so they killed them. This is a John Doe case.
0 likesTry Windows 10 on fat
0 likesDesktop picture pls :)
0 likesinstall windows 10 into ext4
0 likesEy enderman are you dasher?
0 likesHow about NTFS on Windows 98/ME?
0 likesReplies (1)
@@Koperpixel Nothing is impossible.
0 likesDid you screw up your vm
0 likesSomeone knows how to Put those Widgets??
0 likesHey Enderman do you can give me the download of this modified windows 10? I like the "gadgets" on the screen...
1 likeWindows had a heart attack
0 likesHow to get widgeeets?
0 likesPutting on FAT32 with Windows 10 makes Windows 10 look like fat XDDD
0 likesDo Windows 10 on a good file system (not NTFS and not FAT) like Ext4, Btrfs, XFS, ZFS
1 likeReplies (1)
Windows 10 does not support these file systems. It will error.
0 likesPossible on VBOX
0 likesWindows just didn't like being called FAT
1 likeWindows 7 end of support😥😥😥
0 likestry converting windows 10 to ext4 using a linux vm, if it wont be able to read data, try installing something to add ext4 support, if it exists
1 likeReplies (1)
Would see this idea.
0 likesHi
1 likedoes anyone recognise the silent circles song?
0 likesStop code: ATTEMPTED TO WRITE INTO ROM AHAHAHAHHAHAHAA
1 likewhat failed was VM MOUSE AHAHAHAHHAHAHAHAHAHAHAHAHAHAHA
Fucking legend
0 likesWindows 10x
0 likes1:59 SILENT CIRCULES INFIESES
0 likesI tried this a while ago but with windows 7,it is ao funny how it works hahahaha
0 likesWhat?
0 likesEnderman you are the best Youtuber!!!
0 likesReplies (3)
XD
1 likefly is better tho
0 likesno im the best youtuber smh
0 likes32 mins ago.
0 likesI sense a connection ;)
fat32 version 10
0 likesPlease Make this with macOS 😅, Iam not a Windows user 😂😂
0 likesReplies (1)
Why should he do this?
0 likessome happen seen after
0 likesThicc32
0 likesGD players anyone? No? Ok.
0 likes0:19 Because all the ESP has to contain is bootx64.efi and just enough Windows to decrypt C:. It doesn't need the overhead of ext4 or NTFS or any other indestructible journaling FS - it can get away with FAT32.
0 likesI wonder if motherboard makers will adopt exFAT now that its specification is public?
What's the difference? Is FAT32 not that quick?
0 likesFunny fact is that I used this program to migrate on SSD
1 likefuck this imma install arch on ntfs
0 likeslink of win 10 iso please (im not english)
0 likesReplies (1)
@@ThatRandomToast thanks you
0 likesHey the real FAT33 filesize is 2TB. It's just limited to 4GB for 2000 and below.
0 likesReplies (1)
Wrong. The MBR max disk size is 2TB.
0 likesWhat failed: vmmouse.sys
0 likesExt4 is awesome i installed linux on it
0 likesReplies (1)
Name cannot be blank Ext4 is an amazing file system
0 likesYou should have used FAT32+, which supports files larger than 4 gigabytes.
0 likesI think everything is broken because Windows 10 uses a lot of NTFS symlinks
0 likesuse exfat
0 likesHello
0 likesThe FAT 32's
0 likesF A T 3 2
0 likesTry exfat system
0 likesNext video: install Windows 10 on ext4 partition
0 likesHEHE BOAI
0 likesLike i know how to get a bsod ez just end the tasj system
0 likesHi I need some help! So whenever I try to download something is says VIRUS SCAN failed. And it won't let me open the file what do I do?
0 likesReplies (1)
Colleen Gardner use internet explorer
0 likesNOW
0 likesКонцовку заблюрил – дизлайк
0 likesTsk nice
0 likesvery epic
0 likesTry exfat
0 likesOh snap!
0 likesFlyTech is better
2 likesReplies (3)
^ fly is way better
0 likes^ fly away now
1 like^ Saying the truth.
1 likeВИНДА НАБУХАЛАСЬ!!!11
0 likesNot first
1 likeZoom
0 likeswindows 10 fat
0 likeswhy doesn't it work
0 likesWINDOWS:
0 likes:(
Your PC ran into a problem and needs to restart. We're just
collecting some error info, and then we'll restart for you.
0%
For more information about this issue and possible
fixes, visit https://www.windows.com/stopcode
If you call a support person, give them this info:
Stop code: ATTEMPTED TO WRITE TO READONLY MEMORY
What failed: vmmouse.sys
Windows, Why can't you write into memory on FAT32?
I. Need. This. Wallpaper.
1 likeLol
0 likesㄗㄎㄗㄎㄘㄎㄘㄎㄘㄘㄎㄘㄎㄘㄘㄑㄘㄎㄘㄎㄘㄎㄘㄎㄘㄎㄘㄙㄎㄘㄑㄘㄎㄨㄎㄘㄎㄨㄘㄎㄨㄎㄘㄏㄘㄎㄘㄘㄎㄘㄎㄘㄎㄘㄎㄕㄕㄎㄘㄎㄘㄎㄘㄘㄎ
0 likesexcelente
0 likesIs no one going to talk about how vmmouse.sys (ie the mouse) attempted to write on read-only memory (e.g the dark disk) and basically would of made the os, bios and literally every other component completely unstable or even corrupt?
0 likesGDDDDDDD
0 likes😡😡😡😡😡😡😡😡😡
1 likeWindows 10 is FAT
0 likessuper
0 likes18 mins ago
1 likeNOOOOOOOOO
test noescape.exe linux ubuntu gnome
0 likesi farted
0 likes700th comment
0 likesЕсли ты взял идею с русского канала то значит ты тоже разговариваешь на русском?
0 likesnice
0 likesH I
0 likesGd song
0 likesBut aren’t most usbs fat32
0 likesDelet all user
0 likesPO
0 likes66,6k subs...
0 likesGAY32
0 likes#WindowsFan
0 likesH
0 likesRtexjgez Uni XP Windows XP
0 likesStop commenting OMG OMG GEOMETRY DASH MUSIC
0 likesJu,sal
0 likes64BIT
0 likesAbduzcan
0 likesBruh
0 likesdats cool
0 likesno
0 likesReplies (4)
Yes.
0 likeswhat
0 likesHi
0 likesok
0 likesDelete
1 likeDum
0 likesWhen mom gives you to play with shes computer
0 likesBrut vmmouse.sys its the driver of VMware
0 likesFAT32 wasn't really intended for Windows 95. The first versions of that OS don't even recognize it, and the version that does recognize it, needed a hard drive reformat to use it. Windows 98 was the first OS that was designed with FAT32 in mind and even included a utility to convert your existing hard drive to FAT32 without losing your data.
0 likes0:08 woah. oh do i make my desktop lay out like yours?
0 likesAndrew, You should make a video on this open-source program called Snappy Driver Install. It installs drivers (lots of other apps that say they do just install malware). It would make cool video
1 likeWhen the windows local disk is fat.
1 likeThe Local Disk:
Fat 32.
Me:who are not suscribed to enderman they are fat
If you want a FAT32 partition bigger than 32gb, try GParted
0 likes1:21 Purely M$ propaganda. FAT32 can do 2TIB.
0 likesUninstall Microsoft Edge quickly by installing the tool here:
0 likesBecause the host is closed, follow these steps
web.archive.org/
type malwat.ch in the Wayback Machine's URL finder.
Choose the 26/12/2020 snapshot.
Click in software
Then click on Useful
You'll find Uninstall Tool
If it showed you 522 error, follow these steps.
Click on the back button, then paste the URL
web.archive.org/
Paste the copied URL into the Wayback Machine's URL finder.
Click on the onliest snapshot
Complete the process by waiting, of course.
That’s all.
Thank you for viewing the forum.
Endaman ты не знаешь что я там потом я одену на твоё Я тебя противно фотку сделаю из тебя Эндермена ха-ха-ха Ты понял что я тебя мужу улучшать Вот я тебя-то и дядина компьютера и ты не знаешь что я могу делать Да и твои данные вот что с тобой будут удаляться данные будут у тебя покатаю буду делать И всё И там удалю все данные такими же видео про данных удаление и тебе будет капец
0 likes;~;
0 likes$¡|€NT ¢¡¶©|£$
0 likesi found that wallpaper enderman had its in this reddit link
0 likeshttps://i.redd.it/vpkcn7r8yyw41.png
fat
0 likes... Ahhh. Good ol' FAT_FILE_SYSTEM
0 likesBSOD.
This video is FATphobic! I demand crazy Karens to intervene! :D
0 likesi burn my fat so you can see my 6 pack so you cant turn back
1 likemeidafire.com
0 likeshttps://dl.malwat.ch/software/useful/TotalCommander.zip
0 likesnfjvn xvbxjvnsjnvdjndjfgnhdfhjgbdhjbncfygdfb
0 likesfatboi
1 likeYou're mom too fat
0 likesYo windows is so FAT32, she can't bear that xD
0 likesI mean, obesity can increase your blue screen of death rate
1 likeG E O M E T R Y D A S H S T O R I E S I N T E N S I F Y
0 likesyour videos are boring do more trojans or malwares
0 likesYou can also want to try quibble (you can find it on GitHub). It's a custom Windows bootlader which allows booting Win10 from Btrfs partition. It was made by developer of WinBtrfs which is Btrfs file system driver for Windows.
3 likeshttps://youtube.com/watch?v=ddf8928eu
0 likesur FAT
0 likesc:\windows\system*32*
fat-32- on windows 10
CLASS NOT REGISTERED
OPEN
notepadPc died
Just checked out your website and I want to thank you for saving me countless hours in the future. You have links to a lot of software that I end up having to reinstall on every new PC
9 likesrip enderman’s 999 virtual machines
0 likespress like to pay requests (or reply with F)
Replies (1)
#####
1 like#
###
#
#