Announcement

Collapse
No announcement yet.

mounting hard drives

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

    mounting hard drives

    okay, well, if i try to mount ANY of my harddrives besides the home and swap (they can be NTFS, FAT32, or EXT3) in Konqueror, it tells me that i don't have permissions to do so... and if i try to mmount them in the terminal (e.g. mount /dev/hda12/), it tells me "mount: can't find /dev/hda12 in /etc/fstab or /etc/mtab"

    So... can anyone help me out with this

    #2
    Re: mounting hard drives

    Edit your fstab file. A how to:
    http://psychocats.net/ubuntu/mountwindows

    Comment


      #3
      Re: mounting hard drives

      Many thanks very helpful reference.

      Problem now solved thanks to your help

      Much appreciated

      Comment


        #4
        Re: mounting hard drives

        william@ubuntu:~$ sudo mount -a
        mount: wrong fs type, bad option, bad superblock on /dev/sdc1,
        missing codepage or other error
        In some cases useful info is found in syslog - try
        dmesg | tail or so

        Please help

        Will_I_Am

        Comment


          #5
          Re: mounting hard drives

          Can you post the output of these two commands?
          Code:
          sudo fdisk -l
          cat /etc/fstab
          Linux is ready for the desktop--but whose desktop?<br />How to install software in Kubuntu

          Comment


            #6
            Re: mounting hard drives

            I will:
            bash: sjd: command not found
            william@ubuntu:~$
            william@ubuntu:~$ sudo fdisk -l
            Password:

            Disk /dev/sda: 160.0 GB, 160040803840 bytes
            255 heads, 63 sectors/track, 19457 cylinders
            Units = cylinders of 16065 * 512 = 8225280 bytes

            Device Boot Start End Blocks Id System
            /dev/sda1 * 1 19456 156280288+ 7 HPFS/NTFS

            Disk /dev/sdb: 120.0 GB, 120034123776 bytes
            255 heads, 63 sectors/track, 14593 cylinders
            Units = cylinders of 16065 * 512 = 8225280 bytes

            Device Boot Start End Blocks Id System
            /dev/sdb1 * 1 13999 112446936 83 Linux
            /dev/sdb2 14000 14593 4771305 5 Extended
            /dev/sdb5 14000 14593 4771273+ 82 Linux swap / Solaris

            Disk /dev/sdc: 160.0 GB, 160041885696 bytes
            16 heads, 63 sectors/track, 310101 cylinders
            Units = cylinders of 1008 * 512 = 516096 bytes

            Device Boot Start End Blocks Id System
            /dev/sdc1 * 1 310098 156289360+ 7 HPFS/NTFS

            Disk /dev/sdd: 1031 MB, 1031798784 bytes
            255 heads, 63 sectors/track, 125 cylinders
            Units = cylinders of 16065 * 512 = 8225280 bytes

            Device Boot Start End Blocks Id System
            /dev/sdd1 * 1 126 1007584+ 6 FAT16
            Partition 1 has different physical/logical endings:
            phys=(124, 254, 63) logical=(125, 112, 51)

            Disk /dev/sde: 1040 MB, 1040711680 bytes
            128 heads, 40 sectors/track, 397 cylinders
            Units = cylinders of 5120 * 512 = 2621440 bytes

            Device Boot Start End Blocks Id System
            /dev/sde1 * 1 397 1016300 b W95 FAT32
            william@ubuntu:~$ sudo fdisk -l

            Disk /dev/sda: 160.0 GB, 160040803840 bytes
            255 heads, 63 sectors/track, 19457 cylinders
            Units = cylinders of 16065 * 512 = 8225280 bytes

            Device Boot Start End Blocks Id System
            /dev/sda1 * 1 19456 156280288+ 7 HPFS/NTFS

            Disk /dev/sdb: 120.0 GB, 120034123776 bytes
            255 heads, 63 sectors/track, 14593 cylinders
            Units = cylinders of 16065 * 512 = 8225280 bytes

            Device Boot Start End Blocks Id System
            /dev/sdb1 * 1 13999 112446936 83 Linux
            /dev/sdb2 14000 14593 4771305 5 Extended
            /dev/sdb5 14000 14593 4771273+ 82 Linux swap / Solaris

            Disk /dev/sdc: 160.0 GB, 160041885696 bytes
            16 heads, 63 sectors/track, 310101 cylinders
            Units = cylinders of 1008 * 512 = 516096 bytes

            Device Boot Start End Blocks Id System
            /dev/sdc1 * 1 310098 156289360+ 7 HPFS/NTFS

            Disk /dev/sdd: 1031 MB, 1031798784 bytes
            255 heads, 63 sectors/track, 125 cylinders
            Units = cylinders of 16065 * 512 = 8225280 bytes

            Device Boot Start End Blocks Id System
            /dev/sdd1 * 1 126 1007584+ 6 FAT16
            Partition 1 has different physical/logical endings:
            phys=(124, 254, 63) logical=(125, 112, 51)

            Disk /dev/sde: 1040 MB, 1040711680 bytes
            128 heads, 40 sectors/track, 397 cylinders
            Units = cylinders of 5120 * 512 = 2621440 bytes

            Device Boot Start End Blocks Id System
            /dev/sde1 * 1 397 1016300 b W95 FAT32

            william@ubuntu:~$ cat /etc/fstab
            # /etc/fstab: static file system information.
            #
            # <file system> <mount point> <type> <options> <dump> <pass>
            proc /proc proc defaults 0 0
            # /dev/sdb1
            UUID=e073a86b-2829-4fc7-b0ba-e891e55ec6eb / ext3 nouser,defaults,errors=remount-ro,atime,auto,rw,dev,exec,suid 0 1
            # /dev/sdb5
            UUID=78d95cd1-2fc5-4a68-8265-1a2ca6d90632 none swap sw 0 0
            /dev/hda /media/cdrom0 udf,iso9660 user,atime,noauto,rw,dev,exec,suid 0 0
            /dev/sda1 /home/william ntfs noauto,uid=0,gid=0,ro,nouser 0 0
            /dev/sdc1 /windows ntfs nls=utf8,unmask=0222 0 0

            Comment


              #7
              Re: mounting hard drives

              Originally posted by will_ i_am
              william@ubuntu:~$ cat /etc/fstab
              # /etc/fstab: static file system information.
              #
              # <file system> <mount point> <type> <options> <dump> <pass>
              proc /proc proc defaults 0 0
              # /dev/sdb1
              UUID=e073a86b-2829-4fc7-b0ba-e891e55ec6eb / ext3 nouser,defaults,errors=remount-ro,atime,auto,rw,dev,exec,suid 0 1
              # /dev/sdb5
              UUID=78d95cd1-2fc5-4a68-8265-1a2ca6d90632 none swap sw 0 0
              /dev/hda /media/cdrom0 udf,iso9660 user,atime,noauto,rw,dev,exec,suid 0 0
              /dev/sda1 /home/william ntfs noauto,uid=0,gid=0,ro,nouser 0 0
              /dev/sdc1 /windows ntfs nls=utf8,unmask=0222 0 0
              it's 'umask' instead of 'unmask'

              Comment


                #8
                Re: mounting hard drives

                that was it thank you. Now will this auto mount on boot?

                Will_I_Am

                Comment


                  #9
                  Re: mounting hard drives

                  Originally posted by will_ i_am
                  Now will this auto mount on boot?
                  It should. 'auto' is the option to auto-mount during boot, but it's the default, so if there's not a 'noauto' option, it will mount automatically.

                  Comment

                  Working...
                  X