软盘可以用,
mount -t auto/dev/fd0/mnt/floppy
硬盘
mount -t vfat/dec/hdc5/mnt/wind
怎么会看不到任何东西了?
还有光区
mount -t auto /dev/hda/mnt/cdrom
u盘
mount -t vfat/dev/sda1/mnt/usb
为什么会这样呢?请大家快帮帮我
软盘可以用,
mount -t auto/dev/fd0 /mnt/floppy
硬盘
mount -t vfat /dev/hda5 /mnt/wind
怎么会看不到任何东西了?
还有光区
mount -t auto /dev/cdrom /mnt/cdrom
u盘
mount -t vfat /dev/sdb1 /mnt/usb