<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffcc">
On 08/07/2010 03:24 PM, Martin Webster wrote:
<blockquote cite="mid:1281212669.1866.84.camel@lagothrix" type="cite">
  <pre wrap="">On Sat, 2010-08-07 at 19:01 +0300, Amichai Rotman wrote:

<snip>

  </pre>
  <blockquote type="cite">
    <pre wrap="">I'd like to change the default mount point for this specific drive
to /Data, without affecting the other USB devices (i.e.: other Disk on
Key and such). In other words - make it look like an internal regular
Hard Drive.
    </pre>
  </blockquote>
  <pre wrap="">
One method... Open the terminal and type ls -Flai /dev/disk/by-uuid/.
Now plug in the USB drive and repeat this to identify the UUID of the
new drive. With this information, edit fstab (sudo nano /etc/fstab) and
add a new line along these lines:

UUID=<new UUID from ls> /data <file system type, e.g. ext4>
defaults,users 0 0

  </pre>
</blockquote>
<b>I have a question for you, where do you come up with the -Flai,
where is this command listed and where did you get it from...???<br>
<br>
Thanks<br>
<br>
Larry<br>
</b><br>
<pre class="moz-signature" cols="72">-- 
Powered by Debian/GNU/Linux
by Ubuntu ver 10.4 Lucid "Ultimate Edition 2.7"
73 de Larry/wd9esu 34yr's A.R.O.

Reg# Linux User 484593

"This is Linux Country,
on a quiet night you can hear
WINDOZE ! Systems REBOOTING !!"

GPG Fingerprint: A4D2 BFC2 B21B 8F7A C336 EFDC 7039 3CA5 3332 076E
Public Key available from subkeys.pgp.net


</pre>
</body>
</html>