|
|
|
|
||||||
| linux.debian.user debian-user@lists.debian.org. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Hi,
I inserted a Mac HFS formatted USB stick, and to my surprise a window popped up in Gnome, displaying its contents. Debian handles the HFS filesystem by default?? Which makes me wonder, how I could determine which filesystems are available. Are HFS+ and UFS supported? Or, to put it more precisely: support for which filesystems is compiled into the kernel. In another distro I have, they are listed in /etc/filesystems, but in Debian I can't find anything like that. -- SH -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
On Sat, 28 Apr 2007 14:59:19 +0530 Kushal Kumaran wrote:
> On 4/28/07, Sjoerd Hiemstra <shiems146@kpnplanet.nl> wrote: > > I inserted a Mac HFS formatted USB stick, and to my surprise a > > window popped up in Gnome, displaying its contents. > > Debian handles the HFS filesystem by default?? > > > > Which makes me wonder, how I could determine which filesystems are > > available. Are HFS+ and UFS supported? > > Or, to put it more precisely: support for which filesystems is > > compiled into the kernel. > > Try /proc/filesystems. See the manpage for proc(5). For more info on > the running kernel, take a look at /proc/config.gz Here's the contents of /proc/filesystems (Etch). Odd enough, HFS is not listed, despite the fact that it appears to be functioning. ??? $ cat /proc/filesystems nodev sysfs nodev rootfs nodev bdev nodev proc nodev cpuset nodev debugfs nodev securityfs nodev sockfs nodev pipefs nodev futexfs nodev tmpfs nodev inotifyfs nodev eventpollfs nodev devpts cramfs nodev ramfs nodev mqueue nodev usbfs ext3 ext2 reiserfs -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
On 4/28/07, Sjoerd Hiemstra <shiems146@kpnplanet.nl> wrote:
> On Sat, 28 Apr 2007 14:59:19 +0530 Kushal Kumaran wrote: > > On 4/28/07, Sjoerd Hiemstra <shiems146@kpnplanet.nl> wrote: > > > I inserted a Mac HFS formatted USB stick, and to my surprise a > > > window popped up in Gnome, displaying its contents. > > > Debian handles the HFS filesystem by default?? > > > > > > Which makes me wonder, how I could determine which filesystems are > > > available. Are HFS+ and UFS supported? > > > Or, to put it more precisely: support for which filesystems is > > > compiled into the kernel. > > > > Try /proc/filesystems. See the manpage for proc(5). For more info on > > the running kernel, take a look at /proc/config.gz > > Here's the contents of /proc/filesystems (Etch). > Odd enough, HFS is not listed, despite the fact that it appears to be > functioning. ??? > > $ cat /proc/filesystems > <snip contents not containing hfs> It appears to show only those filesystems that are supported by loaded modules or that are built into the kernel. You can look into the /lib/modules/`uname -r`/kernel/fs/ directory to see what filesystem modules are available. -- Kushal -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
On Sat, 28 Apr 2007 16:13:47 +0530 Kushal Kumaran wrote:
> On 4/28/07, Sjoerd Hiemstra <shiems146@kpnplanet.nl> wrote: > > On Sat, 28 Apr 2007 14:59:19 +0530 Kushal Kumaran wrote: > > > On 4/28/07, Sjoerd Hiemstra <shiems146@kpnplanet.nl> wrote: > > > > I inserted a Mac HFS formatted USB stick, and to my surprise a > > > > window popped up in Gnome, displaying its contents. > > > > Debian handles the HFS filesystem by default?? > > > > > > > > Which makes me wonder, how I could determine which filesystems > > > > are available. Are HFS+ and UFS supported? > > > > Or, to put it more precisely: support for which filesystems is > > > > compiled into the kernel. > > > > > > Try /proc/filesystems. See the manpage for proc(5). For more > > > info on the running kernel, take a look at /proc/config.gz > > > > Here's the contents of /proc/filesystems (Etch). > > Odd enough, HFS is not listed, despite the fact that it appears to > > be functioning. ??? > > > > $ cat /proc/filesystems > > <snip contents not containing hfs> > > It appears to show only those filesystems that are supported by loaded > modules or that are built into the kernel. You can look into the > /lib/modules/`uname -r`/kernel/fs/ directory to see what filesystem > modules are available. Very interesting. It appears that the recognition of HFS volumes, as I described it, is a feature of Gnome only. In KDE it bumps into errors and in window managers it does not work at all. So I prefer to forget about Gnome and do it the way you mention here: modprobe hfs Then I can mount the HFS formatted USB stick the usual way: mkdir /media/whatever mount /dev/sda2 /media/whatever Now it works everywhere without errors. Thanks a lot! -- S.H. -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
|
#5 |
|
Messages: n/a
Hébergeur: |
On Sat, 2007-04-28 at 11:22 +0200, Sjoerd Hiemstra wrote:
> Hi, > > I inserted a Mac HFS formatted USB stick, and to my surprise a window > popped up in Gnome, displaying its contents. > Debian handles the HFS filesystem by default?? > > Which makes me wonder, how I could determine which filesystems are > available. Are HFS+ and UFS supported? > Or, to put it more precisely: support for which filesystems is compiled > into the kernel. > > In another distro I have, they are listed in /etc/filesystems, but in > Debian I can't find anything like that. modprobe -l | grep \/fs | less Those would be the modules available. Not to mention the one actually compiled in the kernel. But if we really want to see what is available wenee to look at the config: cat /boot/config-`uname -r` | grep \_FS | less This will tell you exactly what is available, in module form compiled in and what is left out (not configured) -- greg, greg@gregfolkert.net Novell's Directory Services is a competitive product to Microsoft's Active Directory in much the same way that the Saturn V is a competitive product to those dinky little model rockets that kids light off down at the playfield. -- Thane Walkup -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQBGM4rF7WZpcbUkaHwRAhB8AJ9CpkGODux3X4tIqtBcR0 O37/Ci/gCfSI/b jKIf3rFpw9UEw0KZliUksec= =rxUs -----END PGP SIGNATURE----- |
|
![]() |
| Outils de la discussion | |
|
|