FAT32 partition
Mount-o Codepage=936,iocharset=cp936/dev/hda7/mnt/cdrom
NTFS partitions
Mount-t Ntfs-o Codepage=936,iocharset=cp936/dev/hda7/mnt/cdrom
ISO file
Mount-o Loop/abc.iso/mnt/cdrom
Floppy
Mount/dev/fd0/mnt/floppy
usb
Mount/dev/sda1/mnt/cdrom
CD Optical Drive
Mount-t Iso9660-o Iocharset=cp936,ro/dev/cdrom/mnt/cdrom
DVD drive
Mount-t Iso9660-o Iocharset=cp936,ro/dev/dvd/mnt/cdrom
Or
Mount-t Udf/dev/dvd/mnt/cdrom
Note: The format of the DVD is generally one of iso9660 or UDF
Should you use Fdisk-l/DEV/SD on a computer that has a SCSI hard drive? To see exactly which device the USB flash drive is under (usually SDB1 or SDC1).
All fstab content mount–a, this command can also specify the file format "-t format", the format can be VFAT, EXT2,EXT3, etc.
For example, to automatically hang Windows D disk to/mnt/d, open fstab with VI, add the following line/dev/hda5/mnt/d vfat defaults,codepage=936,iocharset=cp936 0 0
Note that you first have to manually create a/mnt/d directory