lovedarling 于 2007-09-05 20:27:03发表:
谢谢,行了,没有那么麻烦好像,谢谢你
gistjoe 于 2007-08-27 21:28:04发表:
redhat 9下使用U盘,你还是用新版本吧,我的redflag5一位朋友拿过来一下子就能用了 挂到了系统上,这是我的操作步骤 root@localhost usb]# fdisk -l Disk /dev/sda: 268 MB, 268271616 bytes 2 heads, 32 sectors/track, 8187 cylinders Units = cylinders of 64 * 512 = 32768 bytes Device Boot Start End Blocks Id System /dev/sda1 * 1 8186 261920 b Win95 FAT32 #其中的sda1就是U盘设备名 Disk /dev/hda: 81.9 GB, 81964302336 bytes 255 heads, 63 sectors/track, 9964 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/hda1 * 1 852 6843658 7 HPFS/NTFS /dev/hda2 853 9964 73192140 f Win95 Ext'd (LBA) /dev/hda5 853 3284 19535008 7 HPFS/NTFS /dev/hda6 3285 5716 19535008 7 HPFS/NTFS /dev/hda7 5717 8148 19535008 c Win95 FAT32 (LBA) /dev/hda8 8149 8161 104391 83 Linux /dev/hda9 8162 9907 14024713 83 Linux /dev/hda10 9908 9964 457821 82 Linux swap # mkdir /mnt/usb # mount /dev/sda1 /mnt/usb # ls /mnt/usb a test # 好了,行了,拨出U盘前记得umount /dev/sda1
lovedarling 于 2007-09-05 20:27:03发表:
谢谢,行了,没有那么麻烦好像,谢谢你
gistjoe 于 2007-08-27 21:28:04发表:
redhat 9下使用U盘,你还是用新版本吧,我的redflag5一位朋友拿过来一下子就能用了
挂到了系统上,这是我的操作步骤
root@localhost usb]# fdisk -l
Disk /dev/sda: 268 MB, 268271616 bytes
2 heads, 32 sectors/track, 8187 cylinders
Units = cylinders of 64 * 512 = 32768 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 8186 261920 b Win95 FAT32
#其中的sda1就是U盘设备名
Disk /dev/hda: 81.9 GB, 81964302336 bytes
255 heads, 63 sectors/track, 9964 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 852 6843658 7 HPFS/NTFS
/dev/hda2 853 9964 73192140 f Win95 Ext'd (LBA)
/dev/hda5 853 3284 19535008 7 HPFS/NTFS
/dev/hda6 3285 5716 19535008 7 HPFS/NTFS
/dev/hda7 5717 8148 19535008 c Win95 FAT32 (LBA)
/dev/hda8 8149 8161 104391 83 Linux
/dev/hda9 8162 9907 14024713 83 Linux
/dev/hda10 9908 9964 457821 82 Linux swap
# mkdir /mnt/usb
# mount /dev/sda1 /mnt/usb
# ls /mnt/usb
a test
#
好了,行了,拨出U盘前记得umount /dev/sda1