5th Mar, 2013, 08:18 PM
hey all,
i'm trying to mount my 2 external usb hard drives to a static location, but with no luck.
What i did was :
then checked :
and then :
added these 2 lines :
but it doesn't seem to be working , does anyone know where i go wrong ?
Thanks !
i'm trying to mount my 2 external usb hard drives to a static location, but with no luck.
What i did was :
Code:
xbian@xbian ~ $ ls -l /dev/disk/by-uuid/
total 0
lrwxrwxrwx 1 root root 10 Jan 1 1970 01CDE506D37447B0 -> ../../sda5
lrwxrwxrwx 1 root root 15 Jan 1 1970 29b6c2f5-5469-49f2-abd5-daa9149021cc -> ../../mmcblk0p2
lrwxrwxrwx 1 root root 15 Jan 1 1970 8B12-9112 -> ../../mmcblk0p1
lrwxrwxrwx 1 root root 10 Jan 1 1970 CE3C43183C42FACB -> ../../sdb1
then checked :
Code:
xbian@xbian ~ $ cat /etc/fstab
proc /proc proc defaults 0 0
/dev/mmcblk0p1 /boot vfat defaults 0 2
/dev/mmcblk0p2 / ext4 defaults,noatime 0 1
/var/swapfile swap swap defaults 0 0
and then :
Code:
sudo nano /etc/fstab
Code:
UUID=01CDE506D37447B0 /media/usb0 vfat defaults,noatime 0 0
UUID=CE3C43183C42FACB /media/usb1 vfat defaults,noatime 0 0
but it doesn't seem to be working , does anyone know where i go wrong ?
Thanks !