![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Moving the root partition (simple fstab / grub question) | d11wtq | UNIX for Dummies Questions & Answers | 7 | 10-07-2008 12:55 PM |
| Parameter to edit in /etc/fstab in RH 8.0 | scriptlearner | Linux | 1 | 08-29-2008 01:58 AM |
| How to edit /etc/fstab when root was mounted as read only | ilan | Linux | 3 | 02-28-2008 10:51 PM |
| bdf , /etc/fstab , /etc/mnttab | Cameron | HP-UX | 6 | 12-03-2007 10:34 AM |
| /etc/fstab | byblyk | Linux | 6 | 07-07-2004 12:51 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Folks;
Please be patient with this issue when you read it. I know it's a little tricky. I have a new share created on my SUSE 10 box. I'm trying to edit the /etc/fstab file or find a way to make this share needs no authentication. The reason for that is we're using an outside application to access this share on our SUSE box, but this external application has no place to add/configure user/password and is treating my SUSE box as a NAS device, so my share on SUSE must allow any user who can access my SUSE box to read/write to the share. Here's my share in /etc/fstab: /dev/cciss/c0d1p1 on /xyz type xfs (rw,dmapi,mtpt=/xyz,noalign,nobarrier) Can i edit that? or Is there a way to connect to that share from outside by entering user/pass in the command, such as: protocol://user assword@server_name/folderThanks in advance; Katkota |
|
||||
|
/etc/fstab only controls how the filesystem is mounted on the local system, not what permissions it is shared with.
You haven't said what protocol you're using to share it? NFS? SAMBA? It is in the configuration for the sharing protocol that you'll need to make some changes... |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|