* Betr.: [parisc-linux] Formatting Scsi disks
@ 2002-09-06 14:00 Jurriaan Kalkman
2002-09-13 6:26 ` [parisc-linux] Re: OT HP-UX " Derek Engelhaupt
0 siblings, 1 reply; 5+ messages in thread
From: Jurriaan Kalkman @ 2002-09-06 14:00 UTC (permalink / raw)
To: smithjames, parisc-linux
>I had an odd thing happen.....
>
>i took a disk out of a 712 & had it in a mac for a while
>when i put it back into the 712, & tried to put linux back on it, it got =
as
>far as fdisk which then said that it couldnt write a partition table to =
it
>
>the disk still works in the mac - am i missing something daft here ?
>
>the search command from the boot console on the 712 sees the disk
>the kernel sees & correctly identifies the disk
>
>just wont partition it
>
>
>any ideas?
>
try zeroing out the first few blocks:
dd if=3D/dev/zero of=3D/dev/offending_scsi_drive bs=3D512 count=3D4
(think if you need a backup before you do this!)
Good luck,
Jurriaan
^ permalink raw reply [flat|nested] 5+ messages in thread
* [parisc-linux] Re: OT HP-UX Formatting Scsi disks
2002-09-06 14:00 Betr.: [parisc-linux] Formatting Scsi disks Jurriaan Kalkman
@ 2002-09-13 6:26 ` Derek Engelhaupt
2002-09-13 19:16 ` Christoph Plattner
2002-09-14 1:04 ` Andrew Shugg
0 siblings, 2 replies; 5+ messages in thread
From: Derek Engelhaupt @ 2002-09-13 6:26 UTC (permalink / raw)
To: Jurriaan Kalkman, smithjames, parisc-linux
> try zeroing out the first few blocks:
>
> dd if=/dev/zero of=/dev/offending_scsi_drive bs=512 count=4
I've decided to load HP-UX on the E55 I've been playing with since
Debian doesn't work very well on it right now. I'm sending this OT
because I need to know where dd lives on an HP-UX 11.11 box. I'm in a
limited shell and need an absolute path to dd to get it to accomplish
the above. It's so limited it won't even give me the ls command. Any
of you HP-UX guys out there? Since I'm at home I don't have access to
an HP-UX box at work. Thanks.
derek
__________________________________________________
Do you Yahoo!?
Yahoo! News - Today's headlines
http://news.yahoo.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [parisc-linux] Re: OT HP-UX Formatting Scsi disks
2002-09-13 6:26 ` [parisc-linux] Re: OT HP-UX " Derek Engelhaupt
@ 2002-09-13 19:16 ` Christoph Plattner
2002-09-14 1:04 ` Andrew Shugg
1 sibling, 0 replies; 5+ messages in thread
From: Christoph Plattner @ 2002-09-13 19:16 UTC (permalink / raw)
To: Derek Engelhaupt; +Cc: Jurriaan Kalkman, smithjames, parisc-linux
Hello,
I hope the status will change soon. I also have an E55
and I use it under HP-UX. But I want to switch as fast
as possible to linux.
I can use the E55 now as diskless server (!), SCSI is
not working yet. But as I mentioned, I hope this will
change very soon !!
Christoph
Derek Engelhaupt wrote:
>
> > try zeroing out the first few blocks:
> >
> > dd if=/dev/zero of=/dev/offending_scsi_drive bs=512 count=4
>
> I've decided to load HP-UX on the E55 I've been playing with since
> Debian doesn't work very well on it right now. I'm sending this OT
> because I need to know where dd lives on an HP-UX 11.11 box. I'm in a
> limited shell and need an absolute path to dd to get it to accomplish
> the above. It's so limited it won't even give me the ls command. Any
> of you HP-UX guys out there? Since I'm at home I don't have access to
> an HP-UX box at work. Thanks.
>
> derek
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! News - Today's headlines
> http://news.yahoo.com
> _______________________________________________
> parisc-linux mailing list
> parisc-linux@lists.parisc-linux.org
> http://lists.parisc-linux.org/mailman/listinfo/parisc-linux
--
-------------------------------------------------------
private: christoph.plattner@gmx.at
company: christoph.plattner@alcatel.at
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [parisc-linux] Re: OT HP-UX Formatting Scsi disks
2002-09-13 6:26 ` [parisc-linux] Re: OT HP-UX " Derek Engelhaupt
2002-09-13 19:16 ` Christoph Plattner
@ 2002-09-14 1:04 ` Andrew Shugg
2002-09-14 6:49 ` sven schnelle
1 sibling, 1 reply; 5+ messages in thread
From: Andrew Shugg @ 2002-09-14 1:04 UTC (permalink / raw)
To: parisc-linux
Derek Engelhaupt said:
> I've decided to load HP-UX on the E55 I've been playing with since
> Debian doesn't work very well on it right now. I'm sending this OT
> because I need to know where dd lives on an HP-UX 11.11 box. I'm in a
> limited shell and need an absolute path to dd to get it to accomplish
> the above. It's so limited it won't even give me the ls command. Any
> of you HP-UX guys out there? Since I'm at home I don't have access to
> an HP-UX box at work. Thanks.
Just how limited is this shell? Are you just not able to see any
output? What happens when you run '/bin/ls'?
If you can get stdout, try 'which dd' and 'find / -type f -name dd -print'
to locate the program. I don't have an HP/UX box in front of me either,
or I would just tell you where dd lived. =)
Andrew.
--
Andrew Shugg <andrew@neep.com.au> http://www.neep.com.au/
"Just remember, Mr Fawlty, there's always someone worse off than yourself."
"Is there? Well I'd like to meet him. I could do with a good laugh."
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [parisc-linux] Re: OT HP-UX Formatting Scsi disks
2002-09-14 1:04 ` Andrew Shugg
@ 2002-09-14 6:49 ` sven schnelle
0 siblings, 0 replies; 5+ messages in thread
From: sven schnelle @ 2002-09-14 6:49 UTC (permalink / raw)
To: parisc-linux
Derek Engelhaupt said:
>I've decided to load HP-UX on the E55 I've been playing with since
>Debian doesn't work very well on it right now. I'm sending this OT
>because I need to know where dd lives on an HP-UX 11.11 box. I'm in a
[...]
hello,
on my gecko with HP-UX 10.20 it lives in /usr/bin, maybe its the same on
HP-UX 11.11.
Bye
Sven.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2002-09-14 6:49 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-06 14:00 Betr.: [parisc-linux] Formatting Scsi disks Jurriaan Kalkman
2002-09-13 6:26 ` [parisc-linux] Re: OT HP-UX " Derek Engelhaupt
2002-09-13 19:16 ` Christoph Plattner
2002-09-14 1:04 ` Andrew Shugg
2002-09-14 6:49 ` sven schnelle
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.