Current location - Health Preservation Learning Network - Slimming men and women - How to mount fat32 file system under redhat linux
How to mount fat32 file system under redhat linux
First use fdisk -l to check the file system to be mounted, and then you can

#mkdir /mnt/win

# mount-t vfat/dev/SDB1/mnt/win (see the result of fdisk -l for details).

General command format: mount [-t VFS type] [-o option] device directory.

-t vfstype specifies the type of file system, which is usually not necessary. Mount will automatically select the correct type.

Common types are:

CD or CD image: iso9660

File system: msdos

Windows 9x fat32 file system: vfat

Windows NT ntfs file system: ntfs

Install Windows File Network * * * Enjoy: smbfs

UNIX(LINUX) file network * * * Enjoy: nfs