1 2 3 4 5 | # lsusb Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 002: ID 0e39:1014 Smart Modular Technologies, Inc. |
1 2 3 4 5 6 7 8 9 10 11 12 | # dmesg ...... usb-storage: device scan complete scsi 2:0:0:0: Direct-Access SMART SMART USB 8GB 880C PQ: 0 ANSI: 2 CCS sd 2:0:0:0: [sdi] 15728640 512-byte logical blocks: (8.05 GB/7.50 GiB) sd 2:0:0:0: [sdi] Write Protect is off sd 2:0:0:0: [sdi] Mode Sense: 43 00 00 00 sd 2:0:0:0: [sdi] Assuming drive cache: write through sd 2:0:0:0: [sdi] Assuming drive cache: write through sdi: sdi1 sd 2:0:0:0: [sdi] Assuming drive cache: write through sd 2:0:0:0: [sdi] Attached SCSI removable disk |
1 | # dd if=redhat62.iso of=/dev/sdi bs=32M |
1 | # mount –o loop redhat62.iso /mnt |
1 2 3 4 5 | # service nfs status rpc.svcgssd is stopped rpc.mountd (pid 96471) is running... nfsd (pid 96468 96467 96466 96465 96464 96463 96462 96461) is running... rpc.rquotad (pid 96455) is running... |
1 2 3 4 5 | # echo “/mnt *(ro,sync,no_root_squash)” >> /etc/exports # service nfs restart # showmount –e localhost Export list for localhost: /mnt * |
1 | boot: linux vnc ip=<server IP> gateway=<gateway> netmask=<netmask> |
1 | # dd if=suse11sp2.iso of=/dev/sdi bs=32M |
1 | # mount –o loop suse11sp2.iso /mnt |
1 2 3 4 5 | # service nfs status rpc.svcgssd is stopped rpc.mountd (pid 96471) is running... nfsd (pid 96468 96467 96466 96465 96464 96463 96462 96461) is running... rpc.rquotad (pid 96455) is running... |
1 2 3 4 5 | # echo “/mnt *(ro,sync,no_root_squash)” >> /etc/exports # service nfs restart # showmount –e localhost Export list for localhost: /mnt * |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | Make sure that CD number 1 is in your drive. 1) OK 2) Back > 2 >>> Linuxrc v3.3.81 (Kernel 3.0.13-0.27-ppc64) <<< Main Menu 1) Start Installation 2) Settings 3) Expert 4) Exit or Reboot > 1 Start Installation 1) Start Installation or Update 2) Boot Installed System 3) Start Rescue System > 1 Choose the source medium. 1) DVD / CD-ROM 2) Network 3) Hard Disk > 2 Choose the network protocol. 1) FTP 2) HTTP 3) NFS 4) SMB / CIFS (Windows Share) 5) TFTP > 3 Your network is already configured. Keep this configuration? 1) Yes 2) No > 1 Enter the IP address of the NFS server > 172.16.66.166 Enter the directory on the server [/]> /mnt |
欢迎光临 电子技术论坛_中国专业的电子工程师学习交流社区-中电网技术论坛 (http://bbs.eccn.com/) | Powered by Discuz! 7.0.0 |