this post was submitted on 22 Aug 2023
1314 points (93.3% liked)
Memes
45553 readers
717 users here now
Rules:
- Be civil and nice.
- Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I don't know what is wrong with my NTFS harddrive. Why do you insist on having EXT?
Because ext supports proper access rights from actual operating systems.
I GNU you were gonna say that, sick burn dude
Akshually
NTFS is also posix compatible. If - for some unimaginable reason - you want to use an NTFS drive with linux only, you can set permissions, but it will break Windows compatibility. More info here: https://askubuntu.com/questions/11840/how-do-i-use-chmod-on-an-ntfs-or-fat32-partition#74851
Of course windows does not properly support the one disk format they use. I did even use NTFS for a while cause the ntfs-3g driver has an option to force lowercase. Now I have upgraded to EXT4 with case folding.
I can't be certain they mean the filesystem or if she's asking for the external drive, which for many people is the D drive. Also that it can be passed around implies it's external too. Cause who only has one drive formatted as ext?
Having a NTFS partition is what's wrong with your hard drive.
Can confirm, my NTFS hardrive broke every week on my server. Unfortunately that is my only hard drive so I cannot format it without loosing all the data.
What specifically do you mean by "broke"? File system corruption?
Yes, I have to use NTFSfix or plug it into a windows laptop, it is very annoying.
But my setup is fairly janky though. I use a external drive on my homeserver as storage drive, and because of torrenting it is almost constantly on read/write. And I use a ubuntu LTS server, so it might not be the most friendly os to use with a NTFS drive. But there is no going back now.
Are you using the NTFS3 kernel module instead of the FUSE driver?
I am not really knowledgeable about OS and kernel, I just use the default for ubuntu 22.04 LTS.