Flagged Drives Create Access Privilege Issues


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Flagged Drives Create Access Privilege Issues
# 1  
Old 07-08-2010
Flagged Drives Create Access Privilege Issues

Upon trying to open up permissions between 2 accounts in Snow Leopard I caused the os to crash - restarting/turning off then on did nothing - the os would no longer load. I took it into Apple where they got the os back up and running with a slight twist. The secondary drive was flagged (a little lock icon appeared over the standard icon). Basically this rendered the drive unaccessible. I used:

chflags -R nouchg /Volumes/Macintosh\ HD\ 2

via in an administrative account. This fixed the problem of access for this particular drive but left a soon-to-be-found secondary problem. Every drive that I would mount ended up mounting in this flagged state. I would execute the command above and things would seem to be fine. The problem occurs if and when I copy files from an external drive to the secondary drive. If I try to open those files from the secondary, the application responsible for accessing the files cannot access the files and throws an access privilege error. My main reason for copying files from external drives to the secondary is to take advantage of internal bus speeds for apps that use a lot of realtime processing.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Find command with Ignore Access issues

Hi, I am using following command to find a specific file. find . -name "find*.txt" -type f -print I am issuing that command at root directory since I don't know in which sub folder that file is getting created from some other process. As I am not having access to all directories, my... (3 Replies)
Discussion started by: RameshCh
3 Replies

2. Shell Programming and Scripting

Create user with different privilege

Hi , I want to create 3 different user with below privilege in Solaris and Linux. 1) Read Only 2)Read and Write Only 3) Admin user Can you guys help me on this . (3 Replies)
Discussion started by: Naveen Pathak
3 Replies

3. Shell Programming and Scripting

Create user with access only to one command

Hi all, Is there any way to create linux user with access only one defined command? For example, I want new user has access only to ls command. (7 Replies)
Discussion started by: nypreH
7 Replies

4. Linux

Create LVM of 2 Hard Drives while installing Centos 6.4.

Hello, I have install 2 HDD in my server and now installing the Centos6.4. I want create the LVM of those 2 HDD's so while i'm doing this it is not allowing me to select these 2 disk's from allowable disk list. Same problem if i tried to make Software RAID with creating LVM. Please help. (1 Reply)
Discussion started by: purushottamaher
1 Replies

5. Homework & Coursework Questions

Security issues with universal access of file

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: If you look at the permissions associated with a symbolic link, it has universal access. Does this lead to... (0 Replies)
Discussion started by: linux17
0 Replies

6. Linux

Is my data lost? Installed Linux, no longer can I access my hard drives.

Here's the story - I installed Linux on my Y drive, and all went well until I tried to boot into XP again. I can't access or install an operating system to my other three hard drives, C, X, and Z. I think that during the install my hard drives were changed to something other then NTFS, but... (4 Replies)
Discussion started by: Ironkey
4 Replies

7. UNIX for Dummies Questions & Answers

How to create/restrict a user with to have no privilege from other group

Hello experts I am new to Unix. Env : HPUX I need to create a user say testuser such that it does not have access to file/directories from the other group i.e the last 3 digits . How do I do that. Reason for such a request :- I have an existing user oracle which has default umask... (3 Replies)
Discussion started by: simonsimon
3 Replies

8. Linux

How to access WINDOWS drives from RED HAT 9???

Hello , I am using Red hat 9. I want to access the windows drives from my Linux. Can you please tell me the commands to mount those drives. Till now I am rebooting into windows, copying files into a pen drive and then again coming back to Red hat. help me please (7 Replies)
Discussion started by: nsharath
7 Replies

9. Shell Programming and Scripting

how floppy disks, CDs and flash drives (pen drives) are accessed in UNIX

hi how floppy disks, CDs and flash drives (pen drives) are accessed in UNIX? thanks (0 Replies)
Discussion started by: nokia1100
0 Replies

10. UNIX for Dummies Questions & Answers

Boot from cd-rom to access disk drives

Hello, I've booted a Digital Unix 4.0D system from cd-rom and I need to access the system's disk drives. I need to run the fixfdmn utility on the root domain so I need to create the root domain in /etc/fdmns. Could someone tell me how to access my system's disk drives after I've booted from... (1 Reply)
Discussion started by: xadamz23
1 Replies
Login or Register to Ask a Question
KEXTD(8)						    BSD System Manager's Manual 						  KEXTD(8)

NAME
kextd -- kernel extension server SYNOPSIS
kextd [options] DESCRIPTION
kextd is the kernel extension server. It runs as a standalone launchd(8) daemon to handle requests from the kernel and from other user-space processes to load kernel extensions (kexts) or provide information about them. OPTIONS
These options are available: -c, -no-caches Ignore any repository cache files and scan all kext bundles to gather information. If this option is not given, kextd attempts to use cache files and to create them if they are out of date or don't exist. -d, -debug Debug mode; print messages to stdout/stderr rather than the sysem log. -h, -help Print a help message describing each option flag and exit with a success result, regardless of any other options on the command line. -q, -quiet Quiet mode; log no informational or error messages. -v [0-6 | 0x####], -verbose [0-6 | 0x####] Verbose mode; print information about program operation. Higher levels of verbosity include all lower levels. By default kextd logs at verbose level 1. You can specify a level from 0-6, or a hexadecimal log specification (as described in kext_logging(8)). The levels of verbose output are: 0 Print only errors (that is, suppress warnings); see also -quiet. 1 (or none) Print basic information about program operation. 2 Print information about program operation progress, client requests, and files created. 3 Print information about individual kexts with an OSBundleEnableKextLogging property set to true. 4 Print information about spawned child processes. 5 Print debug-level information. 6 Identical to level 5 but for all kexts read by the program. See kext_logging(8) for more information on verbose logging. -x, -safe-boot Run kextd in safe boot mode (indicating startup with the Shift key held down). Kexts that don't specify a proper value for the OSBundleRequired info dictionary property will not be loaded. As of Mac OS X 10.5 (Leopard), kextd determines from the kernel whether the system has started in safe boot mode, so this flag is no longer necessary (but may be used for testing). In safe boot mode, kextd does not use caches (that is, this option implies the use of the -no-caches option). RESETTING KEXTD
On Mac OS X 10.3 and later, it is possible to reset kextd without terminating and restarting it, by sending it a HUP signal. This causes kextd to rescan the Extensions folder, rebuild all its caches, and send all I/O Kit drivers' personalities to the kernel for a new round of driver matching. As of Mac OS X 10.5 (Leopard), kextd watches /System/Library/Extensions/ and automatically invokes kextcache(8) to rebuild kext caches when its modification time changes. It also sends new drivers' personalities to the kernel at this time. Installers that add new drivers can signal kextd in these ways instead of requiring the computer to be restarted. Note that if a hardware device has a driver attached when this is done, a newly-installed driver will not match on it. For more information, see ``Apple Developer Technical Q&A QA1319: Installing an I/O Kit Kext Without Rebooting''. FILES
/System/Library/Extensions/ The standard system repository of kernel extensions. /System/Library/Caches/com.apple.kext.caches/ Contains all kext caches for a Mac OS X 10.6 (Snow Leopard) system: prelinked kernel, mkext, and system kext info caches. /usr/standalone/bootcaches.plist Describes specific kext cache files for a Mac OS X volume. /System/Library/LaunchDaemons/com.apple.kextd.plist The launchd.plist(5) controlling the kextd job. DIAGNOSTICS
kextd normally never exits. If an error occurs it exits with a nonzero status. kextd logs all error and verbose messages to the system log, or to the console if the system log facility isn't available. When running in debug mode all output is printed to the standard output and error streams. SEE ALSO
kextcache(8), kextload(8), kextutil(8), kextstat(8), kextunload(8), kextfind(8), syslogd(8), launchd.plist(5) Darwin March 6, 2009 Darwin