I believe it's normal for the disk to be read-only to normal users. For write access it has to be accessed by root or mounted with additional options.
To find out which device the disk is on you can issue the mount command with no additional options. It will list all currently mounted storage devices and their mount points. What sda or sdb devices are listed in /dev? It may help to use the chroot method to install grub.
1. cd /media/disk
2. sudo chroot .
3. sudo grub-install
4. exit
If you need to edit the device.map the way to do it is to open gedit from the commandline with sudo
sudo gedit /boot/grub/device.map
Quote:
I have a laptop which does not like Harddisks. Means it simply dies and needs about 2 - 3 days to recover.
|
I'm curious. How exactly does it die and why does it take x days to recover?