Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Nov 2017 14:57:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 72355] Can't run strings(1) on a (disk) device, even if you want to
Message-ID:  <bug-72355-8-waZIvR1dts@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-72355-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-72355-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=72355

Ed Maste <emaste@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |emaste@freebsd.org
         Resolution|---                         |FIXED
             Status|In Progress                 |Closed

--- Comment #5 from Ed Maste <emaste@freebsd.org> ---
This is fixed with the migration to ELF Tool Chain strings, as of FreeBSD 11.0.

Testing with a memory disk:

# newfs_msdos /dev/md0
newfs_msdos: cannot get number of sectors per track: Operation not supported
newfs_msdos: cannot get number of heads: Operation not supported
/dev/md0: 2003 sectors in 2003 FAT12 clusters (512 bytes/cluster)
BytesPerSec=512 SecPerClust=1 ResSectors=1 FATs=2 RootDirEnts=512 Sectors=2048
Media=0xf0 FATsecs=6 SecPerTrack=63 Heads=1 HiddenSecs=0
# strings /dev/md0
BSD4.4  
NO NAME    FAT12   
Non-system disk
Press any key to reboot
#

-- 
You are receiving this mail because:
You are the assignee for the bug.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-72355-8-waZIvR1dts>