Results 1 to 6 of 6
i want to access my winxp drive (mounted as /win) in my user account. as of now, i can only access it from root. i want to be able to ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-31-2005 #1Just Joined!
- Join Date
- Jan 2005
- Location
- Iowa
- Posts
- 26
how do you make directory available to all groups
i want to access my winxp drive (mounted as /win) in my user account. as of now, i can only access it from root. i want to be able to play my mp3's off of it. thanks in advance.
- 03-31-2005 #2Linux Newbie
- Join Date
- Jul 2004
- Location
- Calcutta, India
- Posts
- 220
you need to chmod 777 your /win directory.
( this will also allow anyone to write to your win drive, if it is NOT ntfs ).
also, are you automounting the winxp drive on boot ?? If so, just paste your /etc/fstab here.
- 03-31-2005 #3Just Joined!
- Join Date
- Feb 2005
- Posts
- 6
and if it is NTFS, there is no possible way to chmod it?
- 03-31-2005 #4Just Joined!
- Join Date
- Jan 2005
- Location
- Iowa
- Posts
- 26
my fstab is:
and yes, it is mounted as soon as i start up.Code:dev/hdb2 swap swap defaults 0 0 /dev/hdb1 / ext2 defaults 1 1 /dev/hda1 /win ntfs ro 1 0 /dev/cdrom /mnt/cdrom iso9660 noauto,owner,ro 0 0 /dev/fd0 /mnt/floppy auto noauto,owner 0 0 devpts /dev/pts devpts gid=5,mode=620 0 0 proc /proc proc defaults 0 0
- 04-05-2005 #5Linux Newbie
- Join Date
- Jul 2004
- Location
- Calcutta, India
- Posts
- 220
try this for your win drive line in fstab :
Code:dev/hda1 /win ntfs auto,user,ro,exec,umask=000 0 0
- 04-07-2005 #6Just Joined!
- Join Date
- Jan 2005
- Location
- Iowa
- Posts
- 26
yeah, changing fstab didnt help, in fact it caused my ntfs drive to not mount at all on startup, i had to mount it manually


Reply With Quote
