Sponsored Content
Top Forums UNIX for Dummies Questions & Answers windows partition file permision Post 302575854 by vistastar on Wednesday 23rd of November 2011 03:39:08 AM
Old 11-23-2011
somebody?
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

reading a windows xp partition ??

Hi, for some reason I cannot read / write my windows xp partitions. I have Suse Linux 7.0. Can someone tell me how I can ???? thnx, Dennis (2 Replies)
Discussion started by: dvvelzen
2 Replies

2. UNIX for Dummies Questions & Answers

Linux/Windows Fat32 Swap partition.

I run a dual boot WinXP/Red Hat 8 system on my laptop. Since my hard drive is inherently small(laptop) I am trying to creat a swap partition for keeping mutually used files such as music/video etc... I have created a 2.5GB Fat32 partition with Partition Magic Pro and have windows recognizing the... (2 Replies)
Discussion started by: djtrippin
2 Replies

3. UNIX for Advanced & Expert Users

Solaris Linux Windows partition confuse

Dear All I tried to follow the instruction in this link: http://multiboot.solaris-x86.org/v/2.html I created all these partitions as mentioned in the link above by using partition commander 9 Fist stage: I installed XP in first partition (hda1)....success. Second stage: Install... (0 Replies)
Discussion started by: zillah
0 Replies

4. UNIX for Dummies Questions & Answers

Formatted Linux partition from Windows

While working in windows, I accidently formatted the Linux partition (I had fedora core 3 dual boot system with Windows XP as the default OS to boot). Now, on starting the comp, I see a grub command line, and I am not able to make any progress from there. Can I do something so that I change it to... (2 Replies)
Discussion started by: amangupta
2 Replies

5. UNIX for Dummies Questions & Answers

File Permision

Hi, I want to know how the file permision should change to 755 automatically once the file is created. At the moment I do it explicitely by changing the permission mode to 755 using chmod command. The default permission for a new file in my system is 644 (-rw-r--r--). Thanks Saumya (6 Replies)
Discussion started by: sommyp
6 Replies

6. UNIX for Dummies Questions & Answers

Can I run unix in the same partition with windows?

Can I run unix in the same partition with windows xp? Because I have one for now.. Thank you for answers. (2 Replies)
Discussion started by: olddays
2 Replies

7. UNIX for Dummies Questions & Answers

Based on the permision in the dir can i delete the file

All, I am having a directory as drwxrwsr-x 3 intermec intermec 10240 Jan 8 09:07 intermec inside the directory . the files are like cd -rw-r----- 1 intrmc01 intermec 5226 Dec 2 15:03 AST07356.txt -rw-r----- 1 intrmc01 intermec 5025 Dec 2 12:51... (4 Replies)
Discussion started by: arunkumar_mca
4 Replies

8. SuSE

write permissions in windows partition?

Hi everyone i was able to mount windows partition in open suse 10.3 and was able to view all contents of windows but unable to create any content in that one. Can it be done or not? (0 Replies)
Discussion started by: ganapathy.psgit
0 Replies

9. UNIX for Dummies Questions & Answers

file permision

Hello, I have a program which at run time creates a shell script and tries to redirect the output of the same to another file. both of the files are created at run time with different names. The problem is: the file it is redirecting to is being created as: -rw-r--r-- 1 root tech 69... (1 Reply)
Discussion started by: chandan.sharma
1 Replies

10. Windows & DOS: Issues & Discussions

Repair windows 8.0 ntfs partition

I have a 1TB HD, suspect it had bad sectors and blocks... it was pre-installed with windows 8.0.. I was able to boot up ubuntu and looked at the partitions and run a badblocks comand to verify secotors, after getting a serious of Input and Output errors mounting the partition and doing any... (2 Replies)
Discussion started by: ppchu99
2 Replies
WREN(3) 						     Library Functions Manual							   WREN(3)

NAME
wren, ata - hard disk interface SYNOPSIS
bind #H[drive] /dev bind #w[target[.lun]] /dev /dev/hd0disk /dev/hd0partition /dev/sd0disk /dev/sd0partition ... DESCRIPTION
The hard disk interfaces (wren, #w, is a SCSI disk; ata, #H, is an IDE or ATA disk) serve a one-level directory giving access to the hard disk partitions. The parameter to attach defines the numerical SCSI target and logical unit number or the IDE drive number to access. Both default to zero. Each partition name is prefixed by hd and the numeric drive identifier. The partition always exists and covers the entire disk. The size of each partition as reported by stat(2) is the number of bytes in the partition, so the size of is the size of the entire disk. The partition also always exists; it is the last block on the disk for SCSI, second to last for IDE. If it contains valid partition data, those partitions will be visible as well. Every time the device is bound, the partitions are updated to reflect any changes in the parti- tion file. The format of the partition file is the string plan9 partitions on a line, followed by partition specifications, one per line, consisting of a name and textual strings for the block start and limit for each partition on the disk. The program prep(8) writes the partition table for the disk; its use is preferred to writing it by hand. SEE ALSO
prep(8), scsi(3) SOURCE
/sys/src/9/port/devwren.c /sys/src/9/pc/devata.c WREN(3)
All times are GMT -4. The time now is 01:37 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy