fstab : add /dev/sda1 mount
authorChang.H.S <jhs@dev3>
Mon, 3 Dec 2012 11:05:20 +0000 (20:05 +0900)
committerChang.H.S <jhs@dev3>
Mon, 3 Dec 2012 11:05:20 +0000 (20:05 +0900)
meta-openvuplus/recipes-core/base-files/base-files/fstab

index 36cf376..31c5d20 100644 (file)
@@ -5,3 +5,4 @@ tmpfs           /sys            sysfs   nodev,noexec,nosuid             0 0
 tmpfs          /dev/pts        devpts  noexec,nosuid,mode=0620,gid=5   0 0
 tmpfs          /dev/shm        tmpfs   nosuid,nodev                    0 0
 tmpfs          /var/volatile   tmpfs   mode=0755                       0 0
+/dev/sda1      /media/hdd      auto    default                         0 0