[SLUG] Mounting Hardrives in SuSe 7.0

2003-10-09 Thread D.V. Rogers
Hello All

I am trying to retrieve data of a 30gb drive which was running RH8.0.
The motherboard had failed and now trying to mount this drive under SuSe
7.0.

The drive is installed and appears to be working OK as I can see it
under disk management running W2k (dual boot with SuSe)

/etc/fstab indicates that;

My windows partition is in /dev/hda1
/boot  is /dev/hda5
swap is /dev/hda6
/ is hda6

Can somebody please point me in the direction of how I can mount this
30gb drive I need to get data off?

And how do I find the drive to know what its mount point is?

With Thanks

dvr


-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


Re: [SLUG] Mounting Hardrives in SuSe 7.0

2003-10-09 Thread DaZZa
On 9 Oct 2003, D.V. Rogers wrote:

 I am trying to retrieve data of a 30gb drive which was running RH8.0.
 The motherboard had failed and now trying to mount this drive under SuSe
 7.0.

 The drive is installed and appears to be working OK as I can see it
 under disk management running W2k (dual boot with SuSe)

 /etc/fstab indicates that;

 My windows partition is in /dev/hda1
 /boot  is /dev/hda5
 swap is /dev/hda6
 / is hda6

 Can somebody please point me in the direction of how I can mount this
 30gb drive I need to get data off?

 And how do I find the drive to know what its mount point is?

It depends where in the IDE chain you've plugged the drive in.

Usual drive definitions are as follows

Primary Master - HDA
Primary Slave - HDB
Secondary Master - HDC
Secondary Slave - HDD

Now, assuming you've plugged your 30 gig disk into the Primary slave
position, it'll become HDB.

To find out the partition list, simply run fdisk

fdisk /dev/hdb

And print the partition list.


Or you could just try mounting random partitions to see what happens

mount /dev/hdb1 /mnt/temp

If you get an error message, then the chances are good hdb1 doesn't exist.
:-)

DaZZa

-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


Re: [SLUG] Mounting Hardrives in SuSe 7.0

2003-10-09 Thread Rick Welykochy
D.V. Rogers wrote:

 /etc/fstab indicates that;
 
 My windows partition is in /dev/hda1
 /boot  is /dev/hda5
 swap is /dev/hda6
 / is hda6

fstab doesn't give you the layout of a disk.. try fdisk,
but be careful: read the help and do not save any configurations
to the hard drive. e.g.

$ sudo fdisk /dev/hda
THEN TYPE m for help:

THE TYPE p to print the partition table

$ sudo sudo fdisk -l /dev/hda
if you are really lazy :)

(sudo is required: the disk can only be directly accessed as root)


cheers
rickw



-- 
_
Rick Welykochy || Praxis Services

To mess up a Linux box, you need to work at it;
 to mess up your Windows box, you just need to work on it.
 -- Scott Granneman, SecurityFocus
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


RE: [SLUG] appliance box; 80mm CDrom

2003-10-09 Thread Visser, Martin (Sydney)
Sounds like a job for a Dremel tool :-)

 

Martin Visser ,CISSP
Network and Security Consultant 
Technology  Infrastructure - Consulting  Integration
HP Services

3 Richardson Place 
North Ryde, Sydney NSW 2113, Australia 
Phone *: +61-2-9022-1670Mobile *: +61-411-254-513
   Fax 7: +61-2-9022-1800 E-mail * : martin.visserAThp.com



-Original Message-
From: Amanda [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, 8 October 2003 9:15 PM
To: [EMAIL PROTECTED]
Subject: [SLUG] appliance box; 80mm CDrom


Speaking of small appliance like objects; I have a little baby unisys
pentium box set up as a bridge, running linux off a floppy. I've also
got a stack of little 250MB 80mm CDR's. Seems to me, if I had a drive
which took 80mm CD's only, it would fit in the hole where the floppy
currently lives.

Unfortunately, Googling for such a thing hasn't turned up anything.
Anybody know of such a thing, or can suggest a good search term to
google on? cdrom 80mm isn't it.

Amanda


-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug
--
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


Re: [SLUG] Mounting Hardrives in SuSe 7.0

2003-10-09 Thread Tony Green
On Thu, 2003-10-09 at 16:40, Rick Welykochy wrote:
(sudo or su are required if you're not logged in as root: the disk can only be 
directly accessed as root)


-- 
Tony Green [EMAIL PROTECTED]


signature.asc
Description: This is a digitally signed message part
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


Re: [SLUG] Re: linux.conf.au: Regional Delegate Program

2003-10-09 Thread Matthew Palmer
On Thu, Oct 09, 2003 at 03:39:25PM +1000, Mary Gardiner wrote:
 We are as yet RDP nominee-free, but don't want to confess to LCA that
 noone in NSW wants to go to linux.conf.au for free... :)

It might just be that we're all so prosperous that nobody needs financial
assistance to go to LCA... grin

- Matt
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


[SLUG] Hi

2003-10-09 Thread Naomi Dhanak
Dinesh,

Hi. Is this you??? If it is please mail me back I've been looking 
for you for years! I'll mail more later when I get some sort of confirmation 
that its you :)

Later
Naomi
_
Instant message with integrated webcam using MSN Messenger 6.0. Try it now 
FREE!  http://msnmessenger-download.com

--
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


Re: [SLUG] re: Problem Mounting hdb under SuSe

2003-10-09 Thread Kevin Saenz
 when you run fdisk do you do a partition listing?
 If you look at fstab you will see that hda has a number
 after it. You need to partition the drive or know the
 partition numbers before you mount the fs.
 Do you know the format of the partition drive?
 
Sorry I stuffed up

 Device BootStart   EndBlocks   Id  System
  /dev/hdb1   * 113104391   83  Linux
  /dev/hdb214  2415  19294065   83  Linux
  /dev/hdb3  2416  2480522112+  82  Linux swap
  
  [EMAIL PROTECTED]:/  mount -t ext2 /dev/hdb1 /mnt/temp
  mount: wrong fs type, bad option, bad superblock on /dev/hdb1,
 or too many mounted file systems
  --
Are you 100% sure that hdb1 is ext2 format?
Have you tried reiserfs, ext3, or xfs?

-- 
Regards,

Kevin Saenz
 
Spinaweb
I.T consultants
 
Ph: 02 4620 5130
Fax: 02 4625 9243
Mobile: 0418455661
Web: http://www.spinaweb.com.au

-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


Re: [SLUG] re: Problem Mounting hdb under SuSe

2003-10-09 Thread Graham Smith
On Fri, 10 Oct 2003 00:00, D.V. Rogers wrote:
 Hello Sluggers

 Hoping for some more help on trying to mount  drive hdb to retrieve
 data. thanks dazza  rickw for their recent postings.

 fdisk tells me that /dev/hdb is definately their!!

 ---
 [EMAIL PROTECTED]:/ fdisk -l (prints the following;)
 Disk /dev/hdb: 255 heads, 63 sectors, 2480 cylinders
 Units = cylinders of 16065 * 512 bytes

Device BootStart   EndBlocks   Id  System
 /dev/hdb1   * 113104391   83  Linux
 /dev/hdb214  2415  19294065   83  Linux
 /dev/hdb3  2416  2480522112+  82  Linux swap

 Disk /dev/hdc: 255 heads, 63 sectors, 3720 cylinders
 Units = cylinders of 16065 * 512 bytes

Device BootStart   EndBlocks   Id  System
 /dev/hdc1   * 1  3719  29872836c  Win95 FAT32 (LBA)

 Unable to read /dev/hdd
 

 I then created the directory /mnt/temp as a directory to mount to

 The following happens;

 [EMAIL PROTECTED]:/  mount -t ext2 /dev/hdb1 /mnt/temp
 mount: wrong fs type, bad option, bad superblock on /dev/hdb1,
or too many mounted file systems
 --

Have you tried 
mount /dev/hdb1 /mnt/tmp
and let Linux work out the file system type used.

