Re: FYI: LFS Thread On GRUB non-boots, e2fsprogs, & mke2fs

2023-02-19 Thread tomas
On Sun, Feb 19, 2023 at 10:06:30PM -0500, Felix Miata wrote: [...] > All my installations that use a separate filesystem for /boot/ use EXT2. It > still > works as good as ever for such an infrequent use environment, with no way to > get > ahead of Grub evolution. :) There are more reasons for

Re: FYI: LFS Thread On GRUB non-boots, e2fsprogs, & mke2fs

2023-02-19 Thread Felix Miata
; Today's entry referenced this from Launchpad from 2019: >> https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1844012 > Also from Debian on 2023.02.15. > https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg1895219.html > Playing with this has been.. fun.. I guess.

Re: FYI: LFS Thread On GRUB non-boots, e2fsprogs, & mke2fs

2023-02-19 Thread Andrew M.A. Cater
rom Debian on 2023.02.15. > > https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg1895219.html > > Playing with this has been.. fun.. I guess. I found a > "metadata_csum_seed" culprit in /etc/mke2fs(.)conf. It's in the line > for ext4 which is what I use.

Re: FYI: LFS Thread On GRUB non-boots, e2fsprogs, & mke2fs

2023-02-19 Thread Cindy Sue Causey
s entry referenced this from Launchpad from 2019: > > https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1844012 Also from Debian on 2023.02.15. https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg1895219.html Playing with this has been.. fun.. I guess. I found a "meta

FYI: LFS Thread On GRUB non-boots, e2fsprogs, & mke2fs

2023-02-19 Thread Cindy Sue Causey
Hi.. This is just regurgitating something related to my coincidentally referencing several years of GRUB non-boots yesterday. The latest on this Linux From Scratch thread came into my inbox this morning, and it just sounds like it might help some Users having booting problems similar to what I've e

Re: can't mke2fs hdb, says already mounted, but it isn't

2009-12-17 Thread David Kubicek
:/home/legg# mke2fs -j /dev/hdb1 mke2fs 1.41.3 (12-Oct-2008) /dev/hdb1 is mounted; will not make a filesystem here! engineering:/home/legg# umount /dev/hdb1 umount: /dev/hdb1: not mounted engineering:/home/legg# mke2fs -j /dev/hdb1 mke2fs 1.41.3 (12-Oct-2008) /dev/hdb1 is mounted; will not make a

Re: can't mke2fs hdb, says already mounted, but it isn't

2009-12-15 Thread Tim Legg
t; >>   Device Boot      Start         End      Blocks   Id  System >> /dev/hdb1               1       24321   195358401   83  Linux >> >> engineering:/home/legg# mke2fs -j /dev/hdb1 >> mke2fs 1.41.3 (12-Oct-2008) >> /dev/hdb1 is mounted; will not make a filesyste

Re: can't mke2fs hdb, says already mounted, but it isn't

2009-12-15 Thread Timothy Legg
     Blocks   Id  System >> /dev/hdb1               1       24321   195358401   83  Linux >> >> engineering:/home/legg# mke2fs -j /dev/hdb1 >> mke2fs 1.41.3 (12-Oct-2008) >> /dev/hdb1 is mounted; will not make a filesystem here! >> >> engineering:/home/leg

Re: can't mke2fs hdb, says already mounted, but it isn't

2009-12-15 Thread Bob McGowan
ever signature is causing the problem: dd if=/dev/zero of=dev/hdb1 bs=1024 count=10 I just chose some arbitrary values for block size and count, probably bigger than needed, but not harmful either. Then try the mke2fs again. If you want to start over completely, you could try the same comm

Re: can't mke2fs hdb, says already mounted, but it isn't

2009-12-15 Thread Tom H
ev/hdb: 200.0 GB, 200049647616 bytes > 255 heads, 63 sectors/track, 24321 cylinders > Units = cylinders of 16065 * 512 = 8225280 bytes > Disk identifier: 0x38ef9d17 > >   Device Boot      Start         End      Blocks   Id  System > /dev/hdb1               1       24321   19535

can't mke2fs hdb, says already mounted, but it isn't

2009-12-15 Thread Timothy Legg
heads, 63 sectors/track, 24321 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0x38ef9d17 Device Boot Start End Blocks Id System /dev/hdb1 1 24321 195358401 83 Linux engineering:/home/legg# mke2fs -j /dev/hdb1 mke2fs 1.41.3

