

InterviewSolution
Saved Bookmarks
1. |
Solve : linux ubuntu file system? |
Answer» HI! would anybody know what type of file system linux uses? Would it be NTFS or FAT32 or.....thanksLinux doesn't use the NTFS seeing as how that's a Windows file system. Typically Linux uses either ext2 or ext3. HOWEVER, there are a lot different ones that can be used. FAT32 is one of them. Here is a LIST of all the possible ones: http://yolinux.com/TUTORIALS/LinuxClustersAndFileSystems.htmldon't forget about reiserfsext3 is the DEFAULT for ubuntu, but it can use others. |
|