Announcement

Collapse
No announcement yet.

No auto mount of hard drive after upgrade

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

    No auto mount of hard drive after upgrade

    After an upgrade i made through synaptic i have the following problem: in my system i have three hard drives. One is split in two for my root and home partitions. The other is a Windows dedicated hard drive and the other has only mp3's and movies. When i boot the last drive isn't mounted and i have to do a force mount to mount it. I did't have this problem before. I use KDE 4.0. My fstab file is the following. Any ideas?

    Code:
    # /etc/fstab: static file system information.
    #
    # <file system> <mount point>  <type> <options>    <dump> <pass>
    proc /proc proc defaults 0 0
    # /dev/sdb6
    UUID=021e1c6f-8ea1-4b07-ac19-4df5be0c36bc / ext3 nouser,defaults,errors=remount-ro,atime,auto,rw,dev,exec,suid 0 1
    # /dev/sdb1
    UUID=d35f1a89-05c8-4225-9e71-8ea7c245eb2b /home ext3 nouser,defaults,atime,auto,rw,dev,exec,suid 0 2
    # /dev/sda1
    LABEL=Windows /media/sda1 ntfs defaults,umask=007,uid=0,gid=46,auto,rw,users 0 1
    # /dev/sdc1
    LABEL=MP3 /media/sdc1 ntfs defaults,umask=007,uid=0,gid=46,auto,rw,users 0 1
    # /dev/sdb5
    UUID=3ffe8539-e328-4041-84a4-c888cfe066e0 none swap sw 0 0
    /dev/scd0 /media/cdrom0 udf,iso9660 user,atime,noauto,rw,dev,exec,suid 0 0
    /dev/fd0 /media/floppy0 auto user,atime,noauto,rw,dev,exec,suid 0 0

    #2
    Re: No auto mount of hard drive after upgrade

    see what the output of
    Code:
    blkid
    says...
    check that labels and stuff be detected alright.
    try mounting the volumes through uuid instead label.
    other than this, i wouldn't know...
    gnu/linux is not windoze

    Comment


      #3
      Re: No auto mount of hard drive after upgrade

      Same problem here with my external USB drive (vfat filesystem). It used to mount automatically with gutsy and does no longer since upgrading to hardy. This is the fstab line:

      UUID=474F-3CD0 /media/wdpassport vfat umask=0027,uid=1000,gid=1003,auto,rw,user 0 0

      blkid gives:
      /dev/sdb1: LABEL="WD PASSPORT" UUID="474F-3CD0" TYPE="vfat"

      dmesg output contains:
      [ 48.286894] Initializing USB Mass Storage driver...
      [ 48.290430] scsi4 : SCSI emulation for USB Mass Storage devices
      [ 48.292179] usbcore: registered new interface driver usb-storage
      [ 48.292186] USB Mass Storage support registered.
      [ 48.292285] usb-storage: device found at 4
      [ 48.292287] usb-storage: waiting for device to settle before scanning
      [ 48.297091] ACPI: PCI Interrupt Link [APC4] enabled at IRQ 19
      [ 48.297100] ACPI: PCI Interrupt 0000:03:00.0[A] -> Link [APC4] -> GSI 19 (level, high) -> IRQ 21
      [ 48.297440] NVRM: loading NVIDIA Linux x86 Kernel Module 96.43.05 Tue Jan 22 19:36:58 PST 2008
      [ 48.520088] NET: Registered protocol family 10
      [ 48.520295] lo: Disabled Privacy Extensions
      [ 48.520795] ADDRCONF(NETDEV_UP): eth1: link is not ready
      [ 49.956705] skge eth1: Link is up at 100 Mbps, full duplex, flow control both
      [ 49.957537] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
      [ 50.632225] lp0: using parport0 (interrupt-driven).
      [ 50.715342] Adding 3036244k swap on /dev/sda6. Priority:-1 extents:1 across:3036244k
      [ 51.265445] EXT3 FS on sda3, internal journal
      [ 51.382999] device-mapper: uevent: version 1.0.3
      [ 51.383029] device-mapper: ioctl: 4.12.0-ioctl (2007-10-02) initialised: dm-devel@redhat.com
      [ 53.014827] ip_tables: (C) 2000-2006 Netfilter Core Team
      [ 53.290336] usb-storage: device scan complete
      [ 53.290888] scsi 4:0:0:0: Direct-Access WD 1200BEA External 1.04 PQ: 0 ANSI: 4
      [ 53.292115] sd 4:0:0:0: [sdb] 234441648 512-byte hardware sectors (120034 MB)
      [ 53.292996] sd 4:0:0:0: [sdb] Write Protect is off
      [ 53.293000] sd 4:0:0:0: [sdb] Mode Sense: 21 00 00 00
      [ 53.293003] sd 4:0:0:0: [sdb] Assuming drive cache: write through
      [ 53.293988] sd 4:0:0:0: [sdb] 234441648 512-byte hardware sectors (120034 MB)
      [ 53.294867] sd 4:0:0:0: [sdb] Write Protect is off
      [ 53.294871] sd 4:0:0:0: [sdb] Mode Sense: 21 00 00 00
      [ 53.294873] sd 4:0:0:0: [sdb] Assuming drive cache: write through
      [ 53.294879] sdb:<6>No dock devices found.

      After booting, "mount /media/wdpassport" mounts the drive without problems.

      Any ideas? Could it be that the drives in /etc/fstab are now mounted before USB scanning is complete? If so, what could I do about it?

      Any help would be greatly appreciated.

      Jan

      Comment


        #4
        USB drives don't automount either

        After the Hardy upgrade, my USB drives don't automount either.

        Comment

        Working...
        X