[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Hard Drive Grepped, not showing up in Automount.
- To: silug-discuss@silug.org
- Subject: Re: Hard Drive Grepped, not showing up in Automount.
- From: "Robert Citek" <rwcitek@alum.calberkeley.org>
- Date: Sat, 5 Jan 2008 12:40:48 -0600
- Cc: on3.40.se7en@gmail.com
- DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=KQRLJsYAmRU0TquTzvkVGBJ0e4a1dDQ6TVKj/jLf6mE=; b=CMbW+Cc6wqJ+LwWWgdaF/DJIk0bVaQ7JnzvGy4449LICyLtC6jV3G68ySCFSqpesztnP7FsXEq6Be29A7UR8BSZD0Zeowu98CxZVwDhUQRtnng5Tq5TKQQ8CbcI5TnB5BC1mDimUGzaH1LO14dQOjggDGCH7voLf2ImEq4Zraig=
- DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=kgAKrjJkgXIc6F7T50rHGpw5DamHqZreIpW0gKPIjrk0Nz9DzztQdb10fO1Xpre3B3XawCdlwRL6QfLg3bekP5Xp8Gc9ZOIf8p+kJBLvaZ9rJGYLvZpX29IIqeM+AzXiclgQ0HgaGgZBEc002K4H+d6U1qrDbLHT5S+Jzrvff+g=
- In-Reply-To: <e20b82870801050141v610724e4t8d75b82a79aa1924@mail.gmail.com>
- Organization: Southern Illinois Linux Users Group
- References: <e20b82870801050141v610724e4t8d75b82a79aa1924@mail.gmail.com>
- Reply-To: silug-discuss@silug.org
- Sender: silug-discuss-owner@silug.org
On Jan 5, 2008 3:41 AM, Corey Lanier <on3.40.se7en@gmail.com> wrote:
> Running Ubuntu Gutsy, I have a Seagate 80Gig USB Drive that I've been
> running for a year now. Up until I checked it tonight, I could access it at
> the directory /media/SEA_DISC
>
> When I go to said directory tonight to send someone a file tonight, it says
> it doesn't exist. I try switching out USB cables, switching ports, and
> power cycling. None of which bring back the directory.
Type the following:
sudo dmesg -c
Then insert your USB drive, run this script, and post the contents of
output.txt to this list.
sudo echo -n ; (
set -x
lsb_release -a
dmesg
sudo fdisk -l
ls -la /media/
) >& output.txt
Regards,
- Robert
-
To unsubscribe, send email to majordomo@silug.org with
"unsubscribe silug-discuss" in the body.