<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: how to mount floppy disk on rescue mode in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-mount-floppy-disk-on-rescue-mode/m-p/3982115#M27863</link>
    <description>What a day I am having. here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5991-1153/ch02.html" target="_blank"&gt;http://docs.hp.com/en/5991-1153/ch02.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 16 Apr 2007 15:33:00 GMT</pubDate>
    <dc:creator>Court Campbell</dc:creator>
    <dc:date>2007-04-16T15:33:00Z</dc:date>
    <item>
      <title>how to mount floppy disk on rescue mode</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-mount-floppy-disk-on-rescue-mode/m-p/3982101#M27849</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;One of my Redhat linux box down, I wanna cp some data from floppy disk to local disk on rescue mode. &lt;BR /&gt;how to mount floppy disk on rescue mode and copy file from floppy disk to local disk.&lt;BR /&gt;All files have been installed to /mnt/sysimage on redhat rescue mode. how to do it?&lt;BR /&gt;thanks&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Apr 2007 08:42:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-mount-floppy-disk-on-rescue-mode/m-p/3982101#M27849</guid>
      <dc:creator>Gary L</dc:creator>
      <dc:date>2007-04-16T08:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to mount floppy disk on rescue mode</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-mount-floppy-disk-on-rescue-mode/m-p/3982102#M27850</link>
      <description>whether I should run #chroot /mnt/sysimage first on rescue mode?</description>
      <pubDate>Mon, 16 Apr 2007 08:45:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-mount-floppy-disk-on-rescue-mode/m-p/3982102#M27850</guid>
      <dc:creator>Gary L</dc:creator>
      <dc:date>2007-04-16T08:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: how to mount floppy disk on rescue mode</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-mount-floppy-disk-on-rescue-mode/m-p/3982103#M27851</link>
      <description>not truly necessary to chroot /mnt/sysimage. But I probably would. Then mount /dev/floppy to some mount point.</description>
      <pubDate>Mon, 16 Apr 2007 09:21:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-mount-floppy-disk-on-rescue-mode/m-p/3982103#M27851</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2007-04-16T09:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to mount floppy disk on rescue mode</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-mount-floppy-disk-on-rescue-mode/m-p/3982104#M27852</link>
      <description>Hi Court &lt;BR /&gt;&lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;Would you please give me details of how to mount the floppy disk and check and copy floppy files to redhat linux box local disk like /tmp.&lt;BR /&gt;/dev no floppy file and /mnt/floppy is empty.&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Apr 2007 09:28:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-mount-floppy-disk-on-rescue-mode/m-p/3982104#M27852</guid>
      <dc:creator>Gary L</dc:creator>
      <dc:date>2007-04-16T09:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: how to mount floppy disk on rescue mode</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-mount-floppy-disk-on-rescue-mode/m-p/3982105#M27853</link>
      <description>According as &lt;A href="http://kbase.redhat.com/faq/FAQ_35_419.shtm" target="_blank"&gt;http://kbase.redhat.com/faq/FAQ_35_419.shtm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I tried:&lt;BR /&gt;# mount -t vfat /dev/fd0 /mnt/floppy&lt;BR /&gt;&lt;BR /&gt;through check # ls /mnt/floppy, those files aren't the files that floppy disk.</description>
      <pubDate>Mon, 16 Apr 2007 10:14:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-mount-floppy-disk-on-rescue-mode/m-p/3982105#M27853</guid>
      <dc:creator>Gary L</dc:creator>
      <dc:date>2007-04-16T10:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: how to mount floppy disk on rescue mode</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-mount-floppy-disk-on-rescue-mode/m-p/3982106#M27854</link>
      <description>just &lt;BR /&gt;&lt;BR /&gt;mkdir /mnt/fd0&lt;BR /&gt;&lt;BR /&gt;mount -t vfat /dev/fd0 /mnt/fd0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;mount /dev/floppy is usually a symlink to /dev/fd0, or whatever the device file for your floppy is. once mounted you us the cp command to copy the file(s) from /mnt/fd0 to /tmp.</description>
      <pubDate>Mon, 16 Apr 2007 10:39:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-mount-floppy-disk-on-rescue-mode/m-p/3982106#M27854</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2007-04-16T10:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to mount floppy disk on rescue mode</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-mount-floppy-disk-on-rescue-mode/m-p/3982107#M27855</link>
      <description>Hi Court&lt;BR /&gt;&lt;BR /&gt;According as your method and steps, I have mounted the floppy disk to /mnt/fd0&lt;BR /&gt;but, through check /mnt/fd0, those data aren't the data of floppy disk.&lt;BR /&gt;with # floppy -p I could found my floppy is /dev/fd0 3.5'HD.&lt;BR /&gt;but with command #strings /dev/fd0 I found the data in the fd0 not the data of my floppy disk.&lt;BR /&gt;so, fd0 wrong, mnt/fd0 wrong too.&lt;BR /&gt;so what happied of my /dev/fd0.&lt;BR /&gt;BTW, my server is HP Proland Blade server, i used virtual Floppy drive, but I am sure I connect the desktop A: as linux BOX floppy device.</description>
      <pubDate>Mon, 16 Apr 2007 11:07:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-mount-floppy-disk-on-rescue-mode/m-p/3982107#M27855</guid>
      <dc:creator>Gary L</dc:creator>
      <dc:date>2007-04-16T11:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to mount floppy disk on rescue mode</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-mount-floppy-disk-on-rescue-mode/m-p/3982108#M27856</link>
      <description>did you chroot /mnt/sysimage? that may be where the problem lies. I guess I would just do this. boot linux rescue, then&lt;BR /&gt;&lt;BR /&gt;# mkdir /floppy&lt;BR /&gt;# mount /dev/fd0 /floppy&lt;BR /&gt;# ls /floppy&lt;BR /&gt;&lt;BR /&gt;see if the directory listing is correct. then you would have to copy the files to /mnt/sysimage/tmp/.&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Apr 2007 11:30:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-mount-floppy-disk-on-rescue-mode/m-p/3982108#M27856</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2007-04-16T11:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to mount floppy disk on rescue mode</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-mount-floppy-disk-on-rescue-mode/m-p/3982109#M27857</link>
      <description>Hi court&lt;BR /&gt;&lt;BR /&gt;Yes, I have run #chroot /mnt/sysimage&lt;BR /&gt;and according as your above steps, mkdir and mount /dev/fd0 to mount point. But in rescue mode maybe different with normal mode. the /dev/fd0 file through checked with command strings /dev/fd0, wrong data in the /dev/fd0, I have no idea why it like this, I have inserted another floppy disk into floppy disk "driver" (used "HP iLO", as we know, we used virtual floppy). but /dev/fd0 probably didn't link to floppy disk. so I could not mount correct data to /mnt/floppy. &lt;BR /&gt;How to fix it or do u have another method transfer some 1.3 MB data to a linux box that running in rescue mode?</description>
      <pubDate>Mon, 16 Apr 2007 13:27:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-mount-floppy-disk-on-rescue-mode/m-p/3982109#M27857</guid>
      <dc:creator>Gary L</dc:creator>
      <dc:date>2007-04-16T13:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to mount floppy disk on rescue mode</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-mount-floppy-disk-on-rescue-mode/m-p/3982110#M27858</link>
      <description>OK I see know. It more than likely has to do with the ILO. I am not sure what device file that would map to. Well if you selected to have a network connection you could try using scp or something of the sort to transfer files to your machine. or if you have an nfs server you could mount and exported nfs directory.</description>
      <pubDate>Mon, 16 Apr 2007 14:18:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-mount-floppy-disk-on-rescue-mode/m-p/3982110#M27858</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2007-04-16T14:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to mount floppy disk on rescue mode</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-mount-floppy-disk-on-rescue-mode/m-p/3982111#M27859</link>
      <description>thanks court&lt;BR /&gt;&lt;BR /&gt;I wanna try use network tranfer data to rescue mode linux box.&lt;BR /&gt;BTW.&lt;BR /&gt;how to use NFS transfer data between Linux to unix or linux to linux.</description>
      <pubDate>Mon, 16 Apr 2007 15:18:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-mount-floppy-disk-on-rescue-mode/m-p/3982111#M27859</guid>
      <dc:creator>Gary L</dc:creator>
      <dc:date>2007-04-16T15:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to mount floppy disk on rescue mode</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-mount-floppy-disk-on-rescue-mode/m-p/3982112#M27860</link>
      <description>wow, that is a somewhat involved question. I would suggest this doc:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5991-6480/ch05s01.html" target="_blank"&gt;http://docs.hp.com/en/5991-6480/ch05s01.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Basically you could setup an nfs server on your hp-ux box and mount it from redhat. this would be the syntax&lt;BR /&gt;&lt;BR /&gt;mount server:\nfs_export_dir \some_mount_point&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Apr 2007 15:25:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-mount-floppy-disk-on-rescue-mode/m-p/3982112#M27860</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2007-04-16T15:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to mount floppy disk on rescue mode</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-mount-floppy-disk-on-rescue-mode/m-p/3982113#M27861</link>
      <description>thanks, court&lt;BR /&gt;&lt;BR /&gt;I will try it.&lt;BR /&gt;&lt;BR /&gt;have a great day</description>
      <pubDate>Mon, 16 Apr 2007 15:27:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-mount-floppy-disk-on-rescue-mode/m-p/3982113#M27861</guid>
      <dc:creator>Gary L</dc:creator>
      <dc:date>2007-04-16T15:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to mount floppy disk on rescue mode</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-mount-floppy-disk-on-rescue-mode/m-p/3982114#M27862</link>
      <description>Sorry,&lt;BR /&gt;&lt;BR /&gt;That was an 11i v3 link. Here is a linkthat is probably more suitable:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5991-1153/ch02.html?btnPrev=%AB%A0prev" target="_blank"&gt;http://docs.hp.com/en/5991-1153/ch02.html?btnPrev=%AB%A0prev&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Apr 2007 15:31:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-mount-floppy-disk-on-rescue-mode/m-p/3982114#M27862</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2007-04-16T15:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: how to mount floppy disk on rescue mode</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-mount-floppy-disk-on-rescue-mode/m-p/3982115#M27863</link>
      <description>What a day I am having. here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5991-1153/ch02.html" target="_blank"&gt;http://docs.hp.com/en/5991-1153/ch02.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Apr 2007 15:33:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-mount-floppy-disk-on-rescue-mode/m-p/3982115#M27863</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2007-04-16T15:33:00Z</dc:date>
    </item>
  </channel>
</rss>

