![]() |
|
|
|
|
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes | |
|
|
||||
|
|
#121 |
|
OTA Forum Moderator
Join Date: Jan 2005
Location: North Delta, BC (96Av x 116St)
Posts: 23,338
|
That's Ubuntu 11.04, right? Is this still on your Acer laptop?
|
|
|
| Sponsored Links | |||
Advertisement | |||
|
|
#122 |
|
Moderator
Join Date: Apr 2003
Location: Gatineau and Ottawa
Posts: 10,171
|
Yes my Acer. I have been fiddling with Samba all morning with no luck. Funny thing is Samba dialog box says I have no shares. smb.conf is also empty of shares. Yet I can see a share (and files) from my Windows XP machine. I know Nautilus File Sharing (which was part of the default desktop) is intertwined. I think when I right-click on a folder and select sharing properties it is in fact Nautilus FS I am looking at. Not nearly as simple as I was hoping. I have not been able to determine if shares in the /media path can actually be shared either. Googling results are abundant but completely all over the place in what to do.
__________________
Tip: See an offending post? Don't reply, report it by clicking on the 'Report Post' icon. |
|
|
|
|
#123 |
|
Moderator
Join Date: Apr 2003
Location: Gatineau and Ottawa
Posts: 10,171
|
Well a mini-success. It turns out my file-sharing woes were due to file permissions. Little did I know that if you (as an admin) set sharing permissions for a share it will not override the file permissions. Even when I tried to edit the PROPERTIES of the enclosed folder it would not apply to the enclosed files. Grrrr as I said it certainly feels like Windows/DOS INI days again.
I know I can use the console but geeze in this day I should not have to.
__________________
Tip: See an offending post? Don't reply, report it by clicking on the 'Report Post' icon. |
|
|
|
|
#124 |
|
Moderator
Join Date: Apr 2003
Location: Gatineau and Ottawa
Posts: 10,171
|
I could really use some fstab help right about now. Here are needed bits to create the entry in the file (incredible the lengths one has to go to). What is giving me concern is the UGO permissions and masks.
removable USB NTFS volume=iomega uid=1000 gid=1000 UUID=E65488CC5488A0C3 All typical nested file/folders should be visible and readable. User=Me with Read and Write no execute Group=Me with Read and Write no execute Other= Read Only with no execute mount path=/media/iomega Automatically mount
__________________
Tip: See an offending post? Don't reply, report it by clicking on the 'Report Post' icon. |
|
|
|
|
#125 |
|
Join Date: Jun 2002
Posts: 1,367
|
It's not unusual for me to have to use the shell commands CHOWN, CHGRP and CHMOD to reset the file permissions.
Yeah. DOS style stuff, only more cryptic. Even when I do know how to fix things, it still drives me nuts how Linux is as complicated and as rude as the computer geeks who designed it.
|
|
|
|
|
#126 |
|
Veteran
Join Date: Nov 2003
Location: Kincardine ON.
Posts: 3,941
|
My /proc/mounts shows
Code:
/dev/sdb1 /media/FreeAgent\040Drive fuseblk rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096 0 0 I am running ubuntu 10.04. |
|
|
|
|
#127 | |
|
Moderator
Join Date: Apr 2003
Location: Gatineau and Ottawa
Posts: 10,171
|
Quote:
__________________
Tip: See an offending post? Don't reply, report it by clicking on the 'Report Post' icon. |
|
|
|
|
|
#128 |
|
Join Date: Apr 2011
Posts: 38
|
If you want to mount an NTFS read-only for everyone, look at the mount command, which can specify that the partition is in forced read-only. An example of the command would be:
Code:
mount -t ntfs -o ro /dev/sdc1 /media/MountPoint |
|
|
|
|
#129 |
|
Moderator
Join Date: Apr 2003
Location: Gatineau and Ottawa
Posts: 10,171
|
That is why I made post 124.
__________________
Tip: See an offending post? Don't reply, report it by clicking on the 'Report Post' icon. |
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|