JackOfAll wrote: 
> This isn't directed at anyone in particular. There is a bunch of stuff
> in my head that I take for granted..... If I put any removeable drive in
> /etc/fstab, it is second nature to use noauto and nofail. Anyone adding
> USB drive mounts to fstab, please use "nofail,defaults". eg.
> 
> > 
Code:
--------------------
  >   > 
  > /dev/sda1             /storage        ntfs-3g   nofail,defaults     0 0
  > 
--------------------
> > 
> 
> If the drive isn't available at boot, it won't stall the boot process!
> And at the point it is plugged-in after boot, it should be
> automatically mounted.
> 
> Ntfs (and any remote) partitions.... Use "0 0" as the last two
> options!

Noob here:

I've got this in fstab:


Code:
--------------------
    
  #
  # /etc/fstab
  # Created by anaconda on Fri Feb  1 21:38:24 2013
  #
  # 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
  #
  UUID=a7380894-c3b3-4e6e-84da-859a5d31d73f /                       ext4    
defaults        1 1
  UUID=B8FA-52BC          /boot/uboot             vfat    
umask=0077,shortname=winnt 0 0
  UUID=9ef3cc01-e32d-44de-8aa4-a0ba81258f13 swap                    swap    
defaults        0 0
  //192.168.1.1/share/usb1_1 /mnt/samba/ cifs username=guest,password=
  
--------------------


So what would be the appropriate line, and where does the line actually
go?


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

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to