HP LJ4100 mfp - Venix fs?


 
Thread Tools Search this Thread
Special Forums Hardware Filesystems, Disks and Memory HP LJ4100 mfp - Venix fs?
# 1  
Old 05-29-2009
HP LJ4100 mfp - Venix fs?

Hi all. I am tinkering with an HP LaserJet 4100 mfp with the hard drive add-in card . The drive on the card is a standard 40GB laptop IDE drive, but when I connect it to my Windows machine and run a partition program (2 different ones so far - EAZEUS and Partition Manager), they identify it as partition type 0x40 Venix-80286. When I boot with my Knoppix DVD, fdisk agrees, but QTParted doesn't know what to make of it. I'm a bit rusty in Linux. How, if at all, do I mount the disk and read what's on it?

The commands I have tried are:
mount -t xenix /dev/hda1 /hp
REPLY= mount: unknown filesystem type 'xenix'

mount -t coherent /dev/hda1 /hp
REPLY= mount: unknown filesystem type 'coherent'

mount -t sysv /dev/hda1 /hp
REPLY= mount: wrong fs type, bad option, bad superblock on /dev/hda1
missing codepage or other error

TIA
Yappi

Last edited by StupendousYappi; 05-29-2009 at 01:30 PM..
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Hardware

Looking for plotter MFP reviews - need new plotter for UNIX/Windows apps

We currently have an HP DesignJet 750C+ plotter (for color plotting) and a Xerox 8825 (for B/W plotting and also scanning/copying) for our engineering drawings. They are getting old and will need replacing soon (maintenance visits are on the increase, and parts for the Xerox are getting hard to... (0 Replies)
Discussion started by: markolinux
0 Replies

2. Solaris

Printing to HP Laserjet M1212nf MFP

Server: Solaris 10 Have a HP Laserjet M1212nf MFP attached to a PC on tcp/ip connected to USB port. Has anyone tried to print to this printer from Solaris? Not using CUPS. netpr command called is: /usr/lib/lp/bin/netpr -b -f l -I 191162p-15497 -U user@server -p 191162p -d... (0 Replies)
Discussion started by: pmm
0 Replies
Login or Register to Ask a Question
GRUB-PROBE(3)						     Library Functions Manual						     GRUB-PROBE(3)

NAME
grub-probe -- Probe device information for a given path. SYNOPSIS
grub-probe [-m | --device-map=FILE] [-t | --target=(fs|fs_uuid|fs_label|drive|device|partmap| abstraction|cryptodisk_uuid| msdos_parttype)] [-v | --verbose] (PATH|DEVICE) DESCRIPTION
grub-probe probes a path or device for filesystem and related information. OPTIONS
--device Final option represents a DEVICE, rather than a filesystem PATH. --device-map=FILE Use FILE as the device map. The default value is /boot/grub/device.map. --target=(fs|fs_uuid|fs_label|drive|device|partmap|msdos_parttype) Select among various output definitions. The default is fs. fs filesystem module fs_uuid filesystem UUID fs_label filesystem label drive GRUB drive name device System device partmap partition map module abstraction abstraction module cryptodisk_uuid cryptographic container msdos_partmap MS-DOS partition map --verbose Print verbose output. (PATH|DEVICE) If --device is passed, a block DEVICE. Otherwise, the PATH of a file on the filesystem. SEE ALSO
info grub Wed Feb 26 2014 GRUB-PROBE(3)