Re: volume mgmt w/o gnome



On Sat, 1 Dec 2007 18:29:31 -0800
"Kelly Clowers" <kelly.clowers@xxxxxxxxx> wrote:

On Dec 1, 2007 6:03 PM, Mark Grieveson <dg135@xxxxxxxxxxx> wrote:
If it is mass-storage, you just mount it with a command like "mount
-t auto /dev/sda1 /media/usb" (mount point and device might be
different). Or you can put a line in /etc/fstab :

/dev/sda1 /media/usb auto noauto,users 0 0

Then you could just say "mount /media/usb".

Thanks for the response. when I try this, it tells me:

mount: you must specify the filesystem type


I think hal also does that. It's working on my xfce with thunar file manager,
no gnome. You probably need a file/desktop manager that can get hal
notifications though (it's either that or dbus, if you know which package does
this you can probably look into it's dependencies)

Auto should work, but the FS should be vfat, so -

stand alone command:
mount -t vfat /dev/sda1 /media/usb
(-t means type; again, paths may be different)

or in fstab:
/dev/sda1/ /media/usb vfat noauto,users 0 0

...and then:
mount /media/usb

You can get more info with "man mount" and "man fstab"


Cheers,
Kelly




--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx
with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx



Relevant Pages

  • Re: EXT2 or EXT3 : What have I got?
    ... their mount point and their filesystem type. ... >> Dave. ... To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org ...
    (Debian-User)
  • Re: volume mgmt w/o gnome
    ... mount: you must specify the filesystem type ... To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx ...
    (Debian-User)
  • Re: Recursive chmod/chown OOM kills box with 32MB RAM
    ... > mount: you must specify the filesystem type ... what happens if you actually specify the fs type? ... To unsubscribe from this list: send the line "unsubscribe linux-kernel" in ...
    (Linux-Kernel)
  • RE: Mouting USB Flash Drive with RH 7.1
    ... to specify the filesystem type with mount if its not ext2 or ext3 ... I have a USB flash drive which I was able to successfully mount under RH ... Then I did a 'dd' command to copy a boot image file to the flash ... unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe ...
    (RedHat)
  • Re: Trying to Mount New 2-Gig Zenstone MP3 Player
    ... and I haven't been able to mount it to save my soul. ... ZEN STONE FAT32 ... To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx ...
    (Debian-User)