![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Mounting USB NTFS External Disk R/W on OSX | Neo | OS X (Apple) | 4 | 09-30-2007 05:26 PM |
| Mounting ext3 & NTFS on PC-BSD!! | void_man() | BSD | 1 | 09-19-2007 03:17 AM |
| Mounting NTFS filesystem | woofie | Linux | 9 | 09-09-2006 02:04 AM |
| Mounting a Windows Network Drive on Solaris 10 | annointed3 | UNIX for Dummies Questions & Answers | 3 | 02-09-2006 03:40 PM |
| mounting across network | Thump | UNIX for Dummies Questions & Answers | 3 | 03-01-2001 10:26 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
can this be done with AIX (Unix)?
I try this: mount -t smbfs -o username=foo,password=bar //windows_host/share /temp (where temp is a directory on the AIX machine) and get this error: mount: '-o' 'Directory/File Name' invalid with the '-t' option. It works perfectly well with Red Hat but for the life of me, I can't figure it out on AIX. |
|
||||
|
smbfs is either compiled into the Linux kernel, or accessable via a loadable module.
Check the smbmount(8) man page: http://us2.samba.org/samba/docs/man/smbmount.8.html Sorry... |
|
||||
|
Samba is also available for AIX (not just Linux). Check www.samba.org, or get the binaries directly from: http://va.samba.org/samba/ftp/Binary_Packages/AIX/
|
||||
| Google UNIX.COM |