I finally got back to my disk problem which was messed-up by trying to
install Phatlinux and below shows the result of dd as sugested by Lawson:

#define __dummy_lock(lock) (*(__dummy_lock_t *)(lock))

#define spin_lock_string \
        "\n1:\t" \
        "lock ; btsl $0,%0\n\t" \
        "jc 2f\n" \
        ".section .text.lock,\"ax\"\n" \
        "2:\t" \
        "testb $1,%0\n\t" \
        "jne 2b\n\t" \
        "jmp 1b\n" \
        ".previous"

#define spin_unlock_string \
        "lock ; btrl $0,%0"

#define spin_lock(lock) \
__asm__ __volatile__( \
        spin_lock_string \
        :"=m" (__dummy_lock(lock)))

#define spin_unloc

A strange looking boot sector indeed!

I then tried going up the ladder in blocks and then in bs and it looks the
entire disk is written over with those I assume Linux codes. That would
mean goodby my DOS disk. Well i have all the programs on diskettes and the
files backed-up. It's just a lot of work to reinstall all. I still love my
Foxplus which I can so well access from Linux.

Command dosfsck says can only open 2 FAT not 19.

NO THANKS TO PHATLINUX!!! EVERYBODY BEWARE!!!!


>On Sat, 13 May 2000 [EMAIL PROTECTED] wrote:

> 
> 
> On Sat, 13 May 2000, pfheiss wrote:
> 
> >
> > Many thanks to all for trying to help me. I added the answers to all
> >
> > -- It says quote: If you are installing from DOS or Win3x to install
> you
> >    run the following from the CD:
> >    unzip phatv32.zip -d e:\phat unquote
> >
> >    It then started to transfer the files and just stopped with that
> >    message from DOS
cut
 
> dd if=/dev/hdd1 of=bootsec bs=512 count=1
> 
> edit it with vi or some editor to put the 0xf8 back in 0x15 and write it
> back.
> 
> dd of=/dev/hdd1 if=bootsec bs=512 count=1
> 
> directory is...  There is a new dosfstools with fsck that claims to do
> fat32 at ftp://metalab.unc.edu/pub/Linux/system/filesystems/dosfs -
> well, here is the lsm:
> 
> Lawson
> 



-- 
Peter



-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to