[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Cs-club] Linux acct space



Justin Ormont wrote:

Has anyone figured out a way to mount windows smb shares from the lab?
I've tried the normal (simple i.e. samba) ways of mounting but have run into too many restrictions.

===== Original Message From tony@hnet.net =====
I have 16% use: 2.8 meg. This is with VNC, all my data structures programs,
assembly programs and some backgrounds. You probably have some crap somewhere that a program you used dumped to your user account. I believe an option you have is to copy everything you want to keep to removable media, and delete all the files on your user account. (You probably want to be in a console). When you go back into X, everything you NEED should be recreated. You may want to check with someone else to see if this works. I am only vaguely certain I have done this before.
Tony

_______________________________________________
Computer Science Club's mailing list
cs-club@list.acs.uwosh.edu


_______________________________________________
Computer Science Club's mailing list
cs-club@list.acs.uwosh.edu
I sent a message, but only to Justin, accidentally.

If it's a samba share, you only need smbclient to access the shared folders:

$ smbclient //ipaddress/service -U username -W workgroup

Rene