Find the answer to your Linux question:
Results 1 to 4 of 4
Screenshot says all. How do I get this error to stop appearing? It pops up like ever 10 minutes. I am running testing. Thanks for all of your help in ...
  1. #1
    Just Joined! emerica's Avatar
    Join Date
    Jan 2008
    Location
    Tampa, FL
    Posts
    15

    weird error????

    Screenshot says all. How do I get this error to stop appearing? It pops up like ever 10 minutes. I am running testing.



    Thanks for all of your help in advance.

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Something is wrong in /etc/fstab file. Post the contents of /etc/fstab file and output of fdisk -l command here.
    Code:
    su -
    fdisk -l
    cat /etc/fstab
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined! emerica's Avatar
    Join Date
    Jan 2008
    Location
    Tampa, FL
    Posts
    15
    Here:

    Code:
    debian:~# fdisk -l
    
    Disk /dev/sda: 250.0 GB, 250058268160 bytes
    255 heads, 63 sectors/track, 30401 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x2cb82cb7
    
       Device Boot      Start         End      Blocks   Id  System
    /dev/sda1               1       15298   122881153+   7  HPFS/NTFS
    /dev/sda2   *       15299       30091   118824772+  83  Linux
    /dev/sda3           30092       30401     2490075    5  Extended
    /dev/sda5           30092       30401     2490043+  82  Linux swap / Solaris
    
    Disk /dev/sdb: 250.0 GB, 250059350016 bytes
    255 heads, 63 sectors/track, 30401 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x036793b3
    
       Device Boot      Start         End      Blocks   Id  System
    /dev/sdb1   *           1       30401   244196001    7  HPFS/NTFS
    debian:~# cat /etc/fstab
    # /etc/fstab: static file system information.
    #
    # <file system> <mount point>   <type>  <options>       <dump>  <pass>
    proc            /proc           proc    defaults        0       0
    /dev/sda2       /               ext3    errors=remount-ro 0       1
    /dev/sda5       none            swap    sw              0       0
    /dev/hda        /media/cdrom0   udf,iso9660 user,noauto     0       0
    /dev/fd0        /media/floppy0  auto    rw,user,noauto  0       0

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Replace /dev/hda with /dev/sdc in /etc/fstab file.

    Code:
    /dev/sdc        /media/cdrom0   udf,iso9660 user,noauto     0       0
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •