Correct spitz/borzoi fstab entries

git-svn-id: https://svn.o-hand.com/repos/poky@193 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2005-12-15 17:40:40 +00:00
parent 42406332d1
commit c11625332e
2 changed files with 4 additions and 4 deletions

View File

@ -24,5 +24,5 @@ usbdevfs /proc/bus/usb usbdevfs noauto 0 0
#
# Harddisk
#
/dev/hda2 /home ext3 noauto,defaults,noatime 0 0
/dev/hda3 /media/hdd ext3 noauto,defaults,noatime 0 0
/dev/hda2 /home ext3 defaults 0 0
/dev/hda3 /media/hdd ext3 defaults 0 0

View File

@ -24,5 +24,5 @@ usbdevfs /proc/bus/usb usbdevfs noauto 0 0
#
# Harddisk
#
/dev/hda2 /home ext3 noauto,defaults,noatime 0 0
/dev/hda3 /media/hdd ext3 noauto,defaults,noatime 0 0
/dev/hda2 /home ext3 defaults 0 0
/dev/hda3 /media/hdd ext3 defaults 0 0