xboxscene.org forums

Author Topic: Redundancy In Fstab  (Read 257 times)

worldwhore3

  • Archived User
  • Full Member
  • *
  • Posts: 163
Redundancy In Fstab
« on: October 24, 2009, 02:41:00 AM »

i was wondering if anyone can tell me any redundancies in my FSTAB file?  below is what is in it:

QUOTE(fstab)

/dev/loop0  /  ext3  defaults,errors=remount-ro  0  1

proc  /proc  proc  defaults  0  0

# /dev/fd0  /floppy  vfat  defaults,user,noauto,showexec,umask=022  0  0

#/dev/cdrom  /cdrom  iso9660  defaults,ro,user,noexec,auto  0  0

/dev/cdrom  /mnt/auto/cdrom  iso9660  defaults,ro,user,noexec,auto  0  0

# partitions found by dsl

#/dev/hda50 /mnt/hda50 fatx noauto,users,exec,umask=000,uid=1001,gid=50 0 0

#/dev/hda51 /mnt/hda51 fatx noauto,users,exec,umask=000,uid=1001,gid=50 0 0

#/dev/hda52 /mnt/hda52 fatx noauto,users,exec,umask=000,uid=1001,gid=50 0 0

#/dev/hda53 /mnt/hda53 fatx noauto,users,exec,umask=000,uid=1001,gid=50 0 0

#/dev/hda54 /mnt/hda54 fatx noauto,users,exec,umask=000,uid=1001,gid=50 0 0

/dev/hda55 /mnt/hda55 fatx auto,users,exec,umask=000,uid=1001,gid=50 0 0

/mnt/hda55/knoppix.swp swap swap defaults 0 0

# Added by KNOPPIX

/dev/hda50 /mnt/hda50 fatx noauto,users,exec,umask=000,uid=1001,gid=50 0 0

# Added by KNOPPIX

/dev/hda51 /mnt/hda51 fatx noauto,users,exec,umask=000,uid=1001,gid=50 0 0

# Added by KNOPPIX

/dev/hda52 /mnt/hda52 fatx noauto,users,exec,umask=000,uid=1001,gid=50 0 0

# Added by KNOPPIX

/dev/hda53 /mnt/hda53 fatx noauto,users,exec,umask=000,uid=1001,gid=50 0 0

# Added by KNOPPIX

/dev/hda54 /mnt/hda54 fatx noauto,users,exec,umask=000,uid=1001,gid=50 0 0


Logged

run088

  • Archived User
  • Hero Member
  • *
  • Posts: 505
Redundancy In Fstab
« Reply #1 on: October 24, 2009, 02:20:00 PM »

QUOTE(worldwhore3 @ Oct 24 2009, 02:41 AM) View Post

i was wondering if anyone can tell me any redundancies in my FSTAB file?  below is what is in it:

I am going to assume any line starting with a # sign is ignored. It is in most configuration files in xdsl. If so it should not bother anything.
Logged