Re: [newbie] Help with /mnt/removable

2003-10-13 Thread H.J.Bathoorn
On Monday 13 October 2003 01:27, Trey Sizemore wrote:
 When I plug in my Nikon CoolPix 885 digital camera via a USB connection,
 I get a /mnt/removable icon on my KDE 3.1 desktop.  However, neither my
 user account or the root account can access the drive.  I get a message
 saying the drive is not accessible.

 Is this something that needs to be fixed concerning an etc/fstab entry?
 I can access my Zip 250 USB drive with no problem and the permissions
 appear to be identical.

 Thanks for any input.

See if there's an entry in /etc/fstab with /mnt/removable that (probably) 
points to /dev/scd0it should be there!

If there isn't, just type sudo mount /dev/scd0 /mnt/removable after which 
you should be able to access it.

Good luck,
HarM 
-- 
Mandrake HowTo's  more: http://twiki.mdklinuxfaq.org



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Help with /mnt/removable

2003-10-13 Thread Trey Sizemore
On Mon, 2003-10-13 at 03:14, H.J.Bathoorn wrote:
 On Monday 13 October 2003 01:27, Trey Sizemore wrote:
  When I plug in my Nikon CoolPix 885 digital camera via a USB connection,
  I get a /mnt/removable icon on my KDE 3.1 desktop.  However, neither my
  user account or the root account can access the drive.  I get a message
  saying the drive is not accessible.
 
  Is this something that needs to be fixed concerning an etc/fstab entry?
  I can access my Zip 250 USB drive with no problem and the permissions
  appear to be identical.
 
  Thanks for any input.
 
 See if there's an entry in /etc/fstab with /mnt/removable that (probably) 
 points to /dev/scd0it should be there!
 
 If there isn't, just type sudo mount /dev/scd0 /mnt/removable after which 
 you should be able to access it.
 
 Good luck,
 HarM 

/dev/scd0 is my CDRW drive and I am getting a message that /dev/scd1
does not exist.  Too add to what I mentioned previously, I am using
defsd and and Mandrake 9.2 RC2.  I will post the output of my dmesg and
my fstab file below.  

hub.c: new USB device 00:04.2-1.2, assigned address 6
usb-uhci.c: interrupt, status 2, frame# 58
scsi2 : SCSI emulation for USB Mass Storage devices
  Vendor: Nikon Model: Digital CameraRev: 1.00
  Type:   Direct-Access  ANSI SCSI revision: 02
Attached scsi removable disk sdb at scsi2, channel 0, id 0, lun 0
SCSI device sdb: 251904 512-byte hdwr sectors (129 MB)
sdb: Write Protect is off
 /dev/scsi/host2/bus0/target0/lun0: p1
WARNING: USB Mass Storage data integrity not assured
USB Mass Storage device found at 6
ISO 9660 Extensions: RRIP_1991A
udf: registering filesystem
usb.c: USB disconnect on device 00:04.2-1.2 address 6
hub.c: new USB device 00:04.2-1.2, assigned address 7
WARNING: USB Mass Storage data integrity not assured
USB Mass Storage device found at 7

FSTAB:

/dev/hda1 / ext3 defaults 1 1
none /dev/pts devpts mode=0620 0 0
/dev/hda6 /home ext3 defaults 1 2
none /mnt/cdrom supermount
dev=/dev/scd0,fs=auto,ro,--,iocharset=iso8859-1,codepage=850 0 0
none /mnt/cdrom2 supermount
dev=/dev/hdd,fs=auto,ro,--,iocharset=iso8859-1,codepage=850 0 0
/dev/scsi/host2/bus0/target0/lun0/cd /mnt/cdwriter auto
ro,noauto,user,exec 0 0
none /mnt/floppy supermount
dev=/dev/fd0,fs=auto,--,iocharset=iso8859-1,sync,codepage=850 0 0
none /mnt/removable supermount
dev=/dev/sda1,fs=ext2:vfat,--,codepage=850,kudzu,iocharset=iso8859-1 0 0
none /mnt/zip supermount
dev=/dev/sda4,fs=ext2:vfat,--,kudzu,iocharset=iso8859-1,codepage=850 0 0
none /mnt/zip2 supermount
dev=/dev/sdb4,fs=ext2:vfat,--,iocharset=iso8859-1,codepage=850,kudzu 0 0
none /proc proc defaults 0 0
/dev/hda5 swap swap defaults 0 0
none /mnt/removable2 supermount
dev=/dev/sdb1,fs=ext2:vfat,--,kudzu,iocharset=iso8859-1,codepage=850 0 0


I'm unclear as to why some devices, like my Zip 250 USB drive are
appearing twice.  I have a CD drive, along with a CDRW (scsi emulation
via k3b), the Zip drive, and occasionally the camera (not always
attached).