I would assume that the /dev/hdb1 would have mapped to /boot
The partition you will need to mount would be /dev/hdb2 which will contain the 
main root (/) partition.

mount /dev/hdb2 /mnt/tmp

If you are still in trouble you could try using Knoppix to do the same. 
SuSE 7.0 is well over 2 years old and I'm not sure it supports all of the new 
journal filesystem types.

-- 
Regards,

Graham Smith
-

-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


RE: [SLUG] Hi

2003-10-09 Thread Andar Broment
This has gotta be the wierdest spam ever...

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of Naomi Dhanak
Sent: Friday, 10 October 2003 1:36 AM
To: [EMAIL PROTECTED]
Subject: [SLUG] Hi


Dinesh,

Hi. Is this you??? If it is please mail me back I've been looking
for you for years! I'll mail more later when I get some sort of confirmation
that its you :)

Later
Naomi

_
Instant message with integrated webcam using MSN Messenger 6.0. Try it now
FREE!  http://msnmessenger-download.com

--
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


Re: [SLUG] Hi

2003-10-09 Thread James Gray
On Fri, 10 Oct 2003 09:27 am, Andar Broment wrote:
 This has gotta be the wierdest spam ever...

But it is a reasonably effective way to harvest real addresses from clueless 
lusers.  Luser now sends back a sorry I don't know who you are and bingo, 
fresh pork for the grinder - one batch of spiced ham, coming up :P

--James
__
A random quote of nothing:

A computer without COBOL and Fortran is like a piece of chocolate cake
without ketchup and mustard.

-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


[SLUG] re: mounting RH8.0 drive with SuSe 7.0

2003-10-09 Thread D.V. Rogers
again hello all

a little probing around this morning as to why I am having trouble
mounting this drive so as I can retrieve data.
Thanks to all who have already posted with pointers!

dmesg | less

tells me that the drive is definately
hdb: ST320420A ATA Disk Drive   (20gb  not 30gb I previously stated)

This drive was my RH 8.0 system kernel version 2.4.18 ext3 filesystem

The SuSe 7.0 partition I am attempting to mount from is kernel version
2.2.16 ext2 filesystem

Interestingly when I cat filesystems under SuSe 7.0 it tells me
vfat
hfs
minix
reiserfs

where is ext2?

Starting to wonder if the problem is between the fact I am trying to
mount an ext3 fs with a ext2 fs ?

Any pointers again on how I can get around this problem and mount the
dam thing is greatly appreciated...

Lastly the thought to create a new RH 9.0 installed partition on hdb
then attempt to mount the relevant directory of the old RH8.0 partition.
Hoping to avoid this long way around!!

With Thanks

David Rogers 



-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


Re: [SLUG] re: Problem Mounting hdb under SuSe

2003-10-09 Thread Heracles
On Friday 10 Oct 2003 12:00 am, D.V. Rogers wrote:
 Hello Sluggers

 Hoping for some more help on trying to mount  drive hdb to
 retrieve data. thanks dazza  rickw for their recent postings.

 fdisk tells me that /dev/hdb is definately their!!
SNIP

 I then created the directory /mnt/temp as a directory to mount
 to

 The following happens;

 [EMAIL PROTECTED]:/  mount -t ext2 /dev/hdb1 /mnt/temp
 mount: wrong fs type, bad option, bad superblock on /dev/hdb1,
or too many mounted file systems

Just a longshot, but have you tried leaving out the  -t ext2  
parameter. Is the filesysten on the hdb1  ext2  or maybe some 
other type? When I was using SuSE, RieserFS was my default.

Also have you tried mounting the other partition hdb2? This is 
where you probably have your data anyway.

Just a thought.
Stay well and happy
Heracles



-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


[SLUG] routing problem

2003-10-09 Thread Craig
Thanks for the information on fixing my minor problem.

I went back and had a look at the /etc/resolv.conf
file, it look something like this:

search peregian
nameserver 192.168.0.1

peregian and ip address is the name I gave to the
D-Link 624 router wireless access point.

I edited the resolv.conf file to read as such:

nameserver 127.0.0.1
nameserver 204.194.56.150

With this change I now had access to the internet. I
could also access the NetComm NB1300 modem/router web
configuration. But I was unable to access the D-Link
624 Wireless router web configuration, was is not a
major issue.

When I rebooted the debian box, the resolv.conf file
changed back to the original text of:

search peregian
nameserver 192.168.0.1


What I'm going to do next is change the resolv.conf
file, apt-get dhcp3-client, configure and see what
happens.

But I'm open to suggestions.

Craig


__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


Re: [SLUG] Synchronizing Pocket PC's (non palm-os) with Evolution.

2003-10-09 Thread Kevin Saenz
I did it :)
For those of you who have had problem getting your Ipaq running with
linux. Here goes. I don't know if this will help those of you with Ipaq
5xxx.

This is for RedHat and Mandrake users, I guess it would work for distros
that use rpms. I downloaded and installed the following.

multisync-backup-0.80-1
multisync-evolution-0.80-1
synce-0.8.4-1
synce-multisync_plugin-0.8.2-1
multisync-0.80-1

ran
dccm -p xxx123

synce-serial-start

if all goes well you should hear your Ipaq make the funky little sound
as if it was connecting to a windows machine.

then I ran

multisync

added a new Synchronize Pair

First plugin: Ximian Evolution
Secont plugin: SynCE Plugin

My entire LDAP contact list, todo's, and Calendar were copied to the
Ipaq and vice versa

Synce has gone a long way compared to 6 months ago.

-- 
Regards,

Kevin Saenz
 
Spinaweb
I.T consultants
 
Ph: 02 4620 5130
Fax: 02 4625 9243
Mobile: 0418455661
Web: http://www.spinaweb.com.au

-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


RE: [SLUG] Hi

2003-10-09 Thread Jared Pritchard
A computer without COBOL and Fortran is like a piece of chocolate cake
without ketchup and mustard.

   rofl.


