Je suis nouveau sur le forum, je me présente rapidement : j'ai 14 ans, j'utilise GNU/Linux depuis plus d'an an maintenant (dans l'ordre, j'ai essayé Ubuntu, Fedora, Debian et enfin Arch), je suis inscrit sur le sdz depuis 2 ans et je programme en C.
Lorsque je démarre, en configurant /etc/fstab, je monte automatiquement quatre partitions. Cependant deux d'entre-elles ne sont pas accessible en mode user normal.
Ce qui est étrange c'est que même l'utilisateur root ne peut rien changer à cela :
Code : Tout sélectionner
[23:17:35] root in /media/dde/Data/images/ # chmod -R 777 wallpapers
chmod: changing permissions of `wallpapers': Read-only file system
chmod: changing permissions of `wallpapers/Code.jpg': Read-only file system
chmod: changing permissions of `wallpapers/Dj 2.jpg': Read-only file system
chmod: changing permissions of `wallpapers/Dj.jpg': Read-only file system
chmod: changing permissions of `wallpapers/eau.jpg': Read-only file system
chmod: changing permissions of `wallpapers/rainbow_dash_on_cloud_nine_by_shelltoontv-d32se0p.png': Read-only file system
chmod: changing permissions of `wallpapers/Simple.jpg': Read-only file system
chmod: changing permissions of `wallpapers/Tiesto_Wallpaper___Light_by_DjOktave.jpg': Read-only file system
chmod: changing permissions of `wallpapers/wallpaper-1146127.jpg': Read-only file system
chmod: changing permissions of `wallpapers/wallpaper-1326710.jpg': Read-only file system
chmod: changing permissions of `wallpapers/wallpaper-528846.jpg': Read-only file system
[23:17:45] root in /media/dde/Data/images # cd wallpapers
[23:17:51] root in /media/dde/Data/images/wallpapers # ls -l
total 3700
-r-------- 1 root root 969477 Dec 2 11:32 Code.jpg
-r-------- 1 root root 566945 Dec 2 11:22 Dj 2.jpg
-r-------- 1 root root 327748 Oct 31 17:38 Dj.jpg
-r-------- 1 root root 62947 Dec 2 11:27 Simple.jpg
-r-------- 1 root root 606495 Oct 30 15:49 Tiesto_Wallpaper___Light_by_DjOktave.jpg
-r-------- 1 root root 248158 Nov 20 17:04 eau.jpg
-r-------- 1 root root 425787 Oct 30 15:49 rainbow_dash_on_cloud_nine_by_shelltoontv-d32se0p.png
-r-------- 1 root root 387312 Oct 30 15:49 wallpaper-1146127.jpg
-r-------- 1 root root 148311 Oct 30 15:49 wallpaper-1326710.jpg
-r-------- 1 root root 22054 Oct 30 15:49 wallpaper-528846.jpg
Code : Tout sélectionner
#
# /etc/fstab: static file system information
#
# <file system> <dir> <type> <options> <dump> <pass>
tmpfs /tmp tmpfs nodev,nosuid 0 0
/dev/sda8 swap swap defaults 0 0
/dev/sda9 / ext4 defaults 0 1
/dev/sda5 /media/debian ext4 auto,defaults, 0 0
/dev/sda6 /media/mint ext4 auto,defaults, 0 0
/dev/sdc1 /media/dde ntfs auto,defaults 0 0
/dev/sda2 /media/seven ntfs auto 0 0
Merci d'avance !

Edit : Au cas où, /log/var/boot :
Code : Tout sélectionner
Mon Jan 23 20:17:01 2012: :: Adjusting system time and setting kernel timezone [BUSY] [DONE]
Mon Jan 23 20:17:01 2012: :: Starting UDev Daemon [BUSY] [DONE]
Mon Jan 23 20:17:01 2012: :: Triggering UDev uevents [BUSY] [DONE]
Mon Jan 23 20:17:01 2012: :: Loading User-specified Modules [BUSY] [FAIL]
Mon Jan 23 20:17:01 2012: :: Waiting for UDev uevents to be processed [BUSY] [DONE]
Mon Jan 23 20:17:01 2012: :: Bringing up loopback interface [BUSY] [DONE]
Mon Jan 23 20:17:01 2012: :: Checking Filesystems [BUSY] /dev/sda9: clean, 125845/2760704 files, 1983840/11030622 blocks
Mon Jan 23 20:17:01 2012: [DONE]
Mon Jan 23 20:17:01 2012: :: Remounting Root [BUSY] [DONE]
Mon Jan 23 20:17:01 2012: :: Mounting Local Filesystems [BUSY] [DONE]
Mon Jan 23 20:17:02 2012: :: Activating Swap [BUSY] [DONE]
Mon Jan 23 20:17:02 2012: :: Configuring Time Zone [BUSY] [DONE]
Mon Jan 23 20:17:02 2012: :: Initializing Random Seed [BUSY] [DONE]
Mon Jan 23 20:17:02 2012: :: Removing Leftover Files [BUSY] [DONE]
Mon Jan 23 20:17:02 2012: :: Setting Hostname: myhost [BUSY] [DONE]
Mon Jan 23 20:17:02 2012: :: Setting Consoles to UTF-8 mode [BUSY] [DONE]
Mon Jan 23 20:17:02 2012: :: Loading Keyboard Map: fr_CH [BUSY] [DONE]
Mon Jan 23 20:17:02 2012: :: Loading Console Font: lat9w-16 [BUSY] [DONE]
Mon Jan 23 20:17:02 2012: :: Saving dmesg Log [BUSY] [DONE]
Mon Jan 23 20:17:02 2012: INIT: Entering runlevel: 3
Mon Jan 23 20:17:02 2012: :: Starting Syslog-NG [BUSY] [DONE]
Mon Jan 23 20:17:03 2012: :: Starting Network [BUSY] [DONE]
Mon Jan 23 20:17:14 2012: :: Starting crond daemon [BUSY] [DONE]
Mon Jan 23 20:18:27 2012: :: Adjusting system time and setting kernel timezone [BUSY] [DONE]
Mon Jan 23 20:18:27 2012: :: Starting UDev Daemon [BUSY] [DONE]
Mon Jan 23 20:18:27 2012: :: Triggering UDev uevents [BUSY] [DONE]
Mon Jan 23 20:18:27 2012: :: Loading User-specified Modules [BUSY] [FAIL]
Mon Jan 23 20:18:27 2012: :: Waiting for UDev uevents to be processed [BUSY] [DONE]
Mon Jan 23 20:18:27 2012: :: Bringing up loopback interface [BUSY] [DONE]
Mon Jan 23 20:18:27 2012: :: Checking Filesystems [BUSY] /dev/sda9: clean, 125845/2760704 files, 1983898/11030622 blocks
Mon Jan 23 20:18:27 2012: [DONE]
Mon Jan 23 20:18:27 2012: :: Remounting Root [BUSY] [DONE]
Mon Jan 23 20:18:27 2012: :: Mounting Local Filesystems [BUSY] [DONE]
Mon Jan 23 20:18:28 2012: :: Activating Swap [BUSY] [DONE]
Mon Jan 23 20:18:28 2012: :: Configuring Time Zone [BUSY] [DONE]
Mon Jan 23 20:18:28 2012: :: Initializing Random Seed [BUSY] [DONE]
Mon Jan 23 20:18:28 2012: :: Removing Leftover Files [BUSY] [DONE]
Mon Jan 23 20:18:28 2012: :: Setting Hostname: myhost [BUSY] [DONE]
Mon Jan 23 20:18:28 2012: :: Setting Consoles to UTF-8 mode [BUSY] [DONE]
Mon Jan 23 20:18:28 2012: :: Loading Keyboard Map: fr_CH [BUSY] [DONE]
Mon Jan 23 20:18:28 2012: :: Loading Console Font: lat9w-16 [BUSY] [DONE]
Mon Jan 23 20:18:28 2012: :: Saving dmesg Log [BUSY] [DONE]
Mon Jan 23 20:18:28 2012: INIT: Entering runlevel: 3
Mon Jan 23 20:18:29 2012: :: Starting Syslog-NG [BUSY] [DONE]
Mon Jan 23 20:18:29 2012: :: Starting Network [BUSY] [DONE]
Mon Jan 23 20:18:40 2012: :: Starting crond daemon [BUSY] [DONE]
Mon Jan 23 20:20:27 2012: :: Adjusting system time and setting kernel timezone [BUSY] [DONE]
Mon Jan 23 20:20:27 2012: :: Starting UDev Daemon [BUSY] [DONE]
Mon Jan 23 20:20:27 2012: :: Triggering UDev uevents [BUSY] [DONE]
Mon Jan 23 20:20:27 2012: :: Loading User-specified Modules [BUSY] [FAIL]
Mon Jan 23 20:20:27 2012: :: Waiting for UDev uevents to be processed [BUSY] [DONE]
Mon Jan 23 20:20:27 2012: :: Bringing up loopback interface [BUSY] [DONE]
Mon Jan 23 20:20:27 2012: :: Checking Filesystems [BUSY] /dev/sda9: clean, 125845/2760704 files, 1983956/11030622 blocks
Mon Jan 23 20:20:27 2012: [DONE]
Mon Jan 23 20:20:27 2012: :: Remounting Root [BUSY] [DONE]
Mon Jan 23 20:20:27 2012: :: Mounting Local Filesystems [BUSY] [DONE]
Mon Jan 23 20:20:27 2012: :: Activating Swap [BUSY] [DONE]
Mon Jan 23 20:20:27 2012: :: Configuring Time Zone [BUSY] [DONE]
Mon Jan 23 20:20:27 2012: :: Initializing Random Seed [BUSY] [DONE]
Mon Jan 23 20:20:27 2012: :: Removing Leftover Files [BUSY] [DONE]
Mon Jan 23 20:20:27 2012: :: Setting Hostname: myhost [BUSY] [DONE]
Mon Jan 23 20:20:27 2012: :: Setting Consoles to UTF-8 mode [BUSY] [DONE]
Mon Jan 23 20:20:27 2012: :: Loading Keyboard Map: fr_CH [BUSY] [DONE]
Mon Jan 23 20:20:27 2012: :: Loading Console Font: lat9w-16 [BUSY] [DONE]
Mon Jan 23 20:20:28 2012: :: Saving dmesg Log [BUSY] [DONE]
Mon Jan 23 20:20:28 2012: INIT: Entering runlevel: 3
Mon Jan 23 20:20:28 2012: :: Starting Syslog-NG [BUSY] [DONE]
Mon Jan 23 20:20:28 2012: :: Starting Network [BUSY] [DONE]
Mon Jan 23 20:20:40 2012: :: Starting crond daemon [BUSY] [DONE]