Announcement

Collapse
No announcement yet.

Kubuntu n00b in need of assistance - Can't access 2nd HDD

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Kubuntu n00b in need of assistance - Can't access 2nd HDD

    I just can't seem to be able to access my secondary hard drive, it just doesnt show up or I'm looking in the wrong spot or I forgot to do something, please help!

    oh, and would the files that were put on that hard drive (mainly videos and audio files) still function properly on Kubuntu as it did in Windows XP?

    #2
    Re: Kubuntu n00b in need of assistance - Can't access 2nd HDD

    First, post your fstab (found at /etc/fstab).

    On the audio/video, that will probably work fine, unless you use the proprietary WMA or WMV formats, in which care you'll need to use the VLC media player (available through Adept).
    For external use only.

    Comment


      #3
      Re: Kubuntu n00b in need of assistance - Can't access 2nd HDD

      Originally posted by SheeEttin
      First, post your fstab (found at /etc/fstab).
      As well as the system's complete answer to the K/console command sudo fdisk -l ("minus ell") ...

      Comment


        #4
        Re: Kubuntu n00b in need of assistance - Can't access 2nd HDD

        Here's my fstab

        Code:
        # /etc/fstab: static file system information.
        #
        # <file system> <mount point>  <type> <options>    <dump> <pass>
        proc /proc proc defaults 0 0
        # /dev/hda1
        UUID=3b93028e-6dd3-4641-b6cf-5fa85ffcbd28 / ext3 nouser,defaults,errors=remount-ro,atime,auto,rw,dev,exec,suid 0 1
        # /dev/hda5
        UUID=fbf202fa-1d78-4fa4-bb0c-05ee44046c56 none swap sw 0 0
        /dev/hdc /media/cdrom0 udf,iso9660 user,atime,noauto,rw,dev,exec,suid 0 0
        /dev/sda1 /Secondary\040HDD auto users,noauto,atime,rw,nodev,noexec,nosuid 0 0
        and the systems answer to the command you wanted me to input:
        Code:
          Device Boot   Start     End   Blocks  Id System
        /dev/sda1        1    16710  134217688+  7 HPFS/NTFS
        Partition 1 does not end on cylinder boundary.
        /dev/sda2  *    16711    16722    96390  83 Linux
        /dev/sda3      16723    19457  21968887+ 8e Linux LVM
        
        Disk /dev/hda: 41.1 GB, 41174138880 bytes
        255 heads, 63 sectors/track, 5005 cylinders
        Units = cylinders of 16065 * 512 = 8225280 bytes
        
          Device Boot   Start     End   Blocks  Id System
        /dev/hda1  *      1    4795  38515806  83 Linux
        /dev/hda2      4796    5005   1686825  5 Extended
        /dev/hda5      4796    5005   1686793+ 82 Linux swap / Solaris

        Comment


          #5
          Re: Kubuntu n00b in need of assistance - Can't access 2nd HDD

          Originally posted by Scott_L
          /dev/sda1 /Secondary\040HDD auto users,noauto,atime,rw,nodev,noexec,nosuid 0 0
          Create an appropriate mount point, e.g. by

          Code:
          sudo mkdir /media/windoze 
          sudo chmod 777 /media/windoze
          - then change the quoted "fstab entry" to

          Code:
          /dev/sda1  /media/windoze  auto  users,auto,ro,uid=1000,gid=1000,umask=333  0  0
          (Not sure about the file system, though ...)

          Comment


            #6
            Re: Kubuntu n00b in need of assistance - Can't access 2nd HDD

            i'm having serious issues! lol
            I can't seem to use my 2nd hdd, it won't even show up... and I"m totally lost as to how you guys are teaching the original poster on how to do it... please help!

            thanks!

            Comment

            Working...
            X