-Original Message-
From: James Gray [mailto:[EMAIL PROTECTED]
Sent: Friday, 10 October 2003 9:35 AM
To: [EMAIL PROTECTED]
Subject: Re: [SLUG] Hi


On Fri, 10 Oct 2003 09:27 am, Andar Broment wrote:
 This has gotta be the wierdest spam ever...

But it is a reasonably effective way to harvest real addresses from clueless
lusers.  Luser now sends back a sorry I don't know who you are and bingo,
fresh pork for the grinder - one batch of spiced ham, coming up :P

--James
__
A random quote of nothing:

A computer without COBOL and Fortran is like a piece of chocolate cake
without ketchup and mustard.


-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


Re: [SLUG] creating a bootable iso image

2003-10-09 Thread Alexander Samad
Have you looked at knoppix

http://www.knoppix.org/


Alex

On Fri, Oct 10, 2003 at 12:58:22PM +1000, Shaun Oliver wrote:
 hi all,
 I want to create a bootable iso for debian woody.
 mainly for my own benefit but if I can get it wo rowk well enough, I'd
 consider publishing it.
 I have here the speakup boot floppies frank made a while back with
 kernel 2.4.17
 as well as driver disks.
 1. how would I go about creating the image and 2. how would I use dd to
 get all 5 driver disks to become the tgz archive that is the modules
 needed for a woody install.
 thanks in advance.
 
 -- 
 Shaun Oliver
 Becareful of the toes u step on today, they maybe connected to the ass you have to 
 kiss tomorrow!
 
 EMAIL: [EMAIL PROTECTED]
 ICQ: 76958435
 YAHOO: blindman01_2000
 MSN: [EMAIL PROTECTED]
 AIM: captain nemo 200
 IRC: irc.awesomechat.net:
 IRCNICK: blindman
 CHANNELS: #awesomeradio #mircpopup-magic #linux #help #ourworld #audiofile #mauisun
 -- 
 SLUG - Sydney Linux User's Group - http://slug.org.au/
 More Info: http://lists.slug.org.au/listinfo/slug
 


pgp0.pgp
Description: PGP signature
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


Re: [SLUG] creating a bootable iso image

2003-10-09 Thread Felix Sheldon
Hi Shaun,

The Gibraltar firewall-on-cd might be a good starting point if you're
only after console mode stuff. It is set up to save your configuration
to a floppy or USB memory stick. Maybe Morphix is worth a look too.


Felix


On Fri, 2003-10-10 at 12:58, Shaun Oliver wrote:
 hi all,
 I want to create a bootable iso for debian woody.
 mainly for my own benefit but if I can get it wo rowk well enough, I'd
 consider publishing it.
 I have here the speakup boot floppies frank made a while back with
 kernel 2.4.17
 as well as driver disks.
 1. how would I go about creating the image and 2. how would I use dd to
 get all 5 driver disks to become the tgz archive that is the modules
 needed for a woody install.
 thanks in advance.
 
 -- 
 Shaun Oliver
 Becareful of the toes u step on today, they maybe connected to the ass you have to 
 kiss tomorrow!
 
 EMAIL: [EMAIL PROTECTED]
 ICQ: 76958435
 YAHOO: blindman01_2000
 MSN: [EMAIL PROTECTED]
 AIM: captain nemo 200
 IRC: irc.awesomechat.net:
 IRCNICK: blindman
 CHANNELS: #awesomeradio #mircpopup-magic #linux #help #ourworld #audiofile #mauisun


-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


Re: [SLUG] creating a bootable iso image

2003-10-09 Thread Kevin Saenz
I think there is a bootable image file in /boot you need to call when
making the bootable cdrom.
I think Redhat or even debian sites might have a doco on making a
bootable cd.

 hi all,
 I want to create a bootable iso for debian woody.
 mainly for my own benefit but if I can get it wo rowk well enough, I'd
 consider publishing it.
 I have here the speakup boot floppies frank made a while back with
 kernel 2.4.17
 as well as driver disks.
 1. how would I go about creating the image and 2. how would I use dd to
 get all 5 driver disks to become the tgz archive that is the modules
 needed for a woody install.
 thanks in advance.
 
 -- 
 Shaun Oliver
 Becareful of the toes u step on today, they maybe connected to the ass you have to 
 kiss tomorrow!
 
 EMAIL: [EMAIL PROTECTED]
 ICQ: 76958435
 YAHOO: blindman01_2000
 MSN: [EMAIL PROTECTED]
 AIM: captain nemo 200
 IRC: irc.awesomechat.net:
 IRCNICK: blindman
 CHANNELS: #awesomeradio #mircpopup-magic #linux #help #ourworld #audiofile #mauisun
-- 
Regards,

Kevin Saenz
 
Spinaweb
I.T consultants
 
Ph: 02 4620 5130
Fax: 02 4625 9243
Mobile: 0418455661
Web: http://www.spinaweb.com.au

-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


Re: [SLUG] creating a bootable iso image

2003-10-09 Thread Felix Sheldon

The driver floppy images are 512 bytes of 'junk' then a chunk of the
drivers.tgz file.

So, to get drivers.tgz back, try this lot:

dd if=drv14-1.bin of=d1 bs=512 skip=1
dd if=drv14-2.bin of=d2 bs=512 skip=1
dd if=drv14-3.bin of=d3 bs=512 skip=1
dd if=drv14-4.bin of=d4 bs=512 skip=1
dd if=drv14-5.bin of=d5 bs=512 skip=1

cat d1 d2 d3 d4 d5  drivers.tgz


Let us know how that goes.


On Fri, 2003-10-10 at 12:58, Shaun Oliver wrote:
 hi all,
 I want to create a bootable iso for debian woody.
 mainly for my own benefit but if I can get it wo rowk well enough, I'd
 consider publishing it.
 I have here the speakup boot floppies frank made a while back with
 kernel 2.4.17
 as well as driver disks.
 1. how would I go about creating the image and 2. how would I use dd to
 get all 5 driver disks to become the tgz archive that is the modules
 needed for a woody install.
 thanks in advance.
 


-- 
Felix Sheldon [EMAIL PROTECTED]

-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug