bugThe GNU Hurd - Bugs: bug #19765, ext2fs: different behavior of an...

 
 

bug #19765: ext2fs: different behavior of an active translator and a translator started from a passive translator setting

Submitter:  Thomas Schwinge <tschwinge>
Submitted:  Tue 01 May 2007 09:30:06 AM UTC
   
 
Category:  Hurd Servers Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Works For Me Privacy:  Public
Assigned to:  None Originator Name: 
Open/Closed:  Closed Reproducibility:  Every Time
Size (loc):  None Planned Release:  None
Effort:  0.00
Wiki-like text discussion box: 


* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 11 Feb 2016 08:46:53 PM UTC, comment #1: 

teythoon@hurdbox /var/tmp % uname -a
GNU hurdbox 0.7 GNU-Mach 1.6-686-dbg/Hurd-0.7 i686-AT386 GNU
teythoon@hurdbox /var/tmp % dd of=trash.img bs=1M count=0 seek=50
0+0 records in
0+0 records out

  1. bytes copied, 0 s, Infinity B/s

teythoon@hurdbox /var/tmp % /sbin/mkfs.ext2 -F -b 4096 trash.img
mke2fs 1.42.13 (17-May-2015)
Creating filesystem with 12800 4k blocks and 12800 inodes

Allocating group tables: done                           
Writing inode tables: done                           
Writing superblocks and filesystem accounting information: done

teythoon@hurdbox /var/tmp % settrans -cp trash /hurd/ext2fs `pwd`/trash.img
teythoon@hurdbox /var/tmp % cd trash
teythoon@hurdbox /var/tmp/trash % ls
lost+found/

Justus Winter <teythoon>
Group Member
Tue 01 May 2007 09:30:06 AM UTC, original submission:  

#v+
$ dd of=trash.img bs=1M count=0 seek=50
[...]
$ mkfs.ext2 -F -b 4096 trash.img
[...]
$ settrans -cp trash /hurd/ext2fs `pwd`/trash.img
$ cd trash
bash: cd: trash: Translator died
#v-

Console: ``ext2fs: [...]/trash.img: panic: get_hypermetadata: disk size (1753088 bytes) too small; superblock says we need 52428800''.

However:

#v+
$ settrans -ca trash /hurd/ext2fs `pwd`/trash.img
$ ls trash/
lost+found
#v-

... works.

Thomas Schwinge <tschwinge>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by teythoon (Posted a comment)
  • -email is unavailable- added by tschwinge (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2016-02-11 teythoon StatusNone Works For Me
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code