Announcement

Collapse
No announcement yet.

File system check freezes my computer on boot up

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

    #16
    Re: File system check freezes my computer on boot up

    The error message means that -L is not an option. It's not a permissions issue.
    Code:
    $ blkid -v
    blkid 1.0.0 (12-Feb-2003)

    Comment


      #17
      Re: File system check freezes my computer on boot up

      Originally posted by ejazzkatt
      # /etc/fstab: static file system information.
      #
      # <file system> <mount point> <type> <options> <dump> <pass>
      proc /proc proc defaults 0 0
      # /dev/hda5
      UUID=2d26ae5b-8b51-47cf-ab9a-b6c9507c951d / ext3 relatime,errors=remount-ro 0 1
      # /dev/hda6
      UUID=5045cfd0-c1f8-4660-afc9-b8888b8ef914 none swap sw 0 0
      /dev/hdc /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
      Edit your /etc/fstab file and remove the relatime, (bold and in red above) so that you have:
      UUID=2d26ae5b-8b51-47cf-ab9a-b6c9507c951d / ext3 errors=remount-ro 0 1
      Windows no longer obstructs my view.
      Using Kubuntu Linux since March 23, 2007.
      "It is a capital mistake to theorize before one has data." - Sherlock Holmes

      Comment


        #18
        Re: File system check freezes my computer on boot up

        Originally posted by Ole Juul
        The error message means that -L is not an option. It's not a permissions issue.
        Code:
        $ blkid -v
        blkid 1.0.0 (12-Feb-2003)
        Usage:
        blkid -L <label> | -U <uuid>

        edit:maybe in v1, but v2 =
        $ blkid -v
        blkid from util-linux-ng 2.16 (libblkid 2.16.0, 10-Feb-2009)
        Boot Info Script

        Comment

        Working...
        X