<---- template headericclude ----->
The external HD isn't detected
FedoraForum.org - Fedora Support Forums and Community
Results 1 to 5 of 5
  1. #1
    Join Date
    Jun 2010
    Posts
    135
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Question The external HD isn't detected

    I have installed F16 after I used an external 1T HD to backup the data.
    F16 has a very different desktop interface, and the "Files"(Nautilus)
    seems can't detect this HD because it don't appear. Its file system is ext4.

    Everything is normal in F14 before the installation of F16.
    What's the problem and how to solve it?


  2. #2
    Join Date
    Mar 2011
    Location
    /
    Posts
    5,242
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: The external HD isn't detected

    It the hard drive not mounted automatically or are you unable to mount it manually.

  3. #3
    Join Date
    Jun 2010
    Posts
    135
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: The external HD isn't detected

    I formatted it to ext4 before backup. Now I can see it as a directory in /media
    but I as a normal user don't have the permission to open it. Its owner and
    group are "500", not my username and group.
    It doesn't appear as a drive in the left drive list.

  4. #4
    Join Date
    Aug 2009
    Posts
    11,397
    Mentioned
    98 Post(s)
    Tagged
    0 Thread(s)

    Re: The external HD isn't detected

    Fedora 16 changed the default starting user numbering.

    F15 and earlier started them at 500, F16 changed and now they start at 1000

    you need to change the user/group numbering on the files to the new numbering in F16..

    Code:
    su -
    (root password)
    
    chown -R --from=500:500 1000:1000 /media/directory/*
    (/media/directory/* is the mountpoint for your drive change it to what it's named on your system)

  5. #5
    Join Date
    Jun 2010
    Posts
    135
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: The external HD isn't detected

    Thanks. Now I can read its directory.

    But why I still can't see it appear as a drive in the left drive list
    for me to do something, e.g. safely remove it?


    ---------- Post added at 09:43 AM ---------- Previous post was at 09:35 AM ----------

    I just used "su", not "su -". Would there be some problem?

    ---------- Post added at 09:58 AM ---------- Previous post was at 09:43 AM ----------

    I have found it appears as a drive in the left drive list, so it's all OK now.

    Many thanks for your help.

Similar Threads

  1. Unplugging external monitor not detected
    By jbhardman in forum Hardware
    Replies: 1
    Last Post: 8th August 2009, 12:50 AM
  2. install FC6 on external HDD(HDD not detected)
    By irbadguyzs in forum EOL (End Of Life) Versions
    Replies: 3
    Last Post: 20th March 2007, 10:12 PM
  3. Replies: 0
    Last Post: 9th June 2006, 09:34 AM
  4. External modem not detected
    By mfour in forum Hardware
    Replies: 9
    Last Post: 11th April 2005, 07:10 AM
  5. External Hardware Modem not Detected
    By doron in forum Hardware
    Replies: 0
    Last Post: 9th March 2005, 11:49 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
[[template footer(Guest)]]