Changes

From SME Server
Jump to navigationJump to search
52 bytes added ,  10:23, 16 July 2010
m
Line 181: Line 181:     
====USB on SME 8====
 
====USB on SME 8====
Two things change on SME 8
+
Tthings change on SME 8
 
: It's difficult to work out what your device name is ie /dev/sda1   
 
: It's difficult to work out what your device name is ie /dev/sda1   
: The mount directory isn't automatically created
+
: The mount point isn't automatically created in /etc/fstab
   −
We use hal for the first and manually create a directory for the second
+
We use hal for the first and manually create and mount for the second
    
  hal-find-by-property --key volume.fsusage --string filesystem
 
  hal-find-by-property --key volume.fsusage --string filesystem
Line 210: Line 210:     
  ll /media
 
  ll /media
  mount /dev/sda1 /media/120Gbfat32
+
  mount /dev/sda1 /media/120Gbfat32 (ie. mount /media/120Gbfat32 no longer works)
 
  ls -lh /media/120Gbfat32/
 
  ls -lh /media/120Gbfat32/
 
  umount /dev/sda1 (when finished)
 
  umount /dev/sda1 (when finished)

Navigation menu