NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: /netbsd: wd0a: error reading fsbn?



scole_mail%gmx.com@localhost (scole_mail) writes:

>dstar# dd if=/dev/rwd0d seek=3522687 count=1 of=foo
>1+0 records in
>1+0 records out
>512 bytes transferred in 0.001 secs (512000 bytes/sec)
>dstar# /bin/ls -l foo 
>-rw-r--r--  1 root  users  1803616256 Jan  7 15:20 foo

The seek parameter is the output position, you need to
use skip=3522687. The aliases oseek for seek and iseek
for skip are probably easier to memorize.


-- 
-- 
                                Michael van Elst
Internet: mlelstv%serpens.de@localhost
                                "A potential Snark may lurk in every tree."


Home | Main Index | Thread Index | Old Index