Re: old partition table, old filesystems and old scsi

2015-09-20 Thread Dan LaBell
On Sep 18, 2015, at 4:36 PM, Mohsen Pahlevanzadeh wrote: Hello, I have attached the following file: dd if=/dev/sdc of=./sector_zero.dump bs=1024 count=1 --mohsen Have you tried gpart from pkgsrc ? #fdisk -r sector_zero.dump fdisk: primary partition table invalid, no magic in sector 0 Di

Re: old partition table, old filesystems and old scsi

2015-09-18 Thread Michael van Elst
m.pahlevanza...@gmail.com (Mohsen Pahlevanzadeh) writes: >I have attached the following file: >dd if=/dev/sdc of=./sector_zero.dump bs=1024 count=1 That looks like something from Motorola System V/68. -- -- Michael van Elst Internet: mlel...@serpens.de

Re: old partition table, old filesystems and old scsi

2015-09-18 Thread Brandon Vincent
Mohsen, Not quite sure about NetBSD, but I do know that RHEL 5 and clones had their kernels compiled with System V filesystem support as a module (sysv). You might want to try on a GNU/Linux distribution with the -t sysv parameters for mount(8). IIRC, System V filesystem support is still include

Re: old partition table, old filesystems and old scsi

2015-09-18 Thread Mohsen Pahlevanzadeh
Hello, I have attached the following file: dd if=/dev/sdc of=./sector_zero.dump bs=1024 count=1 --mohsen On Fri, Sep 18, 2015 at 3:13 AM, Michael van Elst wrote: > m.pahlevanza...@gmail.com (Mohsen Pahlevanzadeh) writes: > >># /sbin/fdisk /home/mohsen/all_of_disk.iso >>fdisk: primary partitio

Re: old partition table, old filesystems and old scsi

2015-09-17 Thread Michael van Elst
m.pahlevanza...@gmail.com (Mohsen Pahlevanzadeh) writes: ># /sbin/fdisk /home/mohsen/all_of_disk.iso >fdisk: primary partition table invalid, no magic in sector 0 Apparently that disk image (I would not name it .iso because that refers to CD-ROM images) doesn't have a standard MS-DOS partition ta

Re: old partition table, old filesystems and old scsi agent

2015-09-17 Thread Tobias Nygren
On Fri, 18 Sep 2015 02:00:42 +0430 Mohsen Pahlevanzadeh wrote: > Dear All, > > Because netbsd can support many arch, I decide to do this project with > netbsd.I have a disk about 1985 and it's work under a special machine, > I have to get mount from this disk. > > I need to list old partition t

old partition table, old filesystems and old scsi

2015-09-17 Thread Mohsen Pahlevanzadeh
Dear All, Because netbsd can support many arch, I decide to do this project with netbsd.I have a disk about 1985 and it's work under a special machine, I have to get mount from this disk. I need to list old partition tables and old fs to put into netbsd kernel. How can I provide them? BTW, I hav

old partition table, old filesystems and old scsi agent

2015-09-17 Thread Mohsen Pahlevanzadeh
Dear All, Because netbsd can support many arch, I decide to do this project with netbsd.I have a disk about 1985 and it's work under a special machine, I have to get mount from this disk. I need to list old partition tables and old fs to put into netbsd kernel. How can I provide them? BTW, I hav