Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 May 2015 12:05:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 197876] [devfs] an error in devfs leads to data loss and to faulty block size being reported - GEOM providers' sector and media sizes are not reflected in the block device entries
Message-ID:  <bug-197876-8-JbODHdLqDg@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-197876-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-197876-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=197876

--- Comment #4 from jau@iki.fi ---
At least OS X seems to be properly reporting device block sizes which
are larger than the minimum block cluster.

/dev/disk0:
        st_dev:         488796360
        st_ino:         589
        st_mode:        0x61a0
        st_nlink:       1
        st_uid:         0
        st_gid:         5
        st_rdev:        16777216
        st_size:        0
        st_blocks:      0
        st_blksize:     2048
        st_flags:       0x0
        st_gen:         0
        st_btim:        2015-04-25 12:14:41.000000000
        st_mtim:        2015-04-25 12:14:41.000000000
        st_ctim:        2015-04-25 12:14:41.000000000
        st_atim:        2015-04-25 12:14:41.000000000

/dev/rdisk0:
        st_dev:         488796360
        st_ino:         591
        st_mode:        0x21a0
        st_nlink:       1
        st_uid:         0
        st_gid:         5
        st_rdev:        16777216
        st_size:        0
        st_blocks:      0
        st_blksize:     131072
        st_flags:       0x0
        st_gen:         0
        st_btim:        2015-04-25 12:14:41.000000000
        st_mtim:        2015-04-25 12:14:41.000000000
        st_ctim:        2015-04-25 12:14:41.000000000
        st_atim:        2015-05-27 08:52:16.996702000

-- 
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-197876-8-JbODHdLqDg>