Re: mke2fs checking bad blocks

2009-08-09 Thread Ron Johnson
, but it is still running. What should I do, just quit it? ~$ /sbin/mke2fs -c /dev/sda1 sda??? Is your boot disk hda? Is it plugged into a USB 1.1 port? Also, I wouldn't be surprised if "check bad blocks" weren't inordinately slow even on internal disks. mke2fs 1

Re: mke2fs checking bad blocks

2009-08-09 Thread Ron Johnson
On 2009-08-09 05:25, hce wrote: Thanks Sven. Will it be any problem if I quit it by pressing Ctr-c? If I understand it correctly, the mke2fs -c is only check the bad block, not write or format the disk, right? No problem. -- Scooty Puff, Sr The Doom-Bringer -- To UNSUBSCRIBE, email to

Re: mke2fs checking bad blocks

2009-08-09 Thread hce
Thanks Sven. Will it be any problem if I quit it by pressing Ctr-c? If I understand it correctly, the mke2fs -c is only check the bad block, not write or format the disk, right? By the way, it has not reached the maximum blocks yet, but it seems it need to run another 3 days to finishe it. I

Re: mke2fs checking bad blocks

2009-08-09 Thread Siggy Brentrup
hat it has already exceeded the total blocks, but it is still > running. What should I do, just quit it? > > ~$ /sbin/mke2fs -c /dev/sda1 > mke2fs 1.40-WIP (14-Nov-2006) > Filesystem label= > OS type: Linux > Block size=4096 (log=2) > Fragment size=4096 (log=2) > 1221099

Re: mke2fs checking bad blocks

2009-08-09 Thread Sven Joachim
s already exceeded the total blocks, but it is still > running. What should I do, just quit it? > > ~$ /sbin/mke2fs -c /dev/sda1 > mke2fs 1.40-WIP (14-Nov-2006) This is an old version, and it may be that you hit bug #411838¹ or some other problem that has been fixed in the meantime.

mke2fs checking bad blocks

2009-08-09 Thread hce
should I do, just quit it? ~$ /sbin/mke2fs -c /dev/sda1 mke2fs 1.40-WIP (14-Nov-2006) Filesystem label= OS type: Linux Block size=4096 (log=2) Fragment size=4096 (log=2) 122109952 inodes, 244190008 blocks 12209500 blocks (5.00%) reserved for the super user First data block=0 Maximum filesystem blocks

Formating a big partition with mke2fs

2003-06-05 Thread Raffaele Sandrini
hi I tried to format a 40GB partition with mke2fs. I typed: mke2fs -b 4096 -i 4096 After writing 135 of 12215 (or similar) tables the programm processes very slow and was not finished after one hour formating... after one hour it was on the 145 table. Where is the problem here? Since now i

cfdisk, fdisk, and mke2fs: "file size limit exceeded"

