This is what I have been doing lately:
-
Random Posts
Archives
- September 2010 (1)
- August 2010 (4)
- July 2010 (2)
- June 2010 (1)
- May 2010 (3)
- April 2010 (4)
- March 2010 (3)
- February 2010 (3)
- January 2010 (5)
- December 2009 (2)
- November 2009 (3)
- October 2009 (1)
- September 2009 (5)
- August 2009 (3)
- July 2009 (1)
- June 2009 (3)
- May 2009 (2)
- April 2009 (7)
- March 2009 (12)
- February 2009 (10)
- January 2009 (5)
- December 2008 (4)
- November 2008 (11)
- October 2008 (6)
- September 2008 (7)
- August 2008 (3)
- July 2008 (8)
- June 2008 (6)
- May 2008 (5)
- April 2008 (7)
- March 2008 (6)
- February 2008 (3)
- January 2008 (6)
- December 2007 (11)
- November 2007 (10)
- October 2007 (7)
- September 2007 (9)
- August 2007 (3)
- July 2007 (7)
- June 2007 (8)
- May 2007 (14)
- April 2007 (11)
- March 2007 (18)
- February 2007 (14)
- January 2007 (15)
- December 2006 (16)
- November 2006 (10)
- October 2006 (7)
- September 2006 (8)
- August 2006 (8)
- July 2006 (6)
- June 2006 (4)
- May 2006 (13)
- April 2006 (10)
- March 2006 (11)
- February 2006 (7)
- January 2006 (14)
- December 2005 (8)
- November 2005 (6)
- October 2005 (7)
- September 2005 (2)
- August 2005 (6)
- July 2005 (2)
- June 2005 (6)
- May 2005 (15)
- April 2005 (12)
- March 2005 (3)
- February 2005 (8)
- January 2005 (3)
- December 2004 (1)
- November 2004 (2)
- October 2004 (2)
- September 2004 (3)
- August 2004 (3)
- July 2004 (3)
- June 2004 (3)
- May 2004 (6)
- April 2004 (10)
- March 2004 (12)
Seem that i’m the first one to post a comment on “Activity”
Hello
I just tumbled into your blog and i i ahve a question for you.
Are you quitting UoM?
Michael
Yes. As a matter of fact, I quit last Friday
How is life as a ‘free’ man? Are you less free now?
Today I “worked” from 9:00 to 17:00 with 1h of interruption to have lunch. So it seems that I am really less free…
Hi,
Geetanjalee here, your wife’s student of com.studies.
You had a lecture yest. on Technology convergence, actually i read something in connextion with this subject. Well it is about texting to locate nearby friends. Umesh Chandra of the Nokia Research Centre in Palo Alto is building a network protocol that will enable basic phones to connect via sms with server on the cellphone network to find which of your friends are in the area. The system would use location information based on the nearest cellphone base stations to sent a response. It locate the sender to within 300 metres.
It seems to be a great thing!!! i mean to me….
Looks nice
All the major companies and a lot of startups are busy inventing our future… and things look bright.
Bonjour Mr, Je suis un de vos Ex élève de MCCI. J’ai un petit problème. J’ai un serveur sme qui a crash et j’ai besoin de récuperer les données dessus. J’ai tout essayé mais je n’arrive toujours pas à les récuperer. Je ne sais pas si vous pouvez m’aider. Laissez moi savoir. Merci et bonne journée.
What have you tried? And what errors are you having? As far as I know, SME Server is based on CentOS Linux and, provided the disks are ok, you should be able to salvage the data.
So I have done like it was told on
http://pve.proxmox.com/wiki/SMEServer_LVM_Recovery_using_Knoppix_LiveCD#Taking_Remote_Control
As they need a server to work, I have removed the crashed hard Disk and installed a fresh copy of SME on another hard disk so that they can continue to work. But on the crashed hard disk, there is 500GB of work that need to be recuperated. I have installed the hard disk on another computer, downloaded knoppix, run the live cd, accessed it through a putty SSH and followed the steps. It was told in the document to mount the hard disk. And then I can see only grud and lost+found folders and not the folders that I needed for backup.
if you want, I can meet you somewhere and bring the computer with me
Did you have the boot loader (grub) on a separate partition from the rest?
Do a fdisk -l /dev/sdX and mount the partition containing the root of the disk. Use something like
mount -t ext3 /dev/sdXN /mnt/folder
Best tools i’ve used so far : spinrite
was last year, hfs+ formatted drive, fully recovered.
Also fails on another occasion, HDD was send to : http://www.krollontrack.com by post
disk with data was back within one month, almost 12K spent, sent me back new hdd with all data as it were on the drive + old unused drive.
Hope its of help to you guyz.
Here is the error that I have got with the command that you have sent me
root@Microknoppix:~# fdisk -l /dev/sdX
root@Microknoppix:~# mount -t ext3 /dev/sdXN /mnt/sdb
mount: special device /dev/sdXN does not exist
root@Microknoppix:~# mount -t ext3 /dev/sdb /mnt/sdb
mount: wrong fs type, bad option, bad superblock on /dev/sdb,
missing codepage or helper program, or other error
In some cases useful info is found in syslog – try
dmesg | tail or so
@Bernard,
You did use /dev/sdb1 (or 2 or 3… depending on the partition) instead of /dev/sdXN (literally)? What message do you get?
I did finally make the backup of the disc drive. It was a Chinese puzzle. But in the end I found the solution. Thank you so much for your assistance.
Here is the historical of the commands used:
7 dmesg | grep sdb
8 udevadm info –query=all –name=/dev/sdb
11 mdadm –examine –scan /dev/sdb* >> /etc/mdadm/mdadm.conf
12 /etc/init.d/mdadm start
13 /etc/init.d/mdadm-raid start
14 cat /proc/mdstat
23 mount /dev/sdc1 /mnt/sdc1
24 ls /mnt/sdc1
25 cd /mnt/sdc1
26 ls
28 mkdir testArno
29 cd testArno/
32 /etc/init.d/lvm2 stop
33 /etc/init.d/lvm2 start
34 vgscan
35 pvscan
36 vgdisplay
37 lvscan
38 mkdir /mnt/data
39 mount /dev/vg_primary/lv_root /mnt/data/
40 ls /mnt/data/
41 ls /mnt/data/home/e-smith/
42 ls /mnt/data/home/e-smith/files/
43 ls /mnt/data/home/e-smith/files/ibays/
44 ls /mnt/data/home/e-smith/files/ibays/Primary/
45 ls /mnt/data/home/e-smith/home
46 ls /mnt/data/home/e-smith/files/
47 ls /mnt/data/home/e-smith/files/users/
48 ls /mnt/data/home/e-smith/files/users/admin/home/
49 df /mnt/sdc1
50 mkdir backupSME_Admin_Bernard
51 cd backupSME_Admin_Bernard/
Thanks for sharing this, Bernard. LVM always complicates things