(note: I updated the title of the thread, as it seems this is a WD2500KS specific problem)
Hi All
Now it's my time to ask for help.
I just added a second SATA drive to my system, and I am having nasty problems mounting it. This is the third disk in the system (2 SATAS and one IDE)
The new drive has been successfully partitioned with gparted. However, when I mount a partition and try to copy data over the new disk, it fails.
The error message I have been seeing is confusing. Some times it seems to indicate that the fs is readonly. Sometimes, that there is no room in the device. I am mounting the partitions with the System Settings tool. I mount them as ext3 (as they are), and I don't choose readonly. As a mount point though, instead of using the /media/sd1, /media/sd2, etc automatically added by kubuntu, I am typing in /new_home , /new_root , that is, custom mount points in / . Oddly enough, I just noticed that it seems that data seem to be copied to the wrong place. For example:
/new_home is mounted in /dev/sdb3 (NEW SATA drive).
/ is mounted in /dev/sda1
When I copy a large amount of data to /new_home (after mounting it), instead of filling /dev/sdb3 , the data is trying to fill the root directory ! (/dev/sda1). This operation fails because there is not enough space in /dev/sda1.
So, it seems as if the mountpoint is being treated as a regular directory in the root directory of the system (as opposed to a real mount point, representing another partition).
Why is that ? I have a few candidates:
* maybe in kubuntu Dapper you need to use /media/whatever as a mountpoint ? (I've been mounting partitions for years with no problems)
* maybe this is a RAID issue ? The MoBo has a RAID controller, that I haven't configured at all. I have no experience with RAID, whatsoever
* maybe this is a hardware problem ? This is a SATA II disk, on a SATA controller, I had to revert the disk back to SATA with a Jumper
Any help would be greatly appreciated.
Hi All
Now it's my time to ask for help.
I just added a second SATA drive to my system, and I am having nasty problems mounting it. This is the third disk in the system (2 SATAS and one IDE)
The new drive has been successfully partitioned with gparted. However, when I mount a partition and try to copy data over the new disk, it fails.
The error message I have been seeing is confusing. Some times it seems to indicate that the fs is readonly. Sometimes, that there is no room in the device. I am mounting the partitions with the System Settings tool. I mount them as ext3 (as they are), and I don't choose readonly. As a mount point though, instead of using the /media/sd1, /media/sd2, etc automatically added by kubuntu, I am typing in /new_home , /new_root , that is, custom mount points in / . Oddly enough, I just noticed that it seems that data seem to be copied to the wrong place. For example:
/new_home is mounted in /dev/sdb3 (NEW SATA drive).
/ is mounted in /dev/sda1
When I copy a large amount of data to /new_home (after mounting it), instead of filling /dev/sdb3 , the data is trying to fill the root directory ! (/dev/sda1). This operation fails because there is not enough space in /dev/sda1.
So, it seems as if the mountpoint is being treated as a regular directory in the root directory of the system (as opposed to a real mount point, representing another partition).
Why is that ? I have a few candidates:
* maybe in kubuntu Dapper you need to use /media/whatever as a mountpoint ? (I've been mounting partitions for years with no problems)
* maybe this is a RAID issue ? The MoBo has a RAID controller, that I haven't configured at all. I have no experience with RAID, whatsoever
* maybe this is a hardware problem ? This is a SATA II disk, on a SATA controller, I had to revert the disk back to SATA with a Jumper
Any help would be greatly appreciated.
Comment