Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

Mount hard drives to a static location
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Mount hard drives to a static location
5th Mar, 2013, 08:18 PM
Post: #1
coreflake Offline
Registered
Posts: 19
Joined: Feb 2013
Reputation: 0
Mount hard drives to a static location
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 :

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
added these 2 lines :
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 !
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Messages In This Thread
Mount hard drives to a static location - coreflake - 5th Mar, 2013 08:18 PM
RE: Mount hard drives to a static location - Koenkk - 5th Mar, 2013, 10:46 PM
RE: Mount hard drives to a static location - zilexa - 25th Mar, 2013, 01:48 AM
RE: Mount hard drives to a static location - Trinket - 25th Mar, 2013, 09:22 AM
RE: Mount hard drives to a static location - zilexa - 25th Mar, 2013, 07:15 PM
RE: Mount hard drives to a static location - zilexa - 14th Apr, 2013, 01:46 AM
RE: Mount hard drives to a static location - Trinket - 14th Apr, 2013, 04:30 AM

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 2nd Jun, 2025, 12:37 PM Powered By MyBB, © 2002-2025 MyBB Group.