2002-02-07 Thread Dave Sherohman
fdisk (although the partition sizes don't matter, only the number of partitions). - Try to format a large partition (2G is OK, 20G is not) using mke2fs. A google search turned up a couple of mailing list posts suggesting that this is a kernel bug which was fixed in an -ac patch at some po

Re: mke2fs default mmc

2001-11-26 Thread Thomas Zimmerman
On 26-Nov 09:16, Sean Middleditch wrote: > Hi! > > I was wondering what is used to detemine the maximum mount count in > mke2fs. I am told the default should be 20, but I've got (when > reformatting the same partition) a result of 24 and results of 31. Why > is this? iir

mke2fs default mmc

2001-11-26 Thread Sean Middleditch
Hi! I was wondering what is used to detemine the maximum mount count in mke2fs. I am told the default should be 20, but I've got (when reformatting the same partition) a result of 24 and results of 31. Why is this? Thanks! Sean Etc.

Re: mke2fs: invalid arg to ext2 library ?

2001-02-11 Thread Erdmut Pfeifer
o the right one... > > i tried the potato mke2fs on /dev/hda9 hda10 hda11, but only one > of the three worked -- the other two bombed out with 'Invalid > argument passed to ext2 library while setting up superblock' ?? I recently had a similar problem. I my case it was /dev/h

Re: mke2fs: invalid arg to ext2 library ?

2001-02-11 Thread Nate Amsden
will trillich wrote: > > Invalid argument passed to ext2 library while setting up superblock > > --i didn't get any response before, so i'm trying a different > --subject line. if this is the wrong place to ask, pliz direct > --me to the right one... i saw the last post but since noone has repli

mke2fs: invalid arg to ext2 library ?

2001-02-11 Thread will trillich
Invalid argument passed to ext2 library while setting up superblock --i didn't get any response before, so i'm trying a different --subject line. if this is the wrong place to ask, pliz direct --me to the right one... i tried the potato mke2fs on /dev/hda9 hda10 hda11, but only one of

problem setting up superblock / mke2fs

2001-02-09 Thread will trillich
hda10 mke2fs 1.18, 11-Nov-1999 for EXT2 FS 0.5b, 95/08/09 /dev/hda10: Invalid argument passed to ext2 library while setting up superblock # mke2fs /dev/hda11 mke2fs 1.18, 11-Nov-1999 for EXT2 FS 0.5b, 95/08/09 /dev/hda11: Invalid argument passed to ext2 library while setting up superblock # mkfs

mke2fs: error in loading shared libraries

2001-02-06 Thread Krzys Majewski
Why does 'mke2fs /dev/fd0' give mke2fs 1.18, 11-Nov-1999 for EXT2 FS 0.5b, 95/08/09 mke2fs: error in loading shared libraries: mke2fs: undefined symbol: e2p_edit_feature ? I've done a dist-upgrade but no juice. -chris

Re: /etc/mtab wiped clean after mke2fs is run

2000-07-06 Thread kmself
On Wed, Jul 05, 2000 at 01:57:08PM -0400, Peter S Galbraith wrote: > This is weird. > > On potato, running mke2fs wipes out the existing /etc/mtab file > (it's zero size) such that `df' and `mount' have no record of any > mounted filesystems. > > Anyone else

/etc/mtab wiped clean after mke2fs is run

2000-07-05 Thread Peter S Galbraith
This is weird. On potato, running mke2fs wipes out the existing /etc/mtab file (it's zero size) such that `df' and `mount' have no record of any mounted filesystems. Anyone else seen this? I use e.g. mke2fs -m 0 -i 16384 /dev/hda3 -- Peter Galbraith, research scientist

strange mke2fs problem - SOLVED

2000-02-17 Thread Oleg Krivosheev
Hi, All thanks for all the advices indeed, it was "sparse superblock" feature which prevents partition mounting with slink rescue. thank you OK

Re: strange mke2fs problem

2000-02-15 Thread Bob Hilliard
Oleg Krivosheev <[EMAIL PROTECTED]> writes: > > > > Hi, All > > found strange problem with mke2fs on potato: > > 1. set new 20gig disk as /dev/hdb and created 2gig linux partition as >/dev/hdb1 > > 2. running potato with kernel 2.2.14 on /dev/hda

strange mke2fs problem

2000-02-15 Thread Oleg Krivosheev
Hi, All found strange problem with mke2fs on potato: 1. set new 20gig disk as /dev/hdb and created 2gig linux partition as /dev/hdb1 2. running potato with kernel 2.2.14 on /dev/hda 3. run mke2fs on /dev/hdb1 "mke2fs -c -m 0 /dev/hdb1" and it finished ok 4. was able to mount /d

mke2fs -c /dev/hda8 fails!

2000-01-09 Thread Eric G . Miller
83 Linux /dev/hda6 779 804208813+ 83 Linux /dev/hda7 805 932 1028128+ 83 Linux /dev/hda8 933 1024738958+ 83 Linux /dev/hda9 1025 1247 1791216 83 Linux When I get to mke2fs -c /dev/hda8, I get the following error. m

Re: mke2fs - bad blocks

1998-07-10 Thread Jaakko Niemi
>> I suspect the drive is toast, but thought I would check first. Does >> anyone know if a low level format or something else can save this, or is it >> just garbage ? Generally one bad block will come many, sooner or later. It is a defect on the surface of the disk. However modern hard

Re: mke2fs - bad blocks

1998-07-10 Thread Jens B. Jorgensen
real partition after that. G. Crimp wrote: > Hi, > I got a small used disk given to me that I am trying to put into a > small system I have. When I tried to run mke2fs on any of the partitions I > had created I get > > > Checking fro bad blocks (read-only test)

mke2fs - bad blocks

1998-07-10 Thread G. Crimp
Hi, I got a small used disk given to me that I am trying to put into a small system I have. When I tried to run mke2fs on any of the partitions I had created I get Checking fro bad blocks (read-only test): Bad block 0 out of range;ignored. done Block 1 in primary superblock

mke2fs

1998-01-09 Thread Nils Sandmann
Hi, I've got a IBM PS/2 and tere were some problems with the harddik. I got round this by creating the partions by hand. But I've got a problem: If have to use mke2fs to install a file system and I know what to write for parameters. (I'm a very unexperienced user) Thanks, Nils S

Re: mke2fs & capacity (where did it go!?)

1997-12-15 Thread Carl Johnson
matthew tebbens <[EMAIL PROTECTED]> writes: > > > Here is what 'df' says about the drives: > > > Filesystem 1024-blocks Used Available Capacity Mounted on > > > /dev/hdb1 705433 485054 183942 73% / > > > /dev/sda14253289 509553 3523648 13% /var/sda

Re: mke2fs & capacity (where did it go!?)

1997-12-15 Thread matthew tebbens
Hmmm interesting ! Thanks. On Mon, 15 Dec 1997, David Wright wrote: > On Mon, 15 Dec 1997, matthew tebbens wrote: > > > On Mon, 15 Dec 1997, David Wright wrote: > > > > > On Sun, 14 Dec 1997, matthew tebbens wrote: > > > > > > > (victor)[roo

Re: mke2fs & capacity (where did it go!?)

1997-12-15 Thread David Wright
On Mon, 15 Dec 1997, matthew tebbens wrote: > On Mon, 15 Dec 1997, David Wright wrote: > > > On Sun, 14 Dec 1997, matthew tebbens wrote: > > > > > (victor)[root:~#] mke2fs -c -v /dev/sda1 > > > mke2fs 1.10, 24-Apr-97 for EXT2 FS 0.5b, 95/08/09 > > >

Re: mke2fs & capacity (where did it go!?)

1997-12-15 Thread matthew tebbens
1101824 inodes, 4401778 blocks 220088 blocks (5.00%) reserved for the super user /dev/sda14253289 13 4033188 0% /var/sdb1 /dev/sdb14253289 13 4033188 0% /var/sdb1 /dev/sdc14253289 13 4033188 0% /var/sdc1 /dev/sdd1

Re: mke2fs & capacity (where did it go!?)

1997-12-15 Thread Alex Yukhimets
> Thats over 250megs of tables and internal structures ? > > Wow... Not only. I don't remeber whether it was already mentioned but by default 5% of the filesystem is "reserved" for the super-user. You may override this default with -m option to mk2efs. Alex Y. > > > On Mon, 15 Dec 1997, Scott

Re: mke2fs & capacity (where did it go!?)

1997-12-15 Thread Tim Sailer
matthew tebbens wrote: > > > Thats over 250megs of tables and internal structures ? > > Wow... There is also 5% reserved for root, unless you specified otherwise Tim -- (work) [EMAIL PROTECTED] / (home) [EMAIL PROTECTED] - http://www.buoy.com/~tps "The squeaky wheel gets th

Re: mke2fs & capacity (where did it go!?)

1997-12-15 Thread matthew tebbens
Thats over 250megs of tables and internal structures ? Wow... On Mon, 15 Dec 1997, Scott Ellis wrote: > On Mon, 15 Dec 1997, matthew tebbens wrote: > > > But I don't have 4,401,778 blocks, I only have a total of 4,253,289 blocks > > which becomes aprox 4,355,367,000 bytes. > > > > How does i

Re: mke2fs & capacity (where did it go!?)

1997-12-15 Thread Scott Ellis
On Mon, 15 Dec 1997, matthew tebbens wrote: > But I don't have 4,401,778 blocks, I only have a total of 4,253,289 blocks > which becomes aprox 4,355,367,000 bytes. > > How does it get from 4,401,778 blocks to 4,253,289 blocks ? > Somewhere along the line I lost about 250,000 blocks... ?? You neg

Re: mke2fs & capacity (where did it go!?)

1997-12-15 Thread matthew tebbens
On Mon, 15 Dec 1997, David Wright wrote: > On Sun, 14 Dec 1997, matthew tebbens wrote: > > > (victor)[root:~#] mke2fs -c -v /dev/sda1 > > mke2fs 1.10, 24-Apr-97 for EXT2 FS 0.5b, 95/08/09 > > Linux ext2 filesystem format > > Filesystem label= > > 11018

Re: mke2fs & capacity (where did it go!?)

1997-12-15 Thread David Wright
On Sun, 14 Dec 1997, matthew tebbens wrote: > (victor)[root:~#] mke2fs -c -v /dev/sda1 > mke2fs 1.10, 24-Apr-97 for EXT2 FS 0.5b, 95/08/09 > Linux ext2 filesystem format > Filesystem label= > 1101824 inodes, 4401778 blocks > 220088 blocks (5.00%) reserved for the super user &g

Re: mke2fs & capacity (where did it go!?)

1997-12-15 Thread Brandon Mitchell
On Sun, 14 Dec 1997, matthew tebbens wrote: > Here is what 'df' says about the drives: > Filesystem 1024-blocks Used Available Capacity Mounted on > /dev/hdb1 705433 485054 183942 73% / > /dev/sda14253289 509553 3523648 13% /var/sda1 > > This says

mke2fs & capacity (where did it go!?)

1997-12-15 Thread matthew tebbens
I'm trying to setup 4 4.51gig scsi drives. I used the following to setup the drives: (victor)[root:~#] mke2fs -c -v /dev/sda1 mke2fs 1.10, 24-Apr-97 for EXT2 FS 0.5b, 95/08/09 Linux ext2 filesystem format Filesystem label= 1101824 inodes, 4401778 blocks 220088 blocks (5.00%) reserved fo

Re: mke2fs

1997-10-03 Thread David Stern
prefer go ahead. All I ask is to know the > David> "official" method. > > You need to send an email message to [EMAIL PROTECTED] > Since the program mke2fs existsts in the package e2fsprogs > __> dpkg -S mke2fs > e2fsprogs: /usr/man/man8/mke2fs.8.gz

Re: mke2fs

1997-10-03 Thread Manoj Srivastava
l I ask is to know the David> "official" method. You need to send an email message to [EMAIL PROTECTED] Since the program mke2fs existsts in the package e2fsprogs __> dpkg -S mke2fs e2fsprogs: /usr/man/man8/mke2fs.8.gz e2fsprogs: /sbin/mke2fs the bug report sho

Re: mke2fs

1997-10-03 Thread David Stern
On Fri, 3 Oct 1997, Remco Blaakmeer wrote: > On Thu, 2 Oct 1997, David Stern wrote: > > > /usr/doc/util-linux/README.fdisk.gz says: > > > > You can have up to 64 partitions on a single IDE disk, or up to 16 > > partitions on a single SCSI disk, at least as far as Linux is > > concerned; in

Re: mke2fs

1997-10-02 Thread Remco Blaakmeer
On Thu, 2 Oct 1997, David Stern wrote: > /usr/doc/util-linux/README.fdisk.gz says: > > You can have up to 64 partitions on a single IDE disk, or up to 16 > partitions on a single SCSI disk, at least as far as Linux is > concerned; in practice you will rarely want so many. > > Maybe that's

Re: mke2fs

1997-10-02 Thread David Stern
On Thu, 2 Oct 1997, David Stern wrote: > On Thu, 2 Oct 1997, David Wright wrote: > > > On Wed, 1 Oct 1997, David Stern wrote: > > > > [..Deleted stuff for brevity..] > > > > > Are you merely a stickler for detail, or does it concern you that > > > devices exist which have little (if any) practic

Re: mke2fs

1997-10-02 Thread David Stern
On Thu, 2 Oct 1997, David Wright wrote: > On Wed, 1 Oct 1997, David Stern wrote: > > [..Deleted stuff for brevity..] > > > Are you merely a stickler for detail, or does it concern you that > > devices exist which have little (if any) practical use and are > > potentially problematic? > > Yes, I

Re: mke2fs

1997-10-01 Thread David Stern
ending cylinders, to no avail. Why > > > > does mke2fs think /dev/sda16 is the entire drive? > > > > > > Because /dev/sda16 has major 8, minor 16, which is the major/minor pair > > > for /dev/sdb: look at 'ls -l /dev/sda16 /dev/sdb'. BTW, you ha

Re: mke2fs

1997-10-01 Thread David Wright
On Tue, 30 Sep 1997, David Stern wrote: > On Mon, 29 Sep 1997, Philippe Troin wrote: > > > On Mon, 29 Sep 1997 23:32:21 PDT David Stern ([EMAIL PROTECTED]) > > wrote: > > > > > I tried changing the beginning and ending cylinders, to no avail. Why > >

Re: mke2fs

1997-10-01 Thread David Wright
On Mon, 29 Sep 1997, Philippe Troin wrote: > On Mon, 29 Sep 1997 23:32:21 PDT David Stern ([EMAIL PROTECTED]) > wrote: > > > I'm having an irregular experience with mke2fs. I'm attempting to > > format /dev/sda16 and message says: > > > > > debia

Re: mke2fs

1997-09-30 Thread Philippe Troin
On Tue, 30 Sep 1997 00:16:12 PDT David Stern ([EMAIL PROTECTED]) wrote: > On Mon, 29 Sep 1997, Philippe Troin wrote: > > > Because /dev/sda16 has major 8, minor 16, which is the major/minor pair > > for /dev/sdb: look at 'ls -l /dev/sda16 /dev/sdb'. BTW, you have > > created sda16 yourself did

Re: mke2fs

1997-09-30 Thread David Stern
On Mon, 29 Sep 1997, Philippe Troin wrote: > On Mon, 29 Sep 1997 23:32:21 PDT David Stern ([EMAIL PROTECTED]) > wrote: > > > I'm having an irregular experience with mke2fs. I'm attempting to > > format /dev/sda16 and message says: > > > > > debia

Re: mke2fs

1997-09-30 Thread Philippe Troin
On Mon, 29 Sep 1997 23:32:21 PDT David Stern ([EMAIL PROTECTED]) wrote: > I'm having an irregular experience with mke2fs. I'm attempting to > format /dev/sda16 and message says: > > > debian# mke2fs -v /dev/sda16 > > mke2fs 1.10, 24-Apr-97 for EXT2 FS 0.

mke2fs

1997-09-30 Thread David Stern
Hi, I'm having an irregular experience with mke2fs. I'm attempting to format /dev/sda16 and message says: > debian# mke2fs -v /dev/sda16 > mke2fs 1.10, 24-Apr-97 for EXT2 FS 0.5b, 95/08/09 > /dev/sda16 is entire device, not just one partition! > Proceed anyway? (y,n)

mke2fs with blocks other than 1024?

1997-09-02 Thread Tim Bell
mke2fs doesn't want to make a filesystem with block sizes other than 1024. It claims I have a bad block 0. For example: # mke2fs -c -b 4096 /dev/hda1 mke2fs 1.10, 24-Apr-97 for EXT2 FS 0.5b, 95/08/09 Linux ext2 filesystem format Filesystem label= 1

Re: mke2fs problem

1997-07-30 Thread Christophe Andrieu
Jim Pick wrote: > > --==_Exmh_2089790933P > Content-Type: text/plain; charset=us-ascii > > > Hi, > > > > >From what I hear, there's a serious problem with that version of e2fsprogs > > (at least fsck) which may be affecting your new file-system. Also, I > > believe that 2 Gigs is the limit on a L

Re: mke2fs problem

1997-07-30 Thread Jim Pick
> Hi, > > >From what I hear, there's a serious problem with that version of e2fsprogs > (at least fsck) which may be affecting your new file-system. Also, I > believe that 2 Gigs is the limit on a Linux filesystem's size so perhaps > that's causing you problems as well... > > J. Goldman As som

Re: mke2fs problem

1997-07-30 Thread Brandon Mitchell
On Tue, 29 Jul 1997, Jesse Goldman wrote: > Hi, > > >From what I hear, there's a serious problem with that version of e2fsprogs > (at least fsck) which may be affecting your new file-system. Also, I > believe that 2 Gigs is the limit on a Linux filesystem's size so perhaps > that's causing you pr

Re: mke2fs problem

1997-07-29 Thread Shaya Potter
On Tue, 29 Jul 1997 [EMAIL PROTECTED] wrote: > I just tried to partition my new hdisk (Quantum bigfoot 4.3 Gb) but I faced > the > following problem: > - I created a 2.0 Gb primary partition with fdisk (cylinders 1 to 255) > - When I created the partition with "mke2fs /

Re: mke2fs problem

1997-07-29 Thread Jesse Goldman
Hi, >From what I hear, there's a serious problem with that version of e2fsprogs (at least fsck) which may be affecting your new file-system. Also, I believe that 2 Gigs is the limit on a Linux filesystem's size so perhaps that's causing you problems as well... J. Goldman -- TO UNSUBSCRIBE FROM

mke2fs problem

1997-07-29 Thread andrieu
I just tried to partition my new hdisk (Quantum bigfoot 4.3 Gb) but I faced the following problem: - I created a 2.0 Gb primary partition with fdisk (cylinders 1 to 255) - When I created the partition with "mke2fs /dev/hdb1", it failed creating the inode table with the following messa