Announcement

Collapse
No announcement yet.

Message starting new Kubuntu [RESOLVED]

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

    Message starting new Kubuntu [RESOLVED]

    Staff,

    Yesterday I installed the new version (10.04) of kubuntu on my desktop, but this desktop had two hard drives, where one was not very good, for this reason I took this HD, now every time I start the PC gives a message "continue to wait , or press S to skip the mounting M is a manual recovery", this HD that I took was mounted in" / windows ", now always appears this message and do not know how to delete this directory /windows and the message no longer appears, can you help me? Has anyone had the same problem and knows how to solve?

    Tks!

    #2
    Re: Message starting new Kubuntu

    Can you post the contents of your /etc/fstab file please?

    Comment


      #3
      Re: Message starting new Kubuntu

      Follow my fstab:
      Code:
      # /etc/fstab: static file system information.
      #
      # Use 'blkid -o value -s UUID' to print the universally unique identifier
      # for a device; this may be used with UUID= as a more robust way to name
      # devices that works even if disks are added and removed. See fstab(5).
      #
      # <file system> <mount point>  <type> <options>    <dump> <pass>
      proc      /proc      proc  nodev,noexec,nosuid 0    0
      # / was on /dev/sda1 during installation
      UUID=a6d5bdda-58e1-457e-a536-19c2ff3ada39 /        ext4  errors=remount-ro 0    1
      /dev/sda6    /documentos   ext4  defaults    0    2
      /dev/sdb1    /windows    vfat  utf8,umask=007,gid=46 0    1
      /dev/sda5    none      swap  sw       0    0
      /dev/fd0    /media/floppy0 auto  rw,user,noauto,exec,utf8 0    0

      Comment


        #4
        Re: Message starting new Kubuntu

        1-did you remove the drive from the box and was it the /dev/sdb1 in your fstab file?

        VINNY
        i7 4core HT 8MB L3 2.9GHz
        16GB RAM
        Nvidia GTX 860M 4GB RAM 1152 cuda cores

        Comment


          #5
          Re: Message starting new Kubuntu

          Well, the problem is with this line:
          /dev/sdb1 /windows vfat utf8,umask=007,gid=46 0 1
          your system is trying to mount a drive that is not there. Add a # to the beginning of the line (you'll need root permissions), save and restart and you should be fine.

          Comment


            #6
            Re: Message starting new Kubuntu [RESOLVED]

            Thank you! It worked!

            Originally posted by Untitled
            Well, the problem is with this line:
            /dev/sdb1 /windows vfat utf8,umask=007,gid=46 0 1
            your system is trying to mount a drive that is not there. Add a # to the beginning of the line (you'll need root permissions), save and restart and you should be fine.

            Comment

            Working...
            X