search for: mformat

Displaying 20 results from an estimated 22 matches for "mformat".

Did you mean: format
2007 Apr 19
5
Available free memory.
...wap Space. I did find few DTrace scripts but had too much in them and I am unable to chop off unwanted lines of code due to lack of knowledge. It will be very helpful if some one can share the piece of code that serves my purpose as mentioned above. Regards, Ramesh. Ramesh Polepalli mFormation Technologies Inc. Direct Line: +91 80 6620 5939 Switchboard: +91 80 6620 5900 http://www.mformation.com Visit WWW.MFORMATION.COM and see how the MFORMATION SERVICE MANAGER can help you to transform your business.
2018 Jan 16
1
"Vixen" HVM shim package available in virt-xen-testing
To install the package: yum --enablerepo=virt-xen-VV-testing xen-vixen Where VV is '44', '46', or '48', depending on which version you're using. (It's the same package for all versions.) This will install the xen-vixen "shim" binary, as well as the pvshim-converter script. See XSA-254 [1] for detailed information about who should use it, why, and
2007 Mar 30
2
Help with fdformat
At: http://www.serverelements.com/naslite.php the following command is supplied near the bottom: **fdformat /dev/fd0u1722 ** I have plugged in my USB floppy drive and have a /media/floppy I get no such file or directory with this command. And what is this with a 1722 formatted floppy. What I do a man fdformat, 1722 is not listed....
2009 Oct 03
3
PATCH: Build floppy image which contains HDT
...don't know which way is preferred. - Gert Hulselmans $ diff -u ./MCONFIG.old ./MCONFIG --- ./MCONFIG.old 2009-10-03 21:16:38.172614946 +0200 +++ ./MCONFIG 2009-10-03 21:18:26.956615419 +0200 @@ -52,6 +52,8 @@ RANLIB = ranlib GZIPPROG = gzip PNGTOPNM = pngtopnm +MCOPY = mcopy +MFORMAT = mformat com32 = $(topdir)/com32 $ diff -u ./com32/hdt/Makefile.old ./com32/hdt/Makefile --- ./com32/hdt/Makefile.old 2009-09-30 06:32:42.000000000 +0200 +++ ./com32/hdt/Makefile 2009-10-03 23:06:49.356614719 +0200 @@ -27,6 +27,11 @@ OBJS = $(patsubst %.c,%.o,$(wildcard *.c...
2006 Apr 12
3
noob question
Hi *, I am writing my first app based on the ''depot'' application but with some suttle differences to help me learn. I am a bit sutck with following and would be grateful for any help: I have the following controller: class MainController < ApplicationController def index @objects = Object.certified_items end end This relates to a field called
2014 Jul 16
1
Possible memdisk issue
On 07/15/2014 06:57 PM, Ady wrote: > > Finally, when using MEMDISK to boot floppy images, these images > should not use partial "cylinders". In other words, use exact CHS > values for floppy images, instead of building the images by means of > the desired megabytes size. Then use the selected CHS values as > parameters for MEMDISK. > If you have a proper set
2005 Aug 21
3
Large disk image boot. Any suggestions%2
>I tried the commands that you have presented and I running into >problems. I tried the ideology that you presented with both 32 and 16mb >configurations with no luck. Is there something that I'm missing? > >The win98se boot disk boots (just downloaded it from bootdisk today) so >I used that as a based for the boot file. > >Item 8c works fine (1.44 image) but 8b
2004 Feb 16
3
PXE booting 2.88MB floppy
...to bring this up again but I can't quit get this too work. I'm trying to build a 2.88 floppy image so that I can use PXE to load Ghost. I'm useing the following to get a copy of the bootsector: dd if=/dev/fd0 of=bootblock bs=512 count=1 Then I build the image file with: mformat -C -t 160 -s 18 -h 2 -B bootblock x: Then use mcopy to put the required files into the image. I mount the image on the loop back device and everything looks ok, but when I try to boot a machine from this it just moans "invalid system disk". The disk I am useing for the bootsector and to...
2005 Jun 01
0
no menu.c32, no problem...
...ed NBI image: TFTP_ARCHIVE=/tftpboot rm -f /tmp/net-boot.img drivex='drive x: file="/tmp/net-boot.img"' ( grep -v -i "drive.*x:" ~/.mtoolsrc 2>/dev/null ; echo "$drivex" ) > ~/.mtoolsrc.new mv -f ~/.mtoolsrc.new ~/.mtoolsrc mformat -C -t 80 -s 36 -h 2 x: mcopy $TFTP_ARCHIVE/pxelinux.cfg/default x:syslinux.cfg mcopy $TFTP_ARCHIVE/{vmlinuz,miniroot.gz,boot.msg,logo.16} x: syslinux /tmp/net-boot.img # this is bootable as is... # make a "tagged" etherboot image from the floppy... # this will only be...
2006 Apr 25
2
agile depot app login failure :(
Hi *, In an attempt to go back to the drawing board and learn RoR some more - I have built the depot application from the agile book. After finishing I tried to create a user for the admin section, however when ever I go to: http://localhost:3000/login/add_user It redirects to the login action, I don''t see the [add user] submit button?? I am sure this is connected to the
2014 Jan 04
3
Dell machine boots a Windows formatted FAT16 USB drive not a Ubuntu formatted FAT16 drive.
Hi All, First post and hopefully someone can steer me in the right direction for this problem. I did a bit of googling and found some hints but nothing concrete. We are using Syslinux and a FAT32 USB thumb drive (single partition) to boot a customized Debian OS which works very well with newer motherboards. However we have a few older Dell machines that simply hangs when trying to boot
2002 Jun 24
0
Building a bootable floppy image > 1.44MB
...t using windows, vmware or other tools of that kind)? Is it perhaps even possible to create larger disk images (>2.88MB)? It's no problem to get an image with a DOS filesystem, but I'd really like to use some linux tools to make it bootable. Something like: "msys a:" of "mformat /s a:" would be fine :-) Any ideas? Ciao, Marcel ---- Marcel Ritter Linux Betreuer Regionales Rechenzentrum Erlangen ---- Unix _IS_ user friendly... It's just selective about who its friends are.
2003 Aug 08
0
Syslinux / Hard drive booting
...05 but have tried 2.03 as well Here is the procedure we normally use. This is typically fully unattended. We boot a small linux distro using pxelinux. Then we copy in mbr.bin from the syslinux package. dd if=mbr.bin of=/dev/[hs]da bs=512 count=1 Then we fdisk the drive with a 64 meg partition, mformat it FAT16, set it active, bootable. Then we run syslinux /dev/[hs]da1, copy in some boot files, syslinux.cfg and reboot. The boot files may be a kernel/ramdisk, memdisk/floppy ( windows ), or DOS utilities to flash the bios, etc. Upon reboot, the machine goes through its boot order and when it...
2004 Apr 10
1
Floppy image larger than 2,88MB
I hope I've understand that all, somebody wants to create a floppy-image larger than 2.88MB an use it with memdisk? I have modified a tool from Bart Lagerweij (Big thanks!) and can create Floppy-Images with 5760kB and 8100kB, and boot them with ISOLINUX and MEMDISK (or also with a modified DISKEM1X.BIN), is this what you mean? These tools must run under windows, but booting no problem.
2004 Apr 11
0
�loppy�mage�arger�han�2,88MB
hi: we can create big floopy image under linux. just use mtools. i edit /etc/mtools.conf, then use dd to create a emtpy image, then use mformat to format the image and make it bootable. i now use a 20MB floppy image with memdisk. Regards, tbsky > I hope I've understand that all, somebody wants to create a floppy-image > larger than 2.88MB an use it with memdisk? I have modified a tool from > Bart > Lagerweij (Big thanks...
2004 Apr 18
0
booting a 486 laptop
...no text, or a 'Boot failed' prompt. if I format and syslinux the card with win2k (formated as 'FAT' (not sure which type it doesnt say)) then I can get a syslinux prompt, however it seems unable to find the kernel image. also, why does syslinux require mtools? I'd like to use mformat to format the card but Im unsure as to what parameters to pass (I have a 32MB and an 8MB card available. -- Spyros lair: http://www.mnementh.co.uk/ |||| Maintainer: arm26 linux Do not meddle in the affairs of Dragons, for you are tasty and good with ketchup.
2011 Feb 15
1
Creating floppy image without root permissions?
Hello All: I've recently had to provision some RHEL and CentOS VMWare instances. There was no network connectivity so I had to use a kickstart floppy and DVD iso rather than installing from our repository. To create the floppy I used the following: As root: dd if=/dev/zero of=floppy.flp bs=1k count=360 mkfs.vfat floppy.flp mount -o loop floppy.flp /mnt/floppy cp base_kickstart.ks
2014 Jan 04
0
Dell machine boots a Windows formatted FAT16 USB drive not a Ubuntu formatted FAT16 drive.
...Linux? _ Are both USB drives of the same brand? Are both of approximately the same device size? Are the partitions the same size? _ Are you using the latest BIOS version available? _ Are there any updates available for your mkdosfs (even upstream)? Have you tested both, dosfstools and mtools (mformat)? _ Are both USB drives seen by the BIOS in the same exact way? Are both seen as USB-HDD? Or both as HDD? Or... _ Are both USB drives using the same exact Syslinux version? _ How are you installing / writing Syslinux on the USB drive? Are both drives using the same procedure? _ Are both USB d...
2006 Apr 13
3
[OT] Is it safe to ''su'' to the right user ?
Hi ! I''m using daemontools[1] to manage a few processes on my Debian box. Among other things, I use it to manage svnserve, because it uses less memory than Apache. My /service/svnserve/run looks like this: #!/bin/sh su svn -c "/usr/local/bin/svnserve --foreground --daemon --root /var/svn" Is it safe for me to run like that ? If an attacker cracks svnserve, what will they
2003 Jul 16
3
syslinux 2.04 and linux 2.4.21?
...nux 2.4.21 with syslinux 2.04 from floppy. Booting with this combination I get the following error: Loading kernel................ Boot failed: please change disks and press a key to continue. (Note: there are exactly 16 dots ".", it this is relevant) The floppy was DOS formatted with mformat and contains the following files: Directory for A:/ INITRD~1 CON 106 07-16-2003 15:17 initrd.conf kernel 817674 07-16-2003 16:36 kernel syslinux cfg 84 07-16-2003 16:35 syslinux.cfg LILO~1 CON 1335 07-16-2003 14:39 lilo.conf INITRD GZ 349474 07-16-2003...