Quantcast
Channel: Linux Device Hacking
Viewing all articles
Browse latest Browse all 3178

NSA325 fstab (2 replies)

$
0
0
Trying to mount specific disks to specific directorys at boot gives me some problems. If the disk isnt connected i cant access the box as ssh gets connection refused. Must the disk be present when using UUID or LABEL?

My fstab:
root@kerstin:~# cat /etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
LABEL=rootfs    /               ext3    noatime,errors=remount-ro 0 1
tmpfs          /tmp            tmpfs   defaults          0       0

UUID="ebb4303f-89a8-4314-8d50-f506ff894eea"    /mnt/hitachi               ext3   defaults 0 0


Also, do I dare lower rootdelay and bootdelay? Feels like my box takes forever to boot.
set_bootargs=setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts init=/bin/systemd
start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version;

Viewing all articles
Browse latest Browse all 3178

Trending Articles