[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: where did my ata drives go?



On Fri, 10 Sep 2010 11:53:29 -0400 (EDT), Rick Pasotto wrote:
> On Fri, Sep 10, 2010 at 11:22:47AM -0400, Stephen Powell wrote:
>> 
>> Hmm.  I'm wondering about the mount point, /hd0.  Maybe the mount
>> point doesn't exist.  Issue the following command:
>> 
>>    ls -Ald /hd0
>> 
>> What is the result?  Do you get something like
>> 
>>    steve@debian3:~$ ls -Ald /hd0
>>    drwxr-xr-x 2 root root 4096 Feb 10  2010 /hd0
>>    steve@debian3:~$
>> 
>> Or do you get something like
>> 
>>    steve@debian3:~$ ls -Ald /hd0
>>    ls: cannot access /hd0: No such file or directory
>>    steve@debian3:~$
> 
> niof:~# ls -Ald /hd0
> drwxrwxrwx 2 root root 4096 2005-09-05 11:08 /hd0
> niof:~# ls -a /hd0
> .  ..
> 
> Everything there looks as it should.

OK, good.  What happens if, after the system has booted,
you issue a manual mount command as root, using the new device
name?

   mount -t ext3 /dev/sdc1 /hd0

If that works, issue

   umount /hd0
   mount -t ext3 /dev/disk/by-uuid/03c23684-dea8-458d-b04b-0ae8a056cb0d /hd0

and see if that works.  If that works, try

   umount /hd0
   mount -t ext3 /dev/disk/by-label/hdb1

then try

   umount /hd0
   mount -t ext3 UUID=03c23684-dea8-458d-b04b-0ae8a056cb0d /hd0

then try

   umount /hd0
   mount -t ext3 LABEL=hdb1 /hd0

Which of the above work, and which do not?  What do you see when you issue

   cat /proc/partitions

?

-- 
  .''`.     Stephen Powell    
 : :'  :
 `. `'`
   `-


Reply to: