This is what I have in fstab:

Code:
--------------------
    
  #
  # /etc/fstab
  #
  # Accessible filesystems, by reference, are maintained under '/dev/disk'
  # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
  #
  /dev/mmcblk0p1                /boot/uboot     ext2    defaults                
0 2
  /dev/mmcblk0p2                /               ext4    errors=remount-ro       
0 1
  
  ##
  ## NFS example
  ##
  # vortexbox:/storage  /storage        nfs     defaults                0 0
  
  ##
  ## CIFS example
  ##
  //192.168.1.13/Music  /storage/media/audio    cifs    
credentials=/home/fedora/.smbpasswd,uid=fedora,gid=users        0 0
  /dev/sda1     /var/lib/squeezeboxserver/cache ext4    defaults        0 2
  
--------------------

The last 0 or 2 is for either remote (0) or local (2) filesystems


------------------------------------------------------------------------
bakker_be's Profile: http://forums.slimdevices.com/member.php?userid=30369
View this thread: http://forums.slimdevices.com/showthread.php?t=98544

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to