LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   porting windows based File system to SuSe Linux (https://www.linuxquestions.org/questions/linux-software-2/porting-windows-based-file-system-to-suse-linux-478013/)

ashok_karade 08-28-2006 05:30 AM

porting windows based File system to SuSe Linux
 
hi,

I want to port windows based file system to SuSe Linux. Is there any automated tool present? or any procedure? Valuable guidance is required.

stress_junkie 08-28-2006 07:00 AM

Linux can already support Windows file systems. Look at the mount command. The -t option specifies file system type.

Example to mount an ntfs file system on hda1 to /mnt/tmp
Code:

mount -t ntfs /dev/hda1 /mnt/tmp
The mount command refers to FAT32 as vfat.

So no porting is required. It is already available.


All times are GMT -5. The time now is 06:27 AM.