Re: Rhow to mount a usb disk automatic?

2009-05-29 Thread Yi Zhao
the format is fat32, where is the config/option for this automatic mount? I 
want to see or change the default setting.

thanks

--- On Fri, 5/29/09, Ivan T. Ivanov iiva...@mm-sol.com wrote:

From: Ivan T. Ivanov iiva...@mm-sol.com
Subject: Re: Rhow to mount a usb disk automatic?
To: Yi Zhao zhao_yi...@yahoo.com.cn
Cc: debian-user@lists.debian.org
Date: Friday, May 29, 2009, 5:07 AM

On Fri, 2009-05-29 at 02:52 +0800, Yi Zhao wrote:
 hi, all, when I instert my usb disk into my computer, I can see the
 icon of the new volume in the desktop automatic, but, I will get a
 error message said invalid mount option when attempting to mount the
 volume samsum, when I double click this icon to open it, I got
 permission denied, how to fix this two problem??
 
 
 thanks all.
 

  What is the file system on this disk?
  if it is NTFS you will ntfs-3g library 
  support.
  
  iivanov


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




  

Rhow to mount a usb disk automatic?

2009-05-28 Thread Yi Zhao
hi, all, when I instert my usb disk into my computer, I can see the
icon of the new volume in the desktop automatic, but, I will get a
error message said invalid mount option when attempting to mount the
volume samsum, when I double click this icon to open it, I got
permission denied, how to fix this two problem??

thanks all.


  

Re: Rhow to mount a usb disk automatic?

2009-05-28 Thread Neal Hogan
On Thu, May 28, 2009 at 1:52 PM, Yi Zhao zhao_yi...@yahoo.com.cn wrote:
 hi, all, when I instert my usb disk into my computer, I can see the icon of
 the new volume in the desktop automatic, but, I will get a error message
 said invalid mount option when attempting to mount the volume samsum,
 when I double click this icon to open it, I got permission denied, how to
 fix this two problem??


Concerning the second issue . . .

The user trying to open the disk doesn't have permission (obviously).
Add that user to the plugdev group in /etc/group.

-Neal

BTW - Concerning your first issue, I suspect that helpers might find
more info useful (eg. what system are you using, desktop/WM, what do
you do to get the error message, etc.). Suggestion: Google: 'debian
mounting disks'


 thanks all.




-- 
www.nealhogan.net  www.lambdaserver.com


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Rhow to mount a usb disk automatic?

2009-05-28 Thread Daryl Styrk
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Fri, May 29, 2009 at 02:52:00AM +0800, Yi Zhao wrote:
 hi, all, when I instert my usb disk into my computer, I can see the
 icon of the new volume in the desktop automatic, but, I will get a
 error message said invalid mount option when attempting to mount the
 volume samsum, when I double click this icon to open it, I got
 permission denied, how to fix this two problem??


Lenny/Squeeze/Sid?

Who has ownership of the file/disk?  
ls -l /mount/point # after you have inserted the disk

Do you have any previous entries in /etc/fstab attempting to handle
mounting /dev/sdb* 's?

- -- 
Daryl Styrk
Naples, FL USA
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkoe4zgACgkQ6baBhW8CzrhksgCfWzcsKe3fdr4ALrTEJ1KopsZV
k3MAnA2rYiHKAMKbrmdwhX0sxbKPBBag
=N+Su
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Rhow to mount a usb disk automatic?

2009-05-28 Thread Yi Zhao
hi, I'm using Lenny

Who has ownership of the file/disk?  
ls -l /mount/point # after you have inserted the disk
I think the root has ownership of the disk, but, I don't know where the disk 
mount on, because I can't access the volume, so everytime I mount the disk 
manual, for example, I will try sudo mount /dev/sdb1 /mnt,

Do you have any previous entries in /etc/fstab attempting to handle
mounting /dev/sdb* 's?
no, there is no entries about /dev/sdb(my usb disk)

thanks all!
--- On Fri, 5/29/09, Daryl Styrk darylst...@gmail.com wrote:

From: Daryl Styrk darylst...@gmail.com
Subject: Re: Rhow to mount a usb disk automatic?
To: debian-user@lists.debian.org
Date: Friday, May 29, 2009, 3:17 AM

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Fri, May 29, 2009 at 02:52:00AM +0800, Yi Zhao wrote:
 hi, all, when I instert my usb disk into my computer, I can see the
 icon of the new volume in the desktop automatic, but, I will get a
 error message said invalid mount option when attempting to mount the
 volume samsum, when I double click this icon to open it, I got
 permission denied, how to fix this two problem??


Lenny/Squeeze/Sid?

Who has ownership of the file/disk?  
ls -l /mount/point # after you have inserted the disk

Do you have any previous entries in /etc/fstab attempting to handle
mounting /dev/sdb* 's?

- -- 
Daryl Styrk
Naples, FL USA
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkoe4zgACgkQ6baBhW8CzrhksgCfWzcsKe3fdr4ALrTEJ1KopsZV
k3MAnA2rYiHKAMKbrmdwhX0sxbKPBBag
=N+Su
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




  

Re: Rhow to mount a usb disk automatic?

2009-05-28 Thread Ivan T. Ivanov
On Fri, 2009-05-29 at 02:52 +0800, Yi Zhao wrote:
 hi, all, when I instert my usb disk into my computer, I can see the
 icon of the new volume in the desktop automatic, but, I will get a
 error message said invalid mount option when attempting to mount the
 volume samsum, when I double click this icon to open it, I got
 permission denied, how to fix this two problem??
 
 
 thanks all.
 

  What is the file system on this disk?
  if it is NTFS you will ntfs-3g library 
  support.
  
  iivanov


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org