You are not logged in.

#1 2008-01-11 18:05:26

hanno
Member
From: Europe
Registered: 2008-01-11
Posts: 10

*urgent* Accidently changed partition table on main HD

Hello there,
first of all, I#m running Arch for 3 months now and I have to say its a great easy and simple distro!
In the beginning I hab some problem, but that was kind of expectable because i never used Linux at all before.

Now I ran into a serious problem, while trying to create a bootable USB Stick i accidently deleted my whole partition table using fdisk. But so far its not worse because it wants to apply the changes on next startup.
I tried gparted to check if there is any information left about my structure, but it declares the whole disk as unalocated space. (even if my kernel does not, yet)

fdisk gave me this output?

root /home/hanno/mnt/usb #  fdisk /dev/sda

The number of cylinders for this disk is set to 3648.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
   (e.g., DOS FDISK, OS/2 FDISK)

Command (m for help): d
Partition number (1-4): 1

Command (m for help): d
Partition number (1-4): 2

Command (m for help): d
Partition number (1-4): 3

Command (m for help): d
Partition number (1-4): 4

Command (m for help): d
No partition is defined yet!

Command (m for help): w
The partition table has been altered!

Calling ioctl() to re-read partition table.

WARNING: Re-reading the partition table failed with error 16: Device or res  
ource busy.
The kernel still uses the old table.
The new table will be used at the next reboot.
Syncing disks.

OK it was idiotic, but now i need help... wink

Is there a possibility to undo the chanes before I have to reboot next time an stand with an emty hard disk?


a man on the move
and just sick enough
to be totally confident

Offline

#2 2008-01-11 18:09:11

daf666
Member
Registered: 2007-04-08
Posts: 470
Website

Re: *urgent* Accidently changed partition table on main HD

First of all backup all of your information right now...:cool:

Offline

#3 2008-01-11 18:12:02

hanno
Member
From: Europe
Registered: 2008-01-11
Posts: 10

Re: *urgent* Accidently changed partition table on main HD

daf666 wrote:

First of all backup all of your information right now...:cool:

Like this or what would be the right way

cp * /mnt/usbdisk

?


a man on the move
and just sick enough
to be totally confident

Offline

#4 2008-01-11 18:14:37

daf666
Member
Registered: 2007-04-08
Posts: 470
Website

Re: *urgent* Accidently changed partition table on main HD

cp -a /* /mnt/usb/

After you recreate the partition (by booting from the Arch cd) you can copy all the stuff back, it will probably work.

Last edited by daf666 (2008-01-11 18:16:57)

Offline

#5 2008-01-11 20:55:21

Misfit138
Misfit Emeritus
From: USA
Registered: 2006-11-27
Posts: 4,189

Re: *urgent* Accidently changed partition table on main HD

If you remember the details of your partition table before you nuked it, you can re-create it from a live cd, and quite possibly, save all your data.
I once accidentally repartitioned an NTFS volume as ext3, which rendered it unbootable. I changed it back through cfdisk and all was well again on next boot.

Offline

#6 2008-01-11 21:21:24

hightower
Member
Registered: 2006-04-02
Posts: 182

Re: *urgent* Accidently changed partition table on main HD

"cat /proc/partitions" can give you some information about your partitions.
In /sys/block there is a directory called sda, there you'll find folders named after your partitions. Check these directories for the file "start" and you gain some more information.

Additionally you can run "sfdisk /dev/sda" (as root) and/or "testdisk" (in community)

hightower

Last edited by hightower (2008-01-11 21:32:33)

Offline

#7 2008-01-11 21:50:25

hanno
Member
From: Europe
Registered: 2008-01-11
Posts: 10

Re: *urgent* Accidently changed partition table on main HD

Ok, here's my status:
First I tried a tool called gpart, which scans the harddisk and afterward guesses its (lost) partition table.
Sounds cool, dut didn'd work in my case.

And as usural I just can't remember on which cylinder which partition started/ended with.

So I'm now in the middle of cp -a /* /mnt/usb/ and that will take some more hours because the computer has only USB 1.1 support...

Can I copy the data back the same way, after installin Arch from CD?
(thing is, /boot,/ ,/home and swap had been on different primay partitions)
so I take the Arch install CD, partition my harddrive install grub, check fstab and then do

cp -a /mnt/usb /*

is that right?


a man on the move
and just sick enough
to be totally confident

Offline

#8 2008-01-11 21:51:50

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: *urgent* Accidently changed partition table on main HD

The last time I blew up my partition table (it was a month or so ago), I was able to save it with 'testdisk' from community, which is an amazing app.

Offline

#9 2008-01-11 22:39:53

hanno
Member
From: Europe
Registered: 2008-01-11
Posts: 10

Re: *urgent* Accidently changed partition table on main HD

Alright, I'll try that when my backup is finished wink At the moment I'd rather not touch the System...

By the way (and a little OT) can someone tell me how to put the Arch install CD on a USB Flash device and make it bootable? I tried a HOWTO about Damn Small Linux but it seems that it wouldn't work out for Arch..


a man on the move
and just sick enough
to be totally confident

Offline

#10 2008-01-11 23:16:42

hanno
Member
From: Europe
Registered: 2008-01-11
Posts: 10

Re: *urgent* Accidently changed partition table on main HD

root / #  cp -a /* /home/hanno/mnt/usb/
cp: cannot copy a directory, `/home', into itself, `/home/hanno/mnt/usb/home'
cp: cannot copy a directory, `/home', into itself, `/home/hanno/mnt/usb/home'
cp: cannot copy a directory, `/home', into itself, `/home/hanno/mnt/usb/home'
cp: cannot copy a directory, `/home', into itself, `/home/hanno/mnt/usb/home'
cp: cannot copy a directory, `/home', into itself, `/home/hanno/mnt/usb/home'
cp: cannot open `/proc/acpi/event' for reading: Device or resource busy
cp: cannot open `/proc/sys/net/ipv4/route/flush' for reading: Permission denied
cp: cannot open `/proc/sys/net/ipv6/route/flush' for reading: Permission denied
cp: cannot read symbolic link `/proc/2/task/2/exe': No such file or directory
cp: cannot read symbolic link `/proc/2/exe': No such file or directory
cp: cannot read symbolic link `/proc/3/task/3/exe': No such file or directory
cp: cannot read symbolic link `/proc/3/exe': No such file or directory
cp: cannot read symbolic link `/proc/4/task/4/exe': No such file or directory
cp: cannot read symbolic link `/proc/4/exe': No such file or directory
cp: cannot read symbolic link `/proc/5/task/5/exe': No such file or directory
cp: cannot read symbolic link `/proc/5/exe': No such file or directory
cp: cannot read symbolic link `/proc/6/task/6/exe': No such file or directory
cp: cannot read symbolic link `/proc/6/exe': No such file or directory
cp: cannot read symbolic link `/proc/7/task/7/exe': No such file or directory
cp: cannot read symbolic link `/proc/7/exe': No such file or directory
cp: cannot read symbolic link `/proc/42/task/42/exe': No such file or directory
cp: cannot read symbolic link `/proc/42/exe': No such file or directory
cp: cannot read symbolic link `/proc/45/task/45/exe': No such file or directory
cp: cannot read symbolic link `/proc/45/exe': No such file or directory
cp: cannot read symbolic link `/proc/46/task/46/exe': No such file or directory
cp: cannot read symbolic link `/proc/46/exe': No such file or directory
cp: cannot read symbolic link `/proc/150/task/150/exe': No such file or directory
cp: cannot read symbolic link `/proc/150/exe': No such file or directory
cp: cannot read symbolic link `/proc/179/task/179/exe': No such file or directory
cp: cannot read symbolic link `/proc/179/exe': No such file or directory
cp: cannot read symbolic link `/proc/236/task/236/exe': No such file or directory
cp: cannot read symbolic link `/proc/236/exe': No such file or directory
cp: cannot read symbolic link `/proc/320/task/320/exe': No such file or directory
cp: cannot read symbolic link `/proc/320/exe': No such file or directory
cp: cannot read symbolic link `/proc/383/task/383/exe': No such file or directory
cp: cannot read symbolic link `/proc/383/exe': No such file or directory
cp: cannot read symbolic link `/proc/395/task/395/exe': No such file or directory
cp: cannot read symbolic link `/proc/395/exe': No such file or directory
cp: cannot read symbolic link `/proc/396/task/396/exe': No such file or directory
cp: cannot read symbolic link `/proc/396/exe': No such file or directory
cp: cannot read symbolic link `/proc/405/task/405/exe': No such file or directory
cp: cannot read symbolic link `/proc/405/exe': No such file or directory
cp: cannot read symbolic link `/proc/407/task/407/exe': No such file or directory
cp: cannot read symbolic link `/proc/407/exe': No such file or directory
cp: cannot read symbolic link `/proc/1303/task/1303/exe': No such file or directory
cp: cannot read symbolic link `/proc/1303/exe': No such file or directory
cp: cannot read symbolic link `/proc/1331/task/1331/exe': No such file or directory
cp: cannot read symbolic link `/proc/1331/exe': No such file or directory
cp: cannot read symbolic link `/proc/1366/task/1366/exe': No such file or directory
cp: cannot read symbolic link `/proc/1366/exe': No such file or directory
cp: cannot read symbolic link `/proc/1372/task/1372/exe': No such file or directory
cp: cannot read symbolic link `/proc/1372/exe': No such file or directory
cp: cannot read symbolic link `/proc/1400/task/1400/exe': No such file or directory
cp: cannot read symbolic link `/proc/1400/exe': No such file or directory
cp: cannot read symbolic link `/proc/1401/task/1401/exe': No such file or directory
cp: cannot read symbolic link `/proc/1401/exe': No such file or directory
cp: cannot read symbolic link `/proc/1402/task/1402/exe': No such file or directory
cp: cannot read symbolic link `/proc/1402/exe': No such file or directory
cp: cannot read symbolic link `/proc/1456/task/1456/exe': No such file or directory
cp: cannot read symbolic link `/proc/1456/exe': No such file or directory
cp: cannot read symbolic link `/proc/3840/task/3840/exe': No such file or directory
cp: cannot read symbolic link `/proc/3840/exe': No such file or directory
cp: cannot read symbolic link `/proc/5262/task/5262/exe': No such file or directory
cp: cannot read symbolic link `/proc/5262/exe': No such file or directory
cp: cannot read symbolic link `/proc/5373/task/5373/exe': No such file or directory
cp: cannot read symbolic link `/proc/5373/exe': No such file or directory
cp: cannot read symbolic link `/proc/6758/task/6758/exe': No such file or directory
cp: cannot read symbolic link `/proc/6758/exe': No such file or directory
cp: cannot read symbolic link `/proc/6789/task/6789/exe': No such file or directory
cp: cannot read symbolic link `/proc/6789/exe': No such file or directory
cp: cannot read symbolic link `/proc/8321/task/8321/exe': No such file or directory
cp: cannot read symbolic link `/proc/8321/exe': No such file or directory
cp: cannot read symbolic link `/proc/8782/task/8782/exe': No such file or directory
cp: cannot read symbolic link `/proc/8782/exe': No such file or directory
cp: cannot read symbolic link `/proc/8783/task/8783/exe': No such file or directory
cp: cannot read symbolic link `/proc/8783/exe': No such file or directory
cp: cannot read symbolic link `/proc/8957/task/8957/exe': No such file or directory
cp: cannot read symbolic link `/proc/8957/exe': No such file or directory
cp: cannot stat `/proc/8996/task/8996/fd/3': No such file or directory
cp: cannot stat `/proc/8996/task/8996/fdinfo/3': No such file or directory
cp: cannot stat `/proc/8996/fd/3': No such file or directory
cp: cannot stat `/proc/8996/fdinfo/3': No such file or directory
cp: cannot stat `/proc/9081': No such file or directory
cp: cannot read symbolic link `/proc/9091/task/9091/exe': No such file or directory
cp: cannot read symbolic link `/proc/9091/exe': No such file or directory
cp: cannot stat `/proc/9093': No such file or directory
cp: reading `/sys/slab/isofs_inode_cache/free_calls': Function not implemented
cp: reading `/sys/slab/isofs_inode_cache/alloc_calls': Function not implemented
cp: reading `/sys/slab/fat_inode_cache/free_calls': Function not implemented
cp: reading `/sys/slab/fat_inode_cache/alloc_calls': Function not implemented
cp: reading `/sys/slab/fat_cache/free_calls': Function not implemented
cp: reading `/sys/slab/fat_cache/alloc_calls': Function not implemented
cp: reading `/sys/slab/:0000704/free_calls': Function not implemented
cp: reading `/sys/slab/:0000704/alloc_calls': Function not implemented
cp: reading `/sys/slab/:0000672/free_calls': Function not implemented
cp: reading `/sys/slab/:0000672/alloc_calls': Function not implemented
cp: reading `/sys/slab/:0001376/free_calls': Function not implemented
cp: reading `/sys/slab/:0001376/alloc_calls': Function not implemented
cp: reading `/sys/slab/ext2_inode_cache/free_calls': Function not implemented
cp: reading `/sys/slab/ext2_inode_cache/alloc_calls': Function not implemented
cp: reading `/sys/slab/:0000368/free_calls': Function not implemented
cp: reading `/sys/slab/:0000368/alloc_calls': Function not implemented
cp: reading `/sys/slab/fuse_inode/free_calls': Function not implemented
cp: reading `/sys/slab/fuse_inode/alloc_calls': Function not implemented
cp: reading `/sys/slab/ext3_inode_cache/free_calls': Function not implemented
cp: reading `/sys/slab/ext3_inode_cache/alloc_calls': Function not implemented
cp: reading `/sys/slab/:a-0000048/free_calls': Function not implemented
cp: reading `/sys/slab/:a-0000048/alloc_calls': Function not implemented
cp: reading `/sys/slab/:d-0000512/free_calls': Function not implemented
cp: reading `/sys/slab/:d-0000512/alloc_calls': Function not implemented
cp: reading `/sys/slab/:0000320/free_calls': Function not implemented
cp: reading `/sys/slab/:0000320/alloc_calls': Function not implemented
cp: reading `/sys/slab/rpc_inode_cache/free_calls': Function not implemented
cp: reading `/sys/slab/rpc_inode_cache/alloc_calls': Function not implemented
cp: reading `/sys/slab/mqueue_inode_cache/free_calls': Function not implemented
cp: reading `/sys/slab/mqueue_inode_cache/alloc_calls': Function not implemented
cp: reading `/sys/slab/nfs_inode_cache/free_calls': Function not implemented
cp: reading `/sys/slab/nfs_inode_cache/alloc_calls': Function not implemented
cp: reading `/sys/slab/:a-0000160/free_calls': Function not implemented
cp: reading `/sys/slab/:a-0000160/alloc_calls': Function not implemented
cp: reading `/sys/slab/:0000224/free_calls': Function not implemented
cp: reading `/sys/slab/:0000224/alloc_calls': Function not implemented
cp: reading `/sys/slab/:0000096/free_calls': Function not implemented
cp: reading `/sys/slab/:0000096/alloc_calls': Function not implemented
cp: reading `/sys/slab/:0000192/free_calls': Function not implemented
cp: reading `/sys/slab/:0000192/alloc_calls': Function not implemented
cp: reading `/sys/slab/:0000008/free_calls': Function not implemented
cp: reading `/sys/slab/:0000008/alloc_calls': Function not implemented
cp: reading `/sys/slab/:0000016/free_calls': Function not implemented
cp: reading `/sys/slab/:0000016/alloc_calls': Function not implemented
cp: reading `/sys/slab/:0000032/free_calls': Function not implemented
cp: reading `/sys/slab/:0000032/alloc_calls': Function not implemented
cp: reading `/sys/slab/:0000064/free_calls': Function not implemented
cp: reading `/sys/slab/:0000064/alloc_calls': Function not implemented
cp: reading `/sys/slab/:0000128/free_calls': Function not implemented
cp: reading `/sys/slab/:0000128/alloc_calls': Function not implemented
cp: reading `/sys/slab/:0000256/free_calls': Function not implemented
cp: reading `/sys/slab/:0000256/alloc_calls': Function not implemented
cp: reading `/sys/slab/:0000512/free_calls': Function not implemented
cp: reading `/sys/slab/:0000512/alloc_calls': Function not implemented
cp: reading `/sys/slab/:0001024/free_calls': Function not implemented
cp: reading `/sys/slab/:0001024/alloc_calls': Function not implemented
cp: reading `/sys/slab/:0002048/free_calls': Function not implemented
cp: reading `/sys/slab/:0002048/alloc_calls': Function not implemented
cp: reading `/sys/slab/:0004096/free_calls': Function not implemented
cp: reading `/sys/slab/:0004096/alloc_calls': Function not implemented
cp: reading `/sys/slab/:0008192/free_calls': Function not implemented
cp: reading `/sys/slab/:0008192/alloc_calls': Function not implemented
cp: reading `/sys/slab/:0016384/free_calls': Function not implemented
cp: reading `/sys/slab/:0016384/alloc_calls': Function not implemented
cp: reading `/sys/slab/:0032768/free_calls': Function not implemented
cp: reading `/sys/slab/:0032768/alloc_calls': Function not implemented
cp: reading `/sys/slab/:0065536/free_calls': Function not implemented
cp: reading `/sys/slab/:0065536/alloc_calls': Function not implemented
cp: reading `/sys/slab/:0131072/free_calls': Function not implemented
cp: reading `/sys/slab/:0131072/alloc_calls': Function not implemented
cp: reading `/sys/slab/:0262144/free_calls': Function not implemented
cp: reading `/sys/slab/:0262144/alloc_calls': Function not implemented
cp: reading `/sys/slab/:0524288/free_calls': Function not implemented
cp: reading `/sys/slab/:0524288/alloc_calls': Function not implemented
cp: reading `/sys/slab/:1048576/free_calls': Function not implemented
cp: reading `/sys/slab/:1048576/alloc_calls': Function not implemented
cp: reading `/sys/slab/:2097152/free_calls': Function not implemented
cp: reading `/sys/slab/:2097152/alloc_calls': Function not implemented
cp: reading `/sys/slab/:4194304/free_calls': Function not implemented
cp: reading `/sys/slab/:4194304/alloc_calls': Function not implemented
cp: reading `/sys/slab/:0000040/free_calls': Function not implemented
cp: reading `/sys/slab/:0000040/alloc_calls': Function not implemented
cp: reading `/sys/slab/anon_vma/free_calls': Function not implemented
cp: reading `/sys/slab/anon_vma/alloc_calls': Function not implemented
cp: reading `/sys/slab/:0001344/free_calls': Function not implemented
cp: reading `/sys/slab/:0001344/alloc_calls': Function not implemented
cp: reading `/sys/slab/sighand_cache/free_calls': Function not implemented
cp: reading `/sys/slab/sighand_cache/alloc_calls': Function not implemented
cp: reading `/sys/slab/:0000448/free_calls': Function not implemented
cp: reading `/sys/slab/:0000448/alloc_calls': Function not implemented
cp: reading `/sys/slab/:0000384/free_calls': Function not implemented
cp: reading `/sys/slab/:0000384/alloc_calls': Function not implemented
cp: reading `/sys/slab/:0000088/free_calls': Function not implemented
cp: reading `/sys/slab/:0000088/alloc_calls': Function not implemented
cp: reading `/sys/slab/:0000480/free_calls': Function not implemented
cp: reading `/sys/slab/:0000480/alloc_calls': Function not implemented
cp: reading `/sys/slab/:a-0000056/free_calls': Function not implemented
cp: reading `/sys/slab/:a-0000056/alloc_calls': Function not implemented
cp: reading `/sys/slab/idr_layer_cache/free_calls': Function not implemented
cp: reading `/sys/slab/idr_layer_cache/alloc_calls': Function not implemented
cp: reading `/sys/slab/:0000160/free_calls': Function not implemented
cp: reading `/sys/slab/:0000160/alloc_calls': Function not implemented
cp: reading `/sys/slab/:a-0000136/free_calls': Function not implemented
cp: reading `/sys/slab/:a-0000136/alloc_calls': Function not implemented
cp: reading `/sys/slab/inode_cache/free_calls': Function not implemented
cp: reading `/sys/slab/inode_cache/alloc_calls': Function not implemented
cp: reading `/sys/slab/:0000056/free_calls': Function not implemented
cp: reading `/sys/slab/:0000056/alloc_calls': Function not implemented
cp: reading `/sys/slab/bdev_cache/free_calls': Function not implemented
cp: reading `/sys/slab/bdev_cache/alloc_calls': Function not implemented
cp: reading `/sys/slab/radix_tree_node/free_calls': Function not implemented
cp: reading `/sys/slab/radix_tree_node/alloc_calls': Function not implemented
cp: reading `/sys/slab/:0000144/free_calls': Function not implemented
cp: reading `/sys/slab/:0000144/alloc_calls': Function not implemented
cp: reading `/sys/slab/proc_inode_cache/free_calls': Function not implemented
cp: reading `/sys/slab/proc_inode_cache/alloc_calls': Function not implemented
cp: reading `/sys/slab/:0000024/free_calls': Function not implemented
cp: reading `/sys/slab/:0000024/alloc_calls': Function not implemented
cp: reading `/sys/slab/:0000048/free_calls': Function not implemented
cp: reading `/sys/slab/:0000048/alloc_calls': Function not implemented
cp: reading `/sys/slab/file_lock_cache/free_calls': Function not implemented
cp: reading `/sys/slab/file_lock_cache/alloc_calls': Function not implemented
cp: reading `/sys/slab/sock_inode_cache/free_calls': Function not implemented
cp: reading `/sys/slab/sock_inode_cache/alloc_calls': Function not implemented
cp: reading `/sys/slab/:0000768/free_calls': Function not implemented
cp: reading `/sys/slab/:0000768/alloc_calls': Function not implemented
cp: reading `/sys/slab/:0001536/free_calls': Function not implemented
cp: reading `/sys/slab/:0001536/alloc_calls': Function not implemented
cp: reading `/sys/slab/:0003072/free_calls': Function not implemented
cp: reading `/sys/slab/:0003072/alloc_calls': Function not implemented
cp: reading `/sys/slab/:0001032/free_calls': Function not implemented
cp: reading `/sys/slab/:0001032/alloc_calls': Function not implemented
cp: reading `/sys/slab/:0000104/free_calls': Function not implemented
cp: reading `/sys/slab/:0000104/alloc_calls': Function not implemented
cp: reading `/sys/slab/:0001248/free_calls': Function not implemented
cp: reading `/sys/slab/:0001248/alloc_calls': Function not implemented
cp: reading `/sys/slab/:0000576/free_calls': Function not implemented
cp: reading `/sys/slab/:0000576/alloc_calls': Function not implemented
cp: reading `/sys/slab/:0000544/free_calls': Function not implemented
cp: reading `/sys/slab/:0000544/alloc_calls': Function not implemented
cp: reading `/sys/slab/:0000288/free_calls': Function not implemented
cp: reading `/sys/slab/:0000288/alloc_calls': Function not implemented
cp: reading `/sys/slab/:0000136/free_calls': Function not implemented
cp: reading `/sys/slab/:0000136/alloc_calls': Function not implemented
cp: reading `/sys/slab/shmem_inode_cache/free_calls': Function not implemented
cp: reading `/sys/slab/shmem_inode_cache/alloc_calls': Function not implemented
cp: cannot open `/sys/block/sdc/sdc1/uevent' for reading: Permission denied
cp: cannot open `/sys/block/sdc/uevent' for reading: Permission denied
cp: cannot open `/sys/block/sr0/uevent' for reading: Permission denied
cp: cannot open `/sys/block/sda/sda4/uevent' for reading: Permission denied
cp: cannot open `/sys/block/sda/sda3/uevent' for reading: Permission denied
cp: cannot open `/sys/block/sda/sda2/uevent' for reading: Permission denied
cp: cannot open `/sys/block/sda/sda1/uevent' for reading: Permission denied
cp: cannot open `/sys/block/sda/uevent' for reading: Permission denied
cp: cannot open `/sys/block/loop7/uevent' for reading: Permission denied
cp: cannot open `/sys/block/loop6/uevent' for reading: Permission denied
cp: cannot open `/sys/block/loop5/uevent' for reading: Permission denied
cp: cannot open `/sys/block/loop4/uevent' for reading: Permission denied
cp: cannot open `/sys/block/loop3/uevent' for reading: Permission denied
cp: cannot open `/sys/block/loop2/uevent' for reading: Permission denied
cp: cannot open `/sys/block/loop1/uevent' for reading: Permission denied
cp: cannot open `/sys/block/loop0/uevent' for reading: Permission denied
cp: cannot open `/sys/block/ram15/uevent' for reading: Permission denied
cp: cannot open `/sys/block/ram14/uevent' for reading: Permission denied
cp: cannot open `/sys/block/ram13/uevent' for reading: Permission denied
cp: cannot open `/sys/block/ram12/uevent' for reading: Permission denied
cp: cannot open `/sys/block/ram11/uevent' for reading: Permission denied
cp: cannot open `/sys/block/ram10/uevent' for reading: Permission denied
cp: cannot open `/sys/block/ram9/uevent' for reading: Permission denied
cp: cannot open `/sys/block/ram8/uevent' for reading: Permission denied
cp: cannot open `/sys/block/ram7/uevent' for reading: Permission denied
cp: cannot open `/sys/block/ram6/uevent' for reading: Permission denied
cp: cannot open `/sys/block/ram5/uevent' for reading: Permission denied
cp: cannot open `/sys/block/ram4/uevent' for reading: Permission denied
cp: cannot open `/sys/block/ram3/uevent' for reading: Permission denied
cp: cannot open `/sys/block/ram2/uevent' for reading: Permission denied
cp: cannot open `/sys/block/ram1/uevent' for reading: Permission denied
cp: cannot open `/sys/block/ram0/uevent' for reading: Permission denied
cp: cannot open `/sys/class/drm/card0/uevent' for reading: Permission denied
cp: cannot open `/sys/class/printer/lp0/uevent' for reading: Permission denied
cp: cannot open `/sys/class/video_output/acpi_video2/uevent' for reading: Permission denied
cp: cannot open `/sys/class/video_output/acpi_video1/uevent' for reading: Permission denied
cp: cannot open `/sys/class/video_output/acpi_video0/uevent' for reading: Permission denied
cp: cannot open `/sys/class/scsi_generic/sg2/uevent' for reading: Permission denied
cp: cannot open `/sys/class/scsi_generic/sg1/uevent' for reading: Permission denied
cp: cannot open `/sys/class/scsi_generic/sg0/uevent' for reading: Permission denied
cp: cannot open `/sys/class/usb_host/usb_host3/uevent' for reading: Permission denied
cp: cannot open `/sys/class/usb_host/usb_host2/uevent' for reading: Permission denied
cp: cannot open `/sys/class/usb_host/usb_host1/uevent' for reading: Permission denied
cp: cannot open `/sys/class/scsi_disk/5:0:0:0/uevent' for reading: Permission denied
cp: cannot open `/sys/class/scsi_disk/0:0:0:0/uevent' for reading: Permission denied
cp: cannot open `/sys/class/bsg/5:0:0:0/uevent' for reading: Permission denied
cp: cannot open `/sys/class/bsg/1:0:0:0/uevent' for reading: Permission denied
cp: cannot open `/sys/class/bsg/0:0:0:0/uevent' for reading: Permission denied
cp: cannot open `/sys/class/hwmon/hwmon0/uevent' for reading: Permission denied
cp: cannot open `/sys/class/scsi_device/5:0:0:0/uevent' for reading: Permission denied
cp: cannot open `/sys/class/scsi_device/1:0:0:0/uevent' for reading: Permission denied
cp: cannot open `/sys/class/scsi_device/0:0:0:0/uevent' for reading: Permission denied
cp: cannot open `/sys/class/scsi_host/host5/scan' for reading: Permission denied
cp: cannot open `/sys/class/scsi_host/host5/uevent' for reading: Permission denied
cp: cannot open `/sys/class/scsi_host/host1/scan' for reading: Permission denied
cp: cannot open `/sys/class/scsi_host/host1/uevent' for reading: Permission denied
cp: cannot open `/sys/class/scsi_host/host0/scan' for reading: Permission denied
cp: cannot open `/sys/class/scsi_host/host0/uevent' for reading: Permission denied
cp: cannot open `/sys/class/pci_bus/0000:07/uevent' for reading: Permission denied
cp: cannot open `/sys/class/pci_bus/0000:03/uevent' for reading: Permission denied
cp: cannot open `/sys/class/pci_bus/0000:02/uevent' for reading: Permission denied
cp: cannot open `/sys/class/pci_bus/0000:01/uevent' for reading: Permission denied
cp: cannot open `/sys/class/pci_bus/0000:00/uevent' for reading: Permission denied
cp: cannot open `/sys/bus/ide/drivers_probe' for reading: Permission denied
cp: cannot open `/sys/bus/pcmcia/drivers_probe' for reading: Permission denied
cp: cannot open `/sys/bus/i2c/drivers_probe' for reading: Permission denied
cp: cannot open `/sys/bus/ac97/drivers_probe' for reading: Permission denied
cp: cannot open `/sys/bus/usb/drivers_probe' for reading: Permission denied
cp: cannot open `/sys/bus/usb/drivers/usb-storage/new_id' for reading: Permission denied
cp: cannot open `/sys/bus/usb/drivers/usb-storage/bind' for reading: Permission denied
cp: cannot open `/sys/bus/usb/drivers/usb-storage/unbind' for reading: Permission denied
cp: cannot open `/sys/bus/usb/drivers/ndiswrapper/new_id' for reading: Permission denied
cp: cannot open `/sys/bus/usb/drivers/ndiswrapper/bind' for reading: Permission denied
cp: cannot open `/sys/bus/usb/drivers/ndiswrapper/unbind' for reading: Permission denied
cp: cannot open `/sys/bus/usb/drivers/usb/bind' for reading: Permission denied
cp: cannot open `/sys/bus/usb/drivers/usb/unbind' for reading: Permission denied
cp: cannot open `/sys/bus/usb/drivers/hub/new_id' for reading: Permission denied
cp: cannot open `/sys/bus/usb/drivers/hub/bind' for reading: Permission denied
cp: cannot open `/sys/bus/usb/drivers/hub/unbind' for reading: Permission denied
cp: cannot open `/sys/bus/usb/drivers/usbfs/new_id' for reading: Permission denied
cp: cannot open `/sys/bus/usb/drivers/usbfs/bind' for reading: Permission denied
cp: cannot open `/sys/bus/usb/drivers/usbfs/unbind' for reading: Permission denied
cp: cannot open `/sys/bus/isa/drivers_probe' for reading: Permission denied
cp: cannot open `/sys/bus/pci_express/drivers_probe' for reading: Permission denied
cp: cannot open `/sys/bus/pci_express/drivers/aer/bind' for reading: Permission denied
cp: cannot open `/sys/bus/pci_express/drivers/aer/unbind' for reading: Permission denied
cp: cannot open `/sys/bus/serio/drivers_probe' for reading: Permission denied
cp: cannot open `/sys/bus/serio/drivers/psmouse/bind' for reading: Permission denied
cp: cannot open `/sys/bus/serio/drivers/psmouse/unbind' for reading: Permission denied
cp: cannot open `/sys/bus/serio/drivers/serio_raw/bind' for reading: Permission denied
cp: cannot open `/sys/bus/serio/drivers/serio_raw/unbind' for reading: Permission denied
cp: cannot open `/sys/bus/serio/drivers/sermouse/bind' for reading: Permission denied
cp: cannot open `/sys/bus/serio/drivers/sermouse/unbind' for reading: Permission denied
cp: cannot open `/sys/bus/serio/drivers/atkbd/bind' for reading: Permission denied
cp: cannot open `/sys/bus/serio/drivers/atkbd/unbind' for reading: Permission denied
cp: cannot open `/sys/bus/spi/drivers_probe' for reading: Permission denied
cp: cannot open `/sys/bus/scsi/drivers_probe' for reading: Permission denied
cp: cannot open `/sys/bus/scsi/drivers/sr/bind' for reading: Permission denied
cp: cannot open `/sys/bus/scsi/drivers/sr/unbind' for reading: Permission denied
cp: cannot open `/sys/bus/scsi/drivers/sd/bind' for reading: Permission denied
cp: cannot open `/sys/bus/scsi/drivers/sd/unbind' for reading: Permission denied
cp: cannot open `/sys/bus/pnp/drivers_probe' for reading: Permission denied
cp: cannot open `/sys/bus/pnp/drivers/nsc-ircc/bind' for reading: Permission denied
cp: cannot open `/sys/bus/pnp/drivers/nsc-ircc/unbind' for reading: Permission denied
cp: cannot open `/sys/bus/pnp/drivers/parport_pc/bind' for reading: Permission denied
cp: cannot open `/sys/bus/pnp/drivers/parport_pc/unbind' for reading: Permission denied
cp: cannot open `/sys/bus/pnp/drivers/rtc_cmos/bind' for reading: Permission denied
cp: cannot open `/sys/bus/pnp/drivers/rtc_cmos/unbind' for reading: Permission denied
cp: cannot open `/sys/bus/pnp/drivers/i8042 aux/bind' for reading: Permission denied
cp: cannot open `/sys/bus/pnp/drivers/i8042 aux/unbind' for reading: Permission denied
cp: cannot open `/sys/bus/pnp/drivers/i8042 kbd/bind' for reading: Permission denied
cp: cannot open `/sys/bus/pnp/drivers/i8042 kbd/unbind' for reading: Permission denied
cp: cannot open `/sys/bus/pnp/drivers/serial/bind' for reading: Permission denied
cp: cannot open `/sys/bus/pnp/drivers/serial/unbind' for reading: Permission denied
cp: cannot open `/sys/bus/pnp/drivers/system/bind' for reading: Permission denied
cp: cannot open `/sys/bus/pnp/drivers/system/unbind' for reading: Permission denied
cp: cannot open `/sys/bus/acpi/drivers_probe' for reading: Permission denied
cp: cannot open `/sys/bus/acpi/drivers/video/bind' for reading: Permission denied
cp: cannot open `/sys/bus/acpi/drivers/video/unbind' for reading: Permission denied
cp: cannot open `/sys/bus/acpi/drivers/thermal/bind' for reading: Permission denied
cp: cannot open `/sys/bus/acpi/drivers/thermal/unbind' for reading: Permission denied
cp: cannot open `/sys/bus/acpi/drivers/processor/bind' for reading: Permission denied
cp: cannot open `/sys/bus/acpi/drivers/processor/unbind' for reading: Permission denied
cp: cannot open `/sys/bus/acpi/drivers/fan/bind' for reading: Permission denied
cp: cannot open `/sys/bus/acpi/drivers/fan/unbind' for reading: Permission denied
cp: cannot open `/sys/bus/acpi/drivers/button/bind' for reading: Permission denied
cp: cannot open `/sys/bus/acpi/drivers/button/unbind' for reading: Permission denied
cp: cannot open `/sys/bus/acpi/drivers/battery/bind' for reading: Permission denied
cp: cannot open `/sys/bus/acpi/drivers/battery/unbind' for reading: Permission denied
cp: cannot open `/sys/bus/acpi/drivers/ac/bind' for reading: Permission denied
cp: cannot open `/sys/bus/acpi/drivers/ac/unbind' for reading: Permission denied
cp: cannot open `/sys/bus/acpi/drivers/thinkpad_hotkey/bind' for reading: Permission denied
cp: cannot open `/sys/bus/acpi/drivers/thinkpad_hotkey/unbind' for reading: Permission denied
cp: cannot open `/sys/bus/acpi/drivers/power/bind' for reading: Permission denied
cp: cannot open `/sys/bus/acpi/drivers/power/unbind' for reading: Permission denied
cp: cannot open `/sys/bus/acpi/drivers/pci_link/bind' for reading: Permission denied
cp: cannot open `/sys/bus/acpi/drivers/pci_link/unbind' for reading: Permission denied
cp: cannot open `/sys/bus/acpi/drivers/pci_root/bind' for reading: Permission denied
cp: cannot open `/sys/bus/acpi/drivers/pci_root/unbind' for reading: Permission denied
cp: cannot open `/sys/bus/acpi/drivers/ec/bind' for reading: Permission denied
cp: cannot open `/sys/bus/acpi/drivers/ec/unbind' for reading: Permission denied
cp: cannot open `/sys/bus/pci/drivers_probe' for reading: Permission denied
cp: cannot open `/sys/bus/pci/drivers/parport_pc/new_id' for reading: Permission denied
cp: cannot open `/sys/bus/pci/drivers/parport_pc/bind' for reading: Permission denied
cp: cannot open `/sys/bus/pci/drivers/parport_pc/unbind' for reading: Permission denied
cp: cannot open `/sys/bus/pci/drivers/yenta_cardbus/new_id' for reading: Permission denied
cp: cannot open `/sys/bus/pci/drivers/yenta_cardbus/bind' for reading: Permission denied
cp: cannot open `/sys/bus/pci/drivers/yenta_cardbus/unbind' for reading: Permission denied
cp: cannot open `/sys/bus/pci/drivers/i801_smbus/new_id' for reading: Permission denied
cp: cannot open `/sys/bus/pci/drivers/i801_smbus/bind' for reading: Permission denied
cp: cannot open `/sys/bus/pci/drivers/i801_smbus/unbind' for reading: Permission denied
cp: cannot open `/sys/bus/pci/drivers/shpchp/new_id' for reading: Permission denied
cp: cannot open `/sys/bus/pci/drivers/shpchp/bind' for reading: Permission denied
cp: cannot open `/sys/bus/pci/drivers/shpchp/unbind' for reading: Permission denied
cp: cannot open `/sys/bus/pci/drivers/uhci_hcd/new_id' for reading: Permission denied
cp: cannot open `/sys/bus/pci/drivers/uhci_hcd/bind' for reading: Permission denied
cp: cannot open `/sys/bus/pci/drivers/uhci_hcd/unbind' for reading: Permission denied
cp: cannot open `/sys/bus/pci/drivers/agpgart-intel/new_id' for reading: Permission denied
cp: cannot open `/sys/bus/pci/drivers/agpgart-intel/bind' for reading: Permission denied
cp: cannot open `/sys/bus/pci/drivers/agpgart-intel/unbind' for reading: Permission denied
cp: cannot open `/sys/bus/pci/drivers/Intel ICH/new_id' for reading: Permission denied
cp: cannot open `/sys/bus/pci/drivers/Intel ICH/bind' for reading: Permission denied
cp: cannot open `/sys/bus/pci/drivers/Intel ICH/unbind' for reading: Permission denied
cp: cannot open `/sys/bus/pci/drivers/ipw2200/new_id' for reading: Permission denied
cp: cannot open `/sys/bus/pci/drivers/ipw2200/bind' for reading: Permission denied
cp: cannot open `/sys/bus/pci/drivers/ipw2200/unbind' for reading: Permission denied
cp: cannot open `/sys/bus/pci/drivers/eepro100/new_id' for reading: Permission denied
cp: cannot open `/sys/bus/pci/drivers/eepro100/bind' for reading: Permission denied
cp: cannot open `/sys/bus/pci/drivers/eepro100/unbind' for reading: Permission denied
cp: cannot open `/sys/bus/pci/drivers/e100/new_id' for reading: Permission denied
cp: cannot open `/sys/bus/pci/drivers/e100/bind' for reading: Permission denied
cp: cannot open `/sys/bus/pci/drivers/e100/unbind' for reading: Permission denied
cp: cannot open `/sys/bus/pci/drivers/ndiswrapper/new_id' for reading: Permission denied
cp: cannot open `/sys/bus/pci/drivers/ndiswrapper/bind' for reading: Permission denied
cp: cannot open `/sys/bus/pci/drivers/ndiswrapper/unbind' for reading: Permission denied
cp: cannot open `/sys/bus/pci/drivers/ata_piix/new_id' for reading: Permission denied
cp: cannot open `/sys/bus/pci/drivers/ata_piix/bind' for reading: Permission denied
cp: cannot open `/sys/bus/pci/drivers/ata_piix/unbind' for reading: Permission denied
cp: cannot open `/sys/bus/pci/drivers/ata_generic/new_id' for reading: Permission denied
cp: cannot open `/sys/bus/pci/drivers/ata_generic/bind' for reading: Permission denied
cp: cannot open `/sys/bus/pci/drivers/ata_generic/unbind' for reading: Permission denied
cp: cannot open `/sys/bus/pci/drivers/serial/new_id' for reading: Permission denied
cp: cannot open `/sys/bus/pci/drivers/serial/bind' for reading: Permission denied
cp: cannot open `/sys/bus/pci/drivers/serial/unbind' for reading: Permission denied
cp: cannot open `/sys/bus/pci/drivers/pcieport-driver/new_id' for reading: Permission denied
cp: cannot open `/sys/bus/pci/drivers/pcieport-driver/bind' for reading: Permission denied
cp: cannot open `/sys/bus/pci/drivers/pcieport-driver/unbind' for reading: Permission denied
cp: cannot open `/sys/bus/platform/drivers_probe' for reading: Permission denied
cp: cannot open `/sys/bus/platform/drivers/nsc-ircc/bind' for reading: Permission denied
cp: cannot open `/sys/bus/platform/drivers/nsc-ircc/unbind' for reading: Permission denied
cp: cannot open `/sys/bus/platform/drivers/parport_pc/bind' for reading: Permission denied
cp: cannot open `/sys/bus/platform/drivers/parport_pc/unbind' for reading: Permission denied
cp: cannot open `/sys/bus/platform/drivers/pcspkr/bind' for reading: Permission denied
cp: cannot open `/sys/bus/platform/drivers/pcspkr/unbind' for reading: Permission denied
cp: cannot open `/sys/bus/platform/drivers/thinkpad_acpi/bind' for reading: Permission denied
cp: cannot open `/sys/bus/platform/drivers/thinkpad_acpi/unbind' for reading: Permission denied
cp: cannot open `/sys/bus/platform/drivers/i8042/bind' for reading: Permission denied
cp: cannot open `/sys/bus/platform/drivers/i8042/unbind' for reading: Permission denied
cp: cannot open `/sys/bus/platform/drivers/serial8250/bind' for reading: Permission denied
cp: cannot open `/sys/bus/platform/drivers/serial8250/unbind' for reading: Permission denied
cp: cannot open `/sys/bus/platform/drivers/vesafb/bind' for reading: Permission denied
cp: cannot open `/sys/bus/platform/drivers/vesafb/unbind' for reading: Permission denied
cp: reading `/sys/devices/pci0000:00/0000:00:1f.5/resource1': Input/output error
cp: reading `/sys/devices/pci0000:00/0000:00:1f.5/resource0': Input/output error
cp: reading `/sys/devices/pci0000:00/0000:00:1f.3/resource4': Input/output error
cp: cannot open `/sys/devices/pci0000:00/0000:00:1f.1/host1/target1:0:0/1:0:0:0/delete' for reading: Permission denied
cp: cannot open `/sys/devices/pci0000:00/0000:00:1f.1/host1/target1:0:0/1:0:0:0/rescan' for reading: Permission denied
cp: cannot open `/sys/devices/pci0000:00/0000:00:1f.1/host0/target0:0:0/0:0:0:0/delete' for reading: Permission denied
cp: cannot open `/sys/devices/pci0000:00/0000:00:1f.1/host0/target0:0:0/0:0:0:0/rescan' for reading: Permission denied
cp: reading `/sys/devices/pci0000:00/0000:00:1f.1/resource5': Input/output error
cp: reading `/sys/devices/pci0000:00/0000:00:1f.1/resource4': Input/output error
cp: reading `/sys/devices/pci0000:00/0000:00:1f.1/resource3': Input/output error
cp: reading `/sys/devices/pci0000:00/0000:00:1f.1/resource2': Input/output error
cp: reading `/sys/devices/pci0000:00/0000:00:1f.1/resource1': Input/output error
cp: reading `/sys/devices/pci0000:00/0000:00:1f.1/resource0': Input/output error
cp: reading `/sys/devices/pci0000:00/0000:00:1e.0/0000:02:08.0/resource1': Input/output error
cp: reading `/sys/devices/pci0000:00/0000:00:1e.0/0000:02:08.0/resource0': Input/output error
cp: reading `/sys/devices/pci0000:00/0000:00:1e.0/0000:02:02.0/net/eth1/dormant': Invalid argument
cp: reading `/sys/devices/pci0000:00/0000:00:1e.0/0000:02:02.0/net/eth1/carrier': Invalid argument
cp: reading `/sys/devices/pci0000:00/0000:00:1e.0/0000:02:02.0/resource0': Input/output error
cp: reading `/sys/devices/pci0000:00/0000:00:1e.0/0000:02:00.1/pcmcia_socket/pcmcia_socket1/cis': No such device
cp: cannot open `/sys/devices/pci0000:00/0000:00:1e.0/0000:02:00.1/pcmcia_socket/pcmcia_socket1/card_eject' for reading: Permission denied
cp: cannot open `/sys/devices/pci0000:00/0000:00:1e.0/0000:02:00.1/pcmcia_socket/pcmcia_socket1/card_insert' for reading: Permission denied
cp: reading `/sys/devices/pci0000:00/0000:00:1e.0/0000:02:00.1/pcmcia_socket/pcmcia_socket1/card_vcc': No such device
cp: reading `/sys/devices/pci0000:00/0000:00:1e.0/0000:02:00.1/pcmcia_socket/pcmcia_socket1/card_vpp': No such device
cp: reading `/sys/devices/pci0000:00/0000:00:1e.0/0000:02:00.1/pcmcia_socket/pcmcia_socket1/card_voltage': No such device
cp: reading `/sys/devices/pci0000:00/0000:00:1e.0/0000:02:00.1/pcmcia_socket/pcmcia_socket1/card_type': No such device
cp: reading `/sys/devices/pci0000:00/0000:00:1e.0/0000:02:00.1/resource0': Input/output error
cp: reading `/sys/devices/pci0000:00/0000:00:1e.0/0000:02:00.0/pcmcia_socket/pcmcia_socket0/cis': No such device
cp: cannot open `/sys/devices/pci0000:00/0000:00:1e.0/0000:02:00.0/pcmcia_socket/pcmcia_socket0/card_eject' for reading: Permission denied
cp: cannot open `/sys/devices/pci0000:00/0000:00:1e.0/0000:02:00.0/pcmcia_socket/pcmcia_socket0/card_insert' for reading: Permission denied
cp: reading `/sys/devices/pci0000:00/0000:00:1e.0/0000:02:00.0/pcmcia_socket/pcmcia_socket0/card_vcc': No such device
cp: reading `/sys/devices/pci0000:00/0000:00:1e.0/0000:02:00.0/pcmcia_socket/pcmcia_socket0/card_vpp': No such device
cp: reading `/sys/devices/pci0000:00/0000:00:1e.0/0000:02:00.0/pcmcia_socket/pcmcia_socket0/card_voltage': No such device
cp: reading `/sys/devices/pci0000:00/0000:00:1e.0/0000:02:00.0/pcmcia_socket/pcmcia_socket0/card_type': No such device
cp: reading `/sys/devices/pci0000:00/0000:00:1e.0/0000:02:00.0/resource0': Input/output error
cp: reading `/sys/devices/pci0000:00/0000:00:1d.2/resource4': Input/output error
cp: cannot open `/sys/devices/pci0000:00/0000:00:1d.1/usb2/2-1/2-1:1.0/host5/target5:0:0/5:0:0:0/delete' for reading: Permission denied
cp: cannot open `/sys/devices/pci0000:00/0000:00:1d.1/usb2/2-1/2-1:1.0/host5/target5:0:0/5:0:0:0/rescan' for reading: Permission denied
cp: reading `/sys/devices/pci0000:00/0000:00:1d.1/resource4': Input/output error
cp: reading `/sys/devices/pci0000:00/0000:00:1d.0/resource4': Input/output error
cp: reading `/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/rom': Invalid argument
cp: reading `/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/resource3': Input/output error
cp: reading `/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/resource2': Input/output error
cp: reading `/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/resource1': Input/output error
cp: reading `/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/resource0': Input/output error
cp: reading `/sys/devices/pci0000:00/0000:00:00.0/resource0': Input/output error
cp: cannot open `/sys/devices/LNXSYSTM:00/device:00/PNP0A03:00/device:0a/device:0d/LNXIOBAY:00/eject' for reading: Permission denied
cp: cannot open `/sys/devices/LNXSYSTM:00/device:00/PNP0A03:00/device:01/PNP0700:00/device:02/eject' for reading: Permission denied
cp: reading `/sys/devices/virtual/net/irda0/dormant': Invalid argument
cp: reading `/sys/devices/virtual/net/irda0/carrier': Invalid argument
cp: cannot open `/sys/devices/virtual/graphics/fbcon/rotate_all' for reading: Permission denied
cp: reading `/sys/devices/platform/thinkpad_acpi/temp8_input': No such device or address
cp: reading `/sys/devices/platform/thinkpad_acpi/temp6_input': No such device or address
cp: reading `/sys/devices/platform/thinkpad_acpi/temp5_input': No such device or address
cp: reading `/sys/devices/platform/thinkpad_acpi/temp4_input': No such device or address
cp: cannot open `/sys/devices/platform/thinkpad_acpi/cmos_command' for reading: Permission denied
cp: cannot open `/sys/devices/platform/i8042/serio1/drvctl' for reading: Permission denied
cp: cannot open `/sys/devices/platform/i8042/serio0/drvctl' for reading: Permission denied
cp: reading `/sys/devices/platform/vesafb.0/graphics/fb0/bl_curve': No such device

Ok, guess it worked..!?
Will now try testdisk...


a man on the move
and just sick enough
to be totally confident

Offline

#11 2008-01-12 10:56:03

hightower
Member
Registered: 2006-04-02
Posts: 182

Re: *urgent* Accidently changed partition table on main HD

Check if your home directory was really copied!

hightower

Offline

#12 2008-01-12 13:32:35

hanno
Member
From: Europe
Registered: 2008-01-11
Posts: 10

Re: *urgent* Accidently changed partition table on main HD

Alright, i worked it all out, testdisk was able to recreate 3 of 4 Partitions, so i Just had to rebuild my /boot partition and reinstall grub, than modify /etc/fstab, because the order of sdaX devices somehow changed...
But now everything is back to normal.
Thank you a lot!


a man on the move
and just sick enough
to be totally confident

Offline

Board footer

Powered by FluxBB