You are not logged in.
Pages: 1
[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
/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
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
Pages: 1