Quote:
sadddam wrote:
@jcmarcos
thx for the reply!
You're welcome. But I'd me happier if you could have a clean scenario, and it seems not. I'm not saying that it doesn't work, only that it's not "proper".
Quote:
it seems with corepc/core it reverting to the guest account as it stopped working after i removed permissions for guest.
Good way to check: It seems the SMBFS client in MorphOS, albeit allowing you to choose a certain user, doesn't use it at all, and thus reverts to the guest account. But I don't think MorphOS software is that crude.
OR... Perhaps that Windows has a newer resource sharing service, which negotiates users in a different way, that the SMBFS client in MorphOS doesn't understand. But hey, Microsoft is nice, and instead of completely failing, it reverts to the guest account... Which, as it exists, it must be because of something, don't you think?
Quote:
it seems that the guest user account doesnt have to be enabled, only setting the permissions for it is needed.
Realize that, in a Windows network (which MorphOS attempts to be, partially), if I disable a user, all its accesses to the network are denied immediately, and not only login into the computer. Funny you can use a disabled identity on that server.
Quote:
core is the only one user in my win7 system, just renamed "home" (the default),
Then, "core" is NOT the user. Open a console in Windows ("Start menu, Run, CMD, Accept"), ant type this:
Code:
And then:
Code:
Which one returns information? Also, you might be tempted to use the "administrator" user. Many people do, as it allows for a quick and dirty way of getting through everything. As far as I know, it's impossible for Windows NOT to have an "administrator" account, and it usually has all a man can desire...
Quote:
i usually dont play with users in windows
But you must now: You are in the role of a server administrator! Yes, that's life. Microsoft made resource sharing as easy as they could, but it's not something to be done unconsciously (which many people do, and with success).
Quote:
as i need only one (one thing which for i dislike linux).
You can't imagine just how many people think like you. That great invention, the concept of user account, is something that, in real life, everyone hates. Well, many people don't... becuase they're so dumb they don't even realize user accounts exist: They say "the password of the computer", go figure...
Quote:
also dont want to choose between silly pics
Granted. But there's a reason why Microsoft added the "silly pic" login. Want to know?
Quote:
or type passwords at startup.
You don't just "type a password", you submit a user name, and a password. But I agree, everyone in the world igonres the user concept.
That computer is multiuser, you can't choose. There's no such concept of using it without being somebody exactly. Well, there's "autologin" feature, a both horrid and lovable thing that Windows has since NT. If you use it, you deserve hell, of course.
Quote:
windows itself cant find the user "core" at least i cant add it to the list of users with permissions as i can with the guest user.
Then that's not normal, or it's froof that "core" is NOT a user name. Please, execute that plain "NET USER" console command I told you in my previous message, to see exactly which users your Windows computer has.
Quote:
the amigaland usergroup exists, i renamed the default "workgroup" one.
I'd say that's fine. As far as I know, Windows workgroups are mere conventions, plain names. You can freely choose any name and, if someone else uses the same, bang, they are considered "together". A Windows domain is another, much, much more complicated (and better) thing.
Quote:
for a lot of files on my smbfs share morphos cant see the filetype, not even after i copy it to morphos (ram or hd).
(filetypes of txt (not all), mp3, 3gp files are recognized, all others are not.
I'd bet it's just thar MorphOS can't read those files.
MorphOS uses a more complex, clever way of telling what a file is: Instead of believing the filenames extension (which universally works, but is pityful) it sometimes opens the file and reads a bit out of it.
Perhaps it's just that, due to permissions, it can't open some files. Have you checked their permissions individually? You can also safely wipe all their permissions, if you have a mixed bag, and just want the same for all.
Quote:
cant uncompress a zip archive in shell after copied into morphos.
If you don't have permissions, you can't read it. But... if you copy the file to a filesystem that doesn't have the concept of permissions (for example, the ubiquitous FAT pendrive), would you expect it's magically readable by the whole universe? What a joke for security.
But, of course, in order to copy the file, you would have needed permissions to read it. So I think this problem should not be permission related. Perhaps the SMBFS client doesn't alweys read files right?
Quote:
playing them directly from the share works but if i copy them they dont anymore
Wow. Puzzled now. MorphOS experts, what's different among reading a file and making a copy out of it into another filesystem? Both cases include reading, but there's something else in the second, I'd say.
Quote:
playing them from share only works if i d'n'd the file to mplayer or load it via asl, doubleclik doesnt work there either.
Obvoiously, it's just ambient's filetype recognition not working.
Quote:
saving to the share seems to work, at least i could download a file from owb to the share,
Oh. Then, the more difficult task of writing indeed works...
Quote:
havent checked yet that its usable in win or not.
Please do, and tell. But perhaps we need the father of MorphOS' SMBFS client here.