You are not logged in.

#1 2008-06-28 19:58:02

mugen
Member
Registered: 2008-05-14
Posts: 51

problem mounting ntfs drives

[svs@mugen media]$ ls -l
total 104
drwxr-xr-x 2 root root  4096 2008-03-10 15:20 cd
drwxr-xr-x 2 root root  4096 2008-06-17 19:44 d1
drwxr-xr-x 7 svs  root  8192 1969-12-31 16:00 disk
drwxrwxrwx 1 root root 32768 2008-06-19 18:56 disk-1
drwxrwxrwx 1 root root 40960 2008-06-24 11:01 disk-2
drwxrwxrwx 1 root root  8192 2008-06-24 10:51 disk-3
drwxr-xr-x 2 root root  4096 2008-03-10 15:20 dvd
drwxr-xr-x 2 root root  4096 2008-03-10 15:20 fl

I have few doubts ..
1.Why disk-1,2,3 have root as their owner(they r NTFS , disk is FAT) & disk doesnt

2.

[svs@mugen media]$ sudo  chown -c  svs disk-1
Password: 
changed ownership of `disk-1' to svs
[svs@mugen media]$ ls -l
total 104
drwxr-xr-x 2 root root  4096 2008-03-10 15:20 cd
drwxr-xr-x 2 root root  4096 2008-06-17 19:44 d1
drwxr-xr-x 7 svs  root  8192 1969-12-31 16:00 disk
drwxrwxrwx 1 root root 32768 2008-06-19 18:56 disk-1
drwxrwxrwx 1 root root 40960 2008-06-24 11:01 disk-2
drwxrwxrwx 1 root root  8192 2008-06-24 10:51 disk-3
drwxr-xr-x 2 root root  4096 2008-03-10 15:20 dvd
drwxr-xr-x 2 root root  4096 2008-03-10 15:20 fl

this means chown is not working ....

3.wen i hiberbate windows i cant access my ntfs drives , y?

p.s disk-1,2,3 are coloured "green" instead of "blue" in terminal as if sticky bit is set

Offline

#2 2008-06-28 20:10:20

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,018

Re: problem mounting ntfs drives

/media is a dynamic directory, unlike /mnt, that's probably why chown doesn't work.

Changing contents of a drive mounted in some OS while it is hibernated can be dangerous. That's why Windows drives are unmounted when you hibernate Linux and that's probably why you can't access your ntfs drives if Windows is hibernated.

Offline

#3 2008-06-28 20:22:39

mugen
Member
Registered: 2008-05-14
Posts: 51

Re: problem mounting ntfs drives

but when i pasted my output of ls - & others i had shutdown windows & restarted linux , but i am using pm-hibernate function to hibernate linux could this be the cause of the prob

Offline

Board footer

Powered by FluxBB