Re: mounting the /floppy fails
From: Stefan O'Rear (stefanor_at_cox.net)
Date: 08/19/04
- Previous message: messmate: "Re: mounting the /floppy fails"
- In reply to: messmate: "mounting the /floppy fails"
- Next in thread: messmate: "Re: mounting the /floppy fails"
- Reply: messmate: "Re: mounting the /floppy fails"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 19 Aug 2004 07:34:55 -0700 To: debian-user@lists.debian.org
> sudo mount /dev/fd0 /floppy
Just do:
mount /floppy
mount is suid root, so sudo is unnecessary, and if you use 2 or more
args, mount _completely ignores_ the fstab. Mount DOES check
permissions, so if you want to do something nonstandard, say:
sudo mount -t fat -o uid=42 /dev/fd0 /floppy
-- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
- Previous message: messmate: "Re: mounting the /floppy fails"
- In reply to: messmate: "mounting the /floppy fails"
- Next in thread: messmate: "Re: mounting the /floppy fails"
- Reply: messmate: "Re: mounting the /floppy fails"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|