<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Steve,<br><br><pre>1. I have tried both front and rear usb ports. Both function the same - fails to detect the ext drive.<br>2. I have tried mount command again. Here is the output.<br>======================================================<br><style type="text/css">
        <!--
                @page { margin: 0.79in }
                P { margin-bottom: 0.08i</style></pre><p style="margin-bottom: 0in">ramesh@mozart:~$ sudo mount /dev/sdc1
/media/mnt</p>
<p style="margin-bottom: 0in">[sudo] password for ramesh: 
</p>
<p style="margin-bottom: 0in;"><b>mount: special device /dev/sdc1 does
not exist</b></p><p style="margin-bottom: 0in">ramesh@mozart:~$ sudo mount -t ext4
/dev/sdc1 /media/mnt</p>
<p style="margin-bottom: 0in;"><b>mount: special device /dev/sdc1 does
not exist</b></p><p style="margin-bottom: 0in;">=========================================</p><p style="margin-bottom: 0in;"><br></p><p style="margin-bottom: 0in;">3. The output from  "tail -f /var/log/syslog" is posted at <a href="http://www.kiduvinhouse.net/share/syslog.doc" target="_blank">http://www.kiduvinhouse.net/share/syslog.doc</a></p><p style="margin-bottom: 0in;"><br></p><p style="margin-bottom: 0in;">4. The external drive has only one partition as displayed by Gparted.  OS reporting eight partitions is obviously wrong. The "Disk Utilty" that comes with the OS also reports eight partitions - again wrongly.</p><p style="margin-bottom: 0in;"><br></p><p style="margin-bottom: 0in;">I appreciate your taking time to resolve the issue.</p><p style="margin-bottom: 0in;"><br></p><p style="margin-bottom: 0in;">Thanks,<br></p><p style="margin-bottom: 0in;">Ramesh<br></p><p style="margin-bottom: 0in;"><br></p>


<div>> From: steve@rileyz.net<br>> To: kubuntu-users@lists.ubuntu.com<br>> Subject: Re: External Backup Disk Drive<br>> Date: Tue, 25 Jun 2013 23:18:16 -0700<br>> <br>> On 2013-06-25 22:43:05 Ramesh Rao <rameshrao55@hotmail.com> wrote:<br>> > <br>> > Steve, does the output from "udevadm monitor" command sent yesterday shed some light, any light?<br>> <br>> udevadm shows that two modules are loading -- usb_storage and uas. It also shows that the drive has eight partitions, but I don't think that's right. Obviously, the drive has visibility problems in the operating system. A little Googling shows many reports of similar problems. Certain troubleshooting steps have worked in some cases, and not at all in others.<br>> <br>> Which USB port have you plugged the cable into? If it's a front port, try a rear port instead. These often have much more power. I'm assuming you have a desktop or tower PC. If you have a laptop, ignore this idea.<br>> <br>> Earlier in the discussion, you include a link (http://www.kiduvinhouse.net/share/ExtSeagateDr.doc) to a document. Here, I see this output:<br>> <br>>     ramesh@mozart:/media$ sudo mount /dev/sdc /media/mnt<br>>     mount: /dev/sdc is not a valid block device<br>> <br>> It's normal: you can't mount a device like this. Instead, you have to mount a partition. The proper format would be:<br>> <br>>     sudo mount /dev/sdc1 /media/mnt<br>> <br>> You might give the above a try, but I doubt anything will happen.<br>> <br>> Another solution mentions listing the file system type in the mount command. Normally, it isn't necessary these days, because mount can detect the file system automatically. What happens if you try it anyway:<br>> <br>>     sudo mount -t ext4 /dev/sdc1 /media/mnt<br>> <br>> I'm assuming in the above that you still have EXT4 partition(s) on the drive from your earlier formatting attempt.<br>> <br>> Generally, though, we still can't get the various disk tools to properly detect and report what's going on. I want to see if you're getting the same errors that others have reported. With the drive unplugged, please run:<br>> <br>>     tail -f /var/log/syslog<br>> <br>> 10 lines from your syslog will print on the console, and then it will wait. Now plug in the drive. More lines will appear. Please copy-paste those lines into a reply message.<br>> <br>> <br>> > I take it you are a kubuntu kernel/OS person.<br>> > <br>> Nope. I am part of the admin team at Kubuntu Forums, though.<br>> <br>> <br>> ...Steve<br>> <br>> <br>> -- <br>> kubuntu-users mailing list<br>> kubuntu-users@lists.ubuntu.com<br>> Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-users<br></div>                                    </div></body>
</html>