[OpenAFS-port-darwin] Mount_afs question
Jonathan Z. Simon
jzsimon@eng.umd.edu
Tue, 17 Jun 2003 10:11:56 -0400
John,
That was what I was stuck on till I did a lot of googling and also got
help from Alexei. The key is that mount_afs needs the "volume-name" to
mount, which is something you're normally not aware of as a user.
To find out the volume-name of a directory, use the command "fs examine
<dir>", e.g.
> fs examine /afs/athena.mit.edu/user/j/w/jwelch/
and look a the name of the volume (it should be at the end of the first
line). Use *that* name as the volume-name. Other commands, such as "fs
quota" will also give you the volume name.
e.g., for me.
> pwd
/afs/glue.umd.edu/home/isr/j/jzsimon
> fs examine .
Volume status for vid = 1970656703 named h.isr.jzsimon
Current disk quota is 1000000
Current blocks used are 689261
The partition has 66059201 blocks available out of 68811300
So my volume name is h.isr.jzsimon
Jonathan
On Monday, June 16, 2003, at 10:27 PM, John C. Welch wrote:
> Okay, so I have the patched AFS 1.2.9 installed, I can get to my home
> directory via the AFS tree.
>
> Tried using mount_afs to get my home directory to mount on the
> desktop, and
> here's what I get:
>
> mount_afs /Network/afs/athena.mit.edu/user/j/w/jwelch/ /Volumes/jwelch/
> mount: Operation not supported by device
>
> Ideas?
>
> john
> --
> John C. Welch Writer/Analyst
> Bynkii.com Mac and other opinions
> jwelch@bynkii.com
>
>
> _______________________________________________
> port-darwin mailing list
> port-darwin@openafs.org
> https://lists.openafs.org/mailman/listinfo/port-darwin
>
>
--
Jonathan Z. Simon
Dept. of Electrical & Computer Engineering / Dept. of Biology
University of Maryland, College Park MD 20742 USA
Office: 1-301-405-3645, Lab: 1-301-405-6581, Fax: 1-301-314-9281
http://www.isr.umd.edu/Labs/CSSL/
--There are 10 types of people in this world: those who understand
binary and those who don't.