Apppears as if fstab is somewhat hosed.  I have used this camera before
on Mandrake with supermount and had no problems.

Thanks again.


-- 
Cheers,
Trey
---

Thieves respect property;
they merely wish the property to become their property
that they may more perfectly respect it.
-- G.K. Chesterton, The Man Who Was Thursday


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Help with /mnt/removable

2003-10-13 Thread H.J.Bathoorn
On Monday 13 October 2003 13:19, Trey Sizemore wrote:
 I'm unclear as to why some devices, like my Zip 250 USB drive are
 appearing twice.  I have a CD drive, along with a CDRW (scsi emulation
 via k3b), the Zip drive, and occasionally the camera (not always
 attached).

 Apppears as if fstab is somewhat hosed.  I have used this camera before
 on Mandrake with supermount and had no problems.

My fstab line looks like this:
/dev/sda1 /mnt/removable auto 
user,iocharset=iso8859-1,kudzu,noauto,exec,umask=0,codepage=850 0 0
 Where I just plugged in my camera for the first time(mine's a Trust).

I then do mount /mnt/removable as the entry in fstab is such that I don't 
need to specify the device.
In your case /mnt/removable2 is obviously an option too.

About the double entries I don't really know..maybe cause you plugged it 
in on various occasions with different device configurations or other USB 
slots?

Good luck,
HarM
-- 
Mandrake HowTo's  more: http://twiki.mdklinuxfaq.org



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Help with /mnt/removable

2003-10-13 Thread Dennis Myers
On Monday 13 October 2003 06:19 am, Trey Sizemore wrote:
 On Mon, 2003-10-13 at 03:14, H.J.Bathoorn wrote:
  On Monday 13 October 2003 01:27, Trey Sizemore wrote:
   When I plug in my Nikon CoolPix 885 digital camera via a USB
   connection, I get a /mnt/removable icon on my KDE 3.1 desktop. 
   However, neither my user account or the root account can access the
   drive.  I get a message saying the drive is not accessible.
  
   Is this something that needs to be fixed concerning an etc/fstab entry?
   I can access my Zip 250 USB drive with no problem and the permissions
   appear to be identical.
  
   Thanks for any input.
 
  See if there's an entry in /etc/fstab with /mnt/removable that (probably)
  points to /dev/scd0it should be there!
 
  If there isn't, just type sudo mount /dev/scd0 /mnt/removable after
  which you should be able to access it.
 
  Good luck,
  HarM

 /dev/scd0 is my CDRW drive and I am getting a message that /dev/scd1
 does not exist.  Too add to what I mentioned previously, I am using
 defsd and and Mandrake 9.2 RC2.  I will post the output of my dmesg and
 my fstab file below.

 hub.c: new USB device 00:04.2-1.2, assigned address 6
 usb-uhci.c: interrupt, status 2, frame# 58
 scsi2 : SCSI emulation for USB Mass Storage devices
   Vendor: Nikon Model: Digital CameraRev: 1.00
   Type:   Direct-Access  ANSI SCSI revision: 02
 Attached scsi removable disk sdb at scsi2, channel 0, id 0, lun 0
 SCSI device sdb: 251904 512-byte hdwr sectors (129 MB)
 sdb: Write Protect is off
  /dev/scsi/host2/bus0/target0/lun0: p1
 WARNING: USB Mass Storage data integrity not assured
 USB Mass Storage device found at 6
 ISO 9660 Extensions: RRIP_1991A
 udf: registering filesystem
 usb.c: USB disconnect on device 00:04.2-1.2 address 6
 hub.c: new USB device 00:04.2-1.2, assigned address 7
 WARNING: USB Mass Storage data integrity not assured
 USB Mass Storage device found at 7

 FSTAB:

 /dev/hda1 / ext3 defaults 1 1
 none /dev/pts devpts mode=0620 0 0
 /dev/hda6 /home ext3 defaults 1 2
 none /mnt/cdrom supermount
 dev=/dev/scd0,fs=auto,ro,--,iocharset=iso8859-1,codepage=850 0 0
 none /mnt/cdrom2 supermount
 dev=/dev/hdd,fs=auto,ro,--,iocharset=iso8859-1,codepage=850 0 0
 /dev/scsi/host2/bus0/target0/lun0/cd /mnt/cdwriter auto
 ro,noauto,user,exec 0 0
 none /mnt/floppy supermount
 dev=/dev/fd0,fs=auto,--,iocharset=iso8859-1,sync,codepage=850 0 0
 none /mnt/removable supermount
 dev=/dev/sda1,fs=ext2:vfat,--,codepage=850,kudzu,iocharset=iso8859-1 0 0
 none /mnt/zip supermount
 dev=/dev/sda4,fs=ext2:vfat,--,kudzu,iocharset=iso8859-1,codepage=850 0 0
 none /mnt/zip2 supermount
 dev=/dev/sdb4,fs=ext2:vfat,--,iocharset=iso8859-1,codepage=850,kudzu 0 0
 none /proc proc defaults 0 0
 /dev/hda5 swap swap defaults 0 0
 none /mnt/removable2 supermount
 dev=/dev/sdb1,fs=ext2:vfat,--,kudzu,iocharset=iso8859-1,codepage=850 0 0


 I'm unclear as to why some devices, like my Zip 250 USB drive are
 appearing twice.  I have a CD drive, along with a CDRW (scsi emulation
 via k3b), the Zip drive, and occasionally the camera (not always
 attached).

 Apppears as if fstab is somewhat hosed.  I have used this camera before
 on Mandrake with supermount and had no problems.

 Thanks again.
Looks to me like it is  mounting at sdb so try  mount /dev/sdb1  in a 
command line and see what you can see of the photos then. HTH
-- 
Dennis M. linux user #180842

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Help with /mnt/removable (supermount?)

2003-10-13 Thread H.J.Bathoorn
On Monday 13 October 2003 17:51, Trey Sizemore wrote:
 I'll try this when I get back today.  I have been thinking of disabling
 supermount.  Thought some of these issues would go away...anyone had any
 issues with supermount?  How about autofs?
 --
   Trey Sizemore
   [EMAIL PROTECTED]

No, not on 9.2 I haven'tsupermount's rock solid.

Good luck,
harM
-- 
Mandrake HowTo's  more: http://twiki.mdklinuxfaq.org



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Help with /mnt/removable (supermount?)

2003-10-13 Thread Heather/Femme
On Mon, 13 Oct 2003 10:51:14 -0500
Trey Sizemore [EMAIL PROTECTED] wrote:
snip
  
 I'll try this when I get back today.  I have been thinking of
 disabling supermount.  Thought some of these issues would go
 away...anyone had any issues with supermount?  How about autofs?
 -- 
   Trey Sizemore
   [EMAIL PROTECTED]
 
 
had tons of issues with Supermount...never got kwikdisk to install

so made icons on the desktop for things.

shrugs

never tried autofs. if you do let me know if it works better.

Femme

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Help with /mnt/removable (supermount?)

2003-10-13 Thread Trey Sizemore
On Mon, 2003-10-13 at 13:08, H.J.Bathoorn wrote:
 On Monday 13 October 2003 17:51, Trey Sizemore wrote:
  I'll try this when I get back today.  I have been thinking of disabling
  supermount.  Thought some of these issues would go away...anyone had any
  issues with supermount?  How about autofs?
  --
Trey Sizemore
[EMAIL PROTECTED]
 
 No, not on 9.2 I haven'tsupermount's rock solid.
 
 Good luck,
 harM

I was able to launch Konq as root from a terminal window and the open
'file:///mnt/camera' but was not able to do this from Konq as a normal
user.  Nor could I use the shortcut on my desktop (from fstab?) for
/mnt/camera.  I belong to the USB group.  Is there something else to
check that would prohibit access to the drive?

Thanks

-- 
Cheers,
Trey
---

There is a theory which states that if ever anyone discovers
exactly what the Universe is for and why it is here,
it will instantly disappear and be replaced by something
even more bizarre and inexplicable.

There is another which states that this has already happened.


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Help with /mnt/removable (supermount?)

2003-10-13 Thread H.J.Bathoorn
On Tuesday 14 October 2003 01:12, Trey Sizemore wrote:
 I was able to launch Konq as root from a terminal window and the open
 'file:///mnt/camera' but was not able to do this from Konq as a normal
 user.  Nor could I use the shortcut on my desktop (from fstab?) for
 /mnt/camera.  I belong to the USB group.  Is there something else to
 check that would prohibit access to the drive?

 Thanks

 --
 Cheers,
 Trey

If you mounted your camera (which prolly should be removable on Mdk) on 
/mnt/camera, you'd have to do that as root i.e. make the camera/ directory 
and mount the device there, thus only read/writable as root.

The created entry in /etc/fstab (like I said prolly /mnt/removable/) allows 
you to mount it as normal user and thus read it as that same user.
Next time you reboot or connect the camera, supermount will take over and you 
even won't have to mount the thingI'm realy talking first time here (and 
before).
Gawd, I hate to think what Femme's going to do with that last sentence;)

Good luck,
HarM
-- 
Mandrake HowTo's  more: http://twiki.mdklinuxfaq.org



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com