similar to: MEMDISK: Image seems to have fractional end cylinder

Displaying 19 results from an estimated 19 matches similar to: "MEMDISK: Image seems to have fractional end cylinder"

2003 Jan 23
2
Question to Memdisk
Hi, I am currently working with Memdisk. I setup a floppy disk that boots DOS and performs a VLM login into a NetWare Server.
2005 Sep 14
1
MEMDISK Presence API
Hello, How do I set up the registers to find out that MEMLINUX is installed? I know it is an int 13h / ah=08h call - but I cannot figure out how to specify the other registers... Also, I need to find a way to be able to: unhook int 13h and int 15h and put them back to the BIOS vectors, and yes, I know some DOSses rehook int 13 - but it can be done.. I need to be able to boot a CD, load the
2007 Oct 29
2
PXE booting dos
Using memlinux I have been able to PXE boot an image I created from one of our DOS boot floppies. It works quite well. I am unable to figure out how to build a larger disk image however. It appears you can use a 2880k floppy without having to pass special options. My attempts so far have failed. Has anyone done this before? I would like to convert the working disk image I have (1.4 meg) to a
2002 Dec 04
0
How to create a hard disk image to load with pxelinux
Hello: I'm trying to load a DR-DOS image for a set of thin clients through the memlinux module of pxelinux. After some help from the people at the Etherboot list, I was able to make a DR-DOS 2.88 floppy image and loaded it O.K. The problem is that the program I need to deploy requires a C: drive, so I'm trying to create a hard disk image to load. I couldn't find any help on how to
2007 Sep 23
5
Formatting a large disk
I need to install Centos on a machine with 3tb raid disk. (3 ware raid card) Could someone in the list suggest a utility for partition this disk. I would like to have the whole disk in 1 partition and format it for ext3. The default partitioning utility doesn't do this. The OS sits on another SATA disk and each time during the installation it doesn't format the full disk which is 3TB.
2003 Feb 21
1
Fetching TFTP server from dos/memlinux via pxelinux?
I am using pxelinux to boot a dos image using memdisk. Now what I'd like to do is connect via tftp and fetch an additional file from DOS. I am using the 'keeppxe' memdisk option; can I access the pxe stack from DOS, and retrieve the TFTP server address? I am using MS-DOS currently, and syslinux-1.76. -- Andre Dalle [andre at dalle.ca]
2008 Dec 18
1
Ploting 3D cylinder in RGL
Dear all, I would like to draw a 3-D horizontal cylinder preferably in RGL device (because this gives the look from different angles). Basic idea is from http://www.tau.ac.il/cc/pages/docs/sas8/insight/chap18/sect3.htm. Below is the description exactly what I want to do. Please see at figure 18.6, 1st plot. Here it is an confidence ellipsoid. Suppose now you put another 4 same ellipsoids on top
2008 Aug 21
1
Parabolic cylinder function
Dear all, I need your advice since I am looking for an implementation of the parabolic cylinder function in R. I found implemantations of the hypergemetric functions (the Whittaker and the confluent hypogeometric functions) in the package fAsianOptions but the parabolic cylinder function was unfortunately not there. Do you know of such implementation? Thank you very much for your advice.
2015 May 17
0
Re: sfdisk: No more Cylinder / Head / Sector support in util-linux 2.26 and later
On Sun, May 17, 2015 at 05:06:15PM +0200, Hilko Bengen wrote: > Hi, > > it was brought to my attention that sfdisk has lost the ability to deal > with C/H/S addressing as of util-linux 2.26, so the -C ,-H, -S command > line parameters are no longer supported. Should there be a compile-time > check based on "sfdisk -h" output that would cause daemon/sfdisk.c to be >
2012 Aug 09
1
Partition # does not end on cylinder boundary.
Running CentOS 6.3 Areca hardware raid 10 fdisk -l reports multiple partitions with the following description. "Partition # does not end on cylinder boundary." Disks are 512 byte sector size. Raid stripe size is 64K. but if I use fdisk -lc (-c Switch off DOS-compatible mode. ) I don't get any warnings. Should I reinstall? (performance hit?) -- Robert Arkiletian Eric
2015 May 17
2
sfdisk: No more Cylinder / Head / Sector support in util-linux 2.26 and later
Hi, it was brought to my attention that sfdisk has lost the ability to deal with C/H/S addressing as of util-linux 2.26, so the -C ,-H, -S command line parameters are no longer supported. Should there be a compile-time check based on "sfdisk -h" output that would cause daemon/sfdisk.c to be compiled only if something like the following is present? ,---- | Override the detected geometry
2014 Jan 30
2
[PATCH 04/05] utils/mkdiskimage.in: New option -S to sync zeroizing after each cylinder and to issue pacifier messages
utils/mkdiskimage.in: New option -S to sync zeroizing after each cylinder and to issue pacifier messages. --- utils/mkdiskimage_patched_03.in 2014-01-30 20:54:27.000000000 +0100 +++ utils/mkdiskimage.in 2014-01-30 20:59:19.000000000 +0100 @@ -139,6 +139,7 @@ if ( $file eq '' || $c < 1 || $h < 1 || print STDERR " -4 use partition entry 4 (standard for
2012 Mar 06
1
kickstart partitioning and cylinder boundary
As I understand anaconda uses parted to partition (starting from centos 6), using this as example (kickstart configuration file): clearpart --all --drives=sda --initlabel part /boot --asprimary --size=200 --fstype=ext2 --ondisk=sda part swap --asprimary --size=16384 --fstype=swap --ondisk=sda part / --asprimary --size=512000 --fstype=ext4 --ondisk=sda part /scratch --asprimary --size=1 --grow
2011 Aug 09
1
rgl how to plot a cylinder like arrow3d?
Dear List, I'm trying to draw vector in XYZ with rgl under use of a cylinder3d. Therefore I scale and rotate a basis-cylinder). However, somehow the rotation is wrong as verified by overplotting arrow3d(). Where is my mistake? library(heplots) library(rgl) # ... 2 vectors data=data.frame(row.names=c('X','Y','Z'), x1=c(2,1,5),y=c(4,3,2))
2009 Oct 30
3
Stripe vs Cylinder alignement...
Hi, I modified my kickstart to do some custom partioning and formating in a pre-install script. I am trying to align the partitions on the RAID stripe (and format with a correct stride). But, sfdisk complains that it does not start/end on a cylinder boundary (used -L option to limit complaining). Since the cylinder size is not a multiple of the stripe size, I cannot align on both. I tried to
2008 Mar 26
4
Want to draw 3D cylinder objects
Hello, I want to draw 3D cylinder objects in R. Given is the length and the diameter of the cylinder. Has anybody an example? Thank you very much! Best regards -- ---------------------- Dr. Hans-Joachim Klemmt Forstoberrat Organisationsprogrammierer IHK Bayerische Landesanstalt f?r Wald und Forstwirtschaft zugewiesen an Lehrstuhl f?r Waldwachstumskunde Technische Universit?t M?nchen
2008 Nov 12
5
function that uses a variable name as the parameter
Hello dear R people! Several times it occurred to me that a function that uses a variable name as a parameter would be helpful, but I did not find out how to write such a function. I have experience in several programming language, but I did not come across a helpful trick... What I want to have is... a <- 12 # starting value add <- function(variable,increment) { variable <-
2015 Mar 01
1
isohybrid warning about 1024 cylinders
Hello, The recent discussion about the size of the image produced by isohybrid not being a multiple of 2048 when people use -h 255 -s 63, made me wonder of whom should be worried by this more than 1024 cylinders warning. Are there any technicals details available on this "not all BIOSes will be able to boot this device"? After all, any hard drive now a days cannot be represented under
2008 May 26
2
Why does sysinstall still limits cylinders to 65535?
Hello, I have been struglling with sysinstall, attempting to make it handle the geometry of some large SATA drives. After a lot of effort I decided to stop suffering and modified the program in order to circumvent the outdated limit of 65535 cylinders (see attached patch). I'm thinking about submitting a PR with a change request but I'd like to get some additional opinions